资源列表
高速字符串处理功能的 C 语言源程序
- 高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?-string-handling functions of the C language source code, as amended, can be transferred to other procedures?
aspxcounter
- 网络流量统计,简单实用,可以统计各种ip,图表显示-network traffic statistics, simple and practical, ip various statistics, charts show
897979
- 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
TPA.c.tar
- this code for TPA81 flame sensor
maopaopaixu
- 是一组用C#代码写的冒泡排序法,希望可以给大家参考参考-Is a set of code written using C# bubble sort method, wish to give your information
videoplayer
- mpg视频播放器 可以播放mpg格式的简易视频播放器-javavideo
Form1
- “文字格式”工具栏 “文字格式”工具栏- Visual Basic(7880) Visual C++(306) VBscr ipt(76) Others(73) WINDOWS(55) VBA(48) C-C++(42) MultiPlatform(39) ASP(38) Delphi(34) Java(30) CSharp(29) SQL(22) C++ Builder(22) Windows_Unix(20) CHM(16) WORD(14) C++(14) DOS(13) PDF(11
MXTube-Library
- Code to regenerate iPhone MXTUBE XML
MERSON
- 常微分方程组的求解,采用变步长Merson方法求解。-The solution of ordinary differential equations with variable step size Merson method for solving.
szys
- 任意整数的四则运算的代码,包括代码注释。-Arbitrary integer arithmetic code, including code comments.
AF4x4
- 3D Array Factor of a 4x4 planar array antenna
哈夫曼编码的贪心算法设计
- 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。