搜索结果
找到约 19 项符合
collections 的查询结果
按分类筛选
Java编程 Overview Provides a way to store very large collections of email addresses (100,000+ addresses) and
Overview
Provides a way to store very large collections of email addresses (100,000+ addresses) and efficiently check whether a specific address is contained in a collection. The collection can be created programmatically, or through a pluggable persistence mechanism.
Functionality
Maintains lar ...
软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy
Dijkstra算法求最短路径(C#版) using System
using System.Collections
using System.Text
namespace Greedy
{
class Marx
{
private int[] distance
private int row
private ArrayList ways = new ArrayList()
public Marx(int n,params int[] d)
{
this.row = n
distance = new int[row * row]
for ( ...
Java编程 A system to manage patients of an hospital (using Inheritance, Exceptions and Collections).
A system to manage patients of an hospital (using Inheritance, Exceptions and Collections).
matlab例程 Matlab Functions collections!
Matlab Functions collections!
数值算法/人工智能 决策树算法C4.5源码, The directory Data contains some sample datasets. Many interesting data collections
决策树算法C4.5源码,
The directory Data contains some sample datasets. Many interesting data
collections are maintained by the University of California, Irvine, in a
data repository
Delphi/CppBuilder A collections of Delphi Tricks for developers
A collections of Delphi Tricks for developers
Java编程 MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections
MG4J (Managing Gigabytes for Java) is a free full-text search engine for large document collections written in Java.
其他书籍 Algorithm Collections for Digital Signal Processing
Algorithm Collections for Digital Signal Processing
单片机编程 c#入门经典第4版全书pdf
《C#入门经典(第4版)》通过C#可以很容易地学习.NET Framework 3.5的强大功能,所以C#是开始您编程生涯的绝佳方式。《C#入门经典(第4版)》全面阐述了C#编程的所有方面,包括C#语言本身、Windows编程、Web编程及数据源的使用等内容。学习了新的编程技巧后,《C#入门经典(第4版)》介绍了如何高效地部署应用程序和服务,论述 ...
通信网络 基于以太网分布式的数据采集控制系统
针对飞行模拟器座舱数据采集的复杂性,设计了一种基于以太网分布式的数据采集控制系统,该系统是RCM5700微处理器模块上的以太网应用。在系统的基础上具体讨论了PoE技术的应用,在传输数据的网线上同时提供电流,提出并实现了一种包括辅助电源在内的完整可靠的PoE供电方案。设计采用美国国家半导体的LM5073和LM5576并根据不 ...