-
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码...
Delphi编程中检查Memory leak的代码,最新版本2.73,非常有用的工具代码-Source code for check memory leak in Delphi language,up to the minute version is 2.73,it is very useful tool.
- 2022-04-18 00:20:12下载
- 积分:1
-
数值计算,序, 2004
数值计算,序, 2004-10-15, 1176 K, 共享版. ・徐士良程序. 运行环境:Win9x/NT/2000/XP/2003,
软件类别:国产软件, 下载次数:11. 软件开发标准, 2004-10-12, 1176 K, 共享版.
・软件开发标准. 运行环境:Win9x/NT/2000/XP/2003, 软件类别:国产软件 ...
-numerical calculation, ordering, 2004-10-15, 1176 K, sharing version. XU Shi-liang procedures. Operating environment : Win9x/NT/2000/XP/2003, software categories : domestic software downloads : 11. Software development standards, 2004-10-12, 1176 K, sharing version. software development standards. operating environment : Win9x/NT/2000/XP/2003, software categories : domestic software ...
- 2022-07-03 04:43:00下载
- 积分:1
-
在下拉列表中显示多列,软件类型: 国产软件 / 免费版 / 控件开发...
在下拉列表中显示多列,软件类型: 国产软件 / 免费版 / 控件开发 -In the drop-down list to display multiple columns
- 2022-12-26 07:10:04下载
- 积分:1
-
可以SeDebugPrivilege用户权限用打开系统的进程
可以SeDebugPrivilege用户权限用打开系统的进程-SeDebugPrivilege user permissions can be used to open the process of system
- 2022-03-06 01:50:26下载
- 积分:1
-
PC端通过WINCE端实现摄像功能,不错的源程序
PC端通过WINCE端实现摄像功能,不错的源程序-PC client through the client realize WINCE camera features, a good source
- 2022-05-10 23:22:42下载
- 积分:1
-
C++课件,内容通俗易懂,很适合初学者使用.
C++课件,内容通俗易懂,很适合初学者使用.-C++ Courseware, content user-friendly, it is suitable for beginners to use.
- 2022-01-25 14:05:57下载
- 积分:1
-
动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!...
动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!-Dynamic host address assignment client source code! Is run by LINUX under, WINDOWS is still under testing! From the test is completed to everyone!
- 2022-04-16 02:12:21下载
- 积分:1
-
GetTickCount unable to calculate the following time 16ms, which can code the pre...
GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
- 2022-07-09 09:00:24下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
PDBView是一个可以查看palmOS执行包*.pdb(类似于java包*.jar)结构的小工具...
PDBView是一个可以查看palmOS执行包*.pdb(类似于java包*.jar)结构的小工具
- 2023-03-28 18:40:03下载
- 积分:1