搜索资源列表
huffman 方案3
- huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
哈夫曼译码
- [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
AsynchronousQueries
- 一个个人自己编写的c#的源程序,实现了异步查询,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, achieving asynchronous query is a good, the integrity of the process, sharing out to everyone learning together.
Creating
- 一个个人自己编写的c#的源程序,实现了在SQL Server 2005中创建并使用用户自定义类型,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, the realization of the SQL Server 2005 and the creation of user-defined types, is a good, the integrity of the process,
DataReadevsDataSet
- 一个个人自己编写的c#的源程序,实现了DataReader与DataSet的比较,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, and achieve a DataReader DataSet comparison is a good, the integrity of the process, sharing out to everyone learning together.
DataSetandDataTable
- 一个个人自己编写的c#的源程序,实现了DataSet和DataTable增强,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, and achieve a DataSet DataTable increase is a good, the integrity of the process, sharing out to everyone learning together.
Performing
- 一个个人自己编写的c#的源程序,实现了执行批量更新(Batch Updates)和数据分页(Data Paging),是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source to achieve the implementation of batch updates (Batch Updates) and data page (click Data), is a good, the integ
BulkUpdates
- 一个个人自己编写的c#的源程序,实现了执行大批的更新(Bulk Updates),是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source to achieve the implementation of a large number of updates (Bulk Updates), is a good, the integrity of the process, sharing out t
ReadingImages
- 一个个人自己编写的c#的源程序,实现了读写数据库中的图像,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, achieving literacy images in the database is a good, the integrity of the process, sharing out to everyone learning together.
Using
- 一个个人自己编写的c#的源程序,实现了使用工厂(Factory)类,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, the use of plants to achieve (Factory) category is a good, the integrity of the process, sharing out to everyone learning together.
StoredProcedures
- 一个个人自己编写的c#的源程序,实现了使用SQL Server 2005中的托管存储过程(Managed Stored Procedure)和用户自定义函数(UserDefined Function) ,是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, the realization of the use of SQL Server 2005 hosting storage proce
Us
- 一个个人自己编写的c#的源程序,实现了使用SQL Server 2005中的通知服务(Notifications),是一个不错的、完整的程序,共享出来给大家一起学习。-one prepared by the individuals themselves c # source, the realization of the use of SQL Server 2005 notification services (Notifications), is a good, the integrity o
DBSCAN C#实现
- 使用c#实现了 基于密度的聚类 DBSCAN算法,附带坐标系,可以直观显示出聚类前和聚类后的点集,完整无错,可运行,完全原创!
C# Proxy 实现
- C# 实现完整的Proxy的实例代码,含帮助文件
Modbus
- 工业标准Modbus协议RTU完整实现,注释和架构都非常完美,代码规范!-Industry standard Modbus RTU protocol to achieve complete, comments, and architecture are very perfect code norms!
FTP
- wince FTP,命令模式的实现,上传,下载,查看文件时间完整实现-achieve wince FTP command mode
glass-future-strategy-backtesting_1
- 玻璃期货分钟策略回测,评估以及交易模块的完整实现-Glass futures back-test minutes strategy, assessment and complete implementation of transaction module
WindowsApplication1
- 这是一个关于GVF梯度矢量流的完整实现,可以结合XU的MATLAB代码一起看看。-This is a complete realization of the GVF gradient vector flow, you can see the MATLAB code together with XU.
ce
- 按键扫描,AD转换,DA转换,代码功能能完整实现,可靠性强。(Key scan, AD conversion, DA conversion, the code function can be complete and reliable.)
FTP一个完整FTP客户端类库实例
- 本代码实现了一个完整的FTP客户端,实测可用,不可多得!