资源列表
date
- 用于实现日期的前后计算,实现了平闰年的分别处理
CaptureNET
- usb接口下的视频图像捕捉或录像,使用的是vc
DeNoising
- 压缩感知重构算法去噪方法,以及一系列改进方法-Compression-aware reconstruction algorithm denoising method, as well as a series of improved methods
tool
- corledraw插件,画地质图用得上。将文件拷入安装目录对应的目录下-corledraw plug-in, drawing useful geological map. Installation directory the file is copyed into the corresponding directory
verilog_dct_serial
- Verilog dct + descr iption]-Verilog dct+ descr iption]
LZW_RLE_Demo
- LZW和rle算法的实现及其演示例子源码
7
- 设计应用程序,输入员工的姓名和工资,输出计税后的工资-Wage design application, enter the employee' s name and salary, after tax output
GausCoor
- 高斯投影正反算及邻带换算的成品 可直接经行运算工作-Positive and negative Gauss projection operator and its adjacent zone of the finished product can be directly converted by the line of computing tasks
14163018941
- 客户端源码,UDP穿透技术,适合CSHARP编程,有助于程序员编程的速度
cmplx_roots_sort_Det_July2005
- Imagine a function that can pair the Complex Conjugate Roots
Abstract
- Projects Abstract HRMS, Shortest path etc
hafuman
- 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编、译码系统。本文章是为这样的信息收发站写一个哈夫曼码的编、译码系统。(含代码)