资源列表
test
- 一个utf8-gb2312编码的互相转换demo
MPI_C_TSP
- 在MPI平台下,用C语言实现模拟退火算法的货郎担问题的并行算法。
rotate
- 只使用opengl的glvertex函数和基本的矩阵变换,而不使用任何opengl的高层函数实现不消隐正方体的旋转,平移,缩放
printpic
- 袁枫写的图像打印程序,很简单,但是很清楚!
CH06
- 《C++Builder数据库程序设计》配书光盘 1.光盘内容 Readme.txt 光盘使用说明 书中各章范例文件,Ch1-Ch13文件夹中是各章的范例文件,DATABASE文件夹下为书中要应用的数据库文件。 2.光盘运行环境 本光盘可以运行在Windows 操作系统下,包括98/Me/2000/NT。 软件环境是C++Builder 5.0及以上版本,其中第5章、第8章和第11章(即ch5、ch8和ch11文件夹下)的范例文件的运行,还需要系统中已安
GetCommPort
- VC6程序,用于获取计算机当前所拥有的所有串口号。可用于使用串口的程序
MatlabGenericDll
- Introduction A shared library is a collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-time, the l
ezw2
- EZW算法的编码与解码的实现,使用vc++实现!
dither
- 用n×n抖动矩阵实现指定区域的半色调抖动,主要部分是抖动矩阵的递归实现,此部分较难
MatlabSharedLib_demo
- Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolb
faac
- HUFFMAN编码的实现,代码比较的清楚明了!
MATLAB_C_API
- As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming