资源列表
Internet_new
- internet news gathering program.
prjconverter_src
- 可以把VC7.0的文件转换成VC6.0的文件,非常好用-Convert project file of VC7.0 to VC6.0
完全实现快速排序算法
- 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
插入算法完整实现
- 该程序关键在于Shell sort的实现: 缩小增量排序法 取整数d1,将所有距离为d1的倍数的元素为1组,在各组内排序。(每组内部插入排序) 取d2<d1,同样排序 依次下去,直到di=1-Sort algrithms of insertion method.
日期转换--小程序
- :先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。-Datetime converter.
分析网页链接并批量获取所有图片
- 分析网页链接并批量获取所有图片,请使用,谢谢各位-Parse html links and get all the images in the html links.
在视频处理中经常要用到Zigzag序号及其逆序号
- 在视频处理中经常要用到Zigzag序号及其逆序号,请使用-Program about Zigzag number of video processing.
替换GINA_DLL实现自己的登陆界面
- 想不想拥有自己个性化的WIN2000登陆界面呢?本文就教你如何实现 .msgnia.dll的调用,开发.-Implement your gina dll, the program tell you how to use the API of msgina.dll
vczx_srqc_mfc
- 候俊杰深入浅出mfc,为初学者提供一个很好的基础。-A book for learning MFC.
三角网
- 构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网-Triangulation algrithms for VB, it is Point Insertion algrithms, and detect the circumcircle after inserted, then make the best Triangulation.
动态查询
- 在AutoCAD开发过程中,动态查询实体与数据库的情况的工具-Query the information of the entity and the database dynamic in AutoCAD developing.
H264DecoderWin
- 本例子实现了在windows下的h.264解码器的程序,很不错-H.264 decode source code for Windows.