资源列表
[Windows编程] matrix_keypad
说明:universal routine for 4X4 matrix keyboard<praveen> 在 2025-07-24 上传 | 大小:21kb | 下载:0
[Windows编程] tree
说明:所谓遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 -The so-called ergodic (Traversal) refers to a search along the line, followed on each node in the tree are done once and only one visit. Access node operation done depends on the<cantor0403> 在 2025-07-24 上传 | 大小:1kb | 下载:0
[GDI/图象编程] XrossOneGDIPlus1.2.6
说明:Windows Mobile GDI library<Ricky> 在 2025-07-24 上传 | 大小:709kb | 下载:0
[Windows编程] Gaussianfit2D
说明:实现了2维高斯拟合,可用于生物荧光标记的显微图像的拟合。-Achieved a 2-dimensional Gaussian fitting, can be used for biological fluorescence microscopic image of the fitting.<刘贝> 在 2025-07-24 上传 | 大小:4kb | 下载:0
[Windows编程] MPlayersimple
说明:功能介绍: 简单的音乐播放器原代码! -Features: simple music player, the original code! Simple music player, the original code!<zhujUN> 在 2025-07-24 上传 | 大小:126kb | 下载:0
[对话框与窗口] Calculator
说明:用VC++基于对话框自己开发的一个多功能计算器,功能比一般的计算器更完善,但是其中还有一个控件没有完成-VC++ Calculator.rar<贺彪> 在 2025-07-24 上传 | 大小:3.5mb | 下载:0
[Windows编程] 2009DSExperiment
说明:编码规范 1. 类成员函数 成员函数应该以完整的英文描述命名,函数名的第一个单词通常是一个动词。如openAccount、save等 对于存取类属性的成员函数有以下的命名规则: Getter:访问类的属性并返回。命名以get开头,如果返回值是boolean,以is开头;如getFirstName、isAtEnd等。boolean返回值的另一种命名方法是使用has、can,如hasDependents、canPrint等 &<cantor0403> 在 2025-07-24 上传 | 大小:9kb | 下载:0