资源列表
A~Z
- C语言写的,用户输入一个大写字母,比如C则输出一个 A ABA还有杨辉三角等几个小程序! ABCBA-C language written by the user to enter a uppercase letters, for example, C is the output of a A ABA Yang Hui triangle, etc. There are several small programs! ABCBA
a_game
- USACO中的a game小程序, 采用C++编写,运用了动态规划-a game of USACO, written in C++ , using a dynamic programming
awer
- Visual Basic设置启动时自动被执行的程序-Visual Basic is set to start automatically when the procedure is d
AVERAGE101
- Computes pairwise averages of three numbers
AutoUpdateConfig
- 当程序更改后,放在服务端,前台启动后,程序就会自动更新-AutoUpdateConfig
AutoPtr
- 智能指针. new一个对象以后不需要delete, 即可被释放. 利用了对象的构造和析构.-Smart pointer. New future does not need an object delete, can be released. Use of the object structure and destructor.
autoclick
- 自动录制鼠标动作,自动操作工具,只用了核心运行库-autoclick
AudioClock
- 应用于广电行业,关于音频时钟产生的过程的程序,很好!-Applies to radio and television industries, generated by the clock on the audio process, very good!
ASTER
- IDL_用aster遥感影像进行温度反演的代码-IDL temperature
ASICIICodder
- ASICII码查询器的源代码,可以自动捕获键盘输入并且显示改键值所对应的ASICII码-Can Release the KetDown Accident and show ASICII code
AnglePrecisionConvert
- // Summary: 角度精度的转换// Parameters:// dAngle - 角度, 单位度(°)// nPrecision - 精度, 1:度、2:分、3:秒// Returns: 成功返回转换后的角度字符串,否则返回空// Note: 转换结果带四舍五入例:角度值 0.5° 转换结果 0°30′0″角度值 0.56789° 转换结果 0°34′4″角度值 360.5123°转换结果 360°30′44″-// Summary: Angle Change// Parameters
alphablend_src
- As a C programmer on Windows since W3.0, I found MFC to be a great wrapper for W32 API in a C++ environment. However, I also found MFC to be almost poor in term of C++ implementation because of certain limitations (probably inherited because compatib