资源列表
StopWords
- A English Stop word class. It helps to check whether your word is stopword or not.
GGEarth
- 用VC控制GoogleEarth,想知道的话就-control GoogleEarth with VC
msn.txt.tar
- This is basically to explain how to use an automation out of proc server. So I used MSN Messenger. My article explains a few things about MSN Messenger. It has one ATL class CIMSGEvents which handles the events fired by MSN Messenger. It catches even
mac.txt.tar
- How to get the MAC address of your network adapter. MAC address stands for Media Access Control address which is 6 bytes( 48 bits ) long. MAC address is the unique address which is used to identify network interface hardware. So how to get the M
Un
- 文件上传程序代码 希望对答家有帮助,asp的 可以自行修改-wenjian asp shangchuan wenjian asp shangchuan
changyongsuanfashejifangfa
- 常用算法设计方法 非常好的东西 推荐每个人都要读一读 -Common algorithm design method is very good things recommend everyone to read the
windows
- 利用Visual C++进行图像处理的完全代码-windows
linefit_successPointer
- 最小二乘法C语言源码,便于移植在嵌入式系统-source code using language c of least square method
exepathhelper
- 一个跨平台的C++ 获取可执行文件运行路径的代码。 GetMoudleFileName-A cross-platform exeuctable target full path. used GetMoudleFileName in win32 and readlink in linux
4
- 图片显示程序,包括列表显示,放大缩小显示,和傅里叶变换-Presentation graphics program, including the list of shows, zoom, and Fourier transform
setmute
- 一个通过命令行设置windows静音的小工具。-a tool to set mute for windows from cmd.
TSP_by_dynamic_programming
- 使用C++ 实现的,利用动态规划算解决旅行商问题-solving TSP problem with dynamic programming in C++