资源列表
Casteljau
- Casteljau算法生成Bezier曲线-use Casteljau to draw Bezier curve
zipshoujijieya
- zip jieyaAny time they like to help you -zip-extracting file, etc.Any time they like to help you
base64
- 提供base64编解码源代码,base64_encode, decode-Base64 codec source code
fan4
- 若要在n个城市之间建设通信网络,只需要假设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。-To build a communication network between the n cities, only need to assume a n-1 lines can be. Construction communication network at the lowest economic cost of the minimum spanning tree o
PortsScan
- 端口扫描 使用套接口编程来实现端口扫描技术-Port scanning using socket programming port scan technology
CapUDPPacketsAndDisp
- 基于wpcap的抓包工具,可以实现简单的udp包抓取-Based Ethereal tool wpcap, can implement simple udp packet capture
ticketorder
- 车票管理系统 可以订票 退票 录入班次,删除班次等-Ticket management system can booking refund entry trips, delete trips
h.264-source-code
- source code to encode and decode in visual c-source code to encode and decode in visual c++
parcelin
- is a mochile bag heuristic an part of the problem
ais
- THIS A MATLAB CODING FOR IMAG COMPRESSSION DWT-THIS IS A MATLAB CODING FOR IMAG COMPRESSSION DWT
Iterative
- 解各种线性方程组的迭代法,各种代码源文件,仅供参考,多谢修正。-Iterative method for solution of a variety of linear equations, a variety of code source file, are for reference only, thank correction.
LZWSample
- 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Pref