-
检测内存泄露的程序
检测内存泄露的程序-memory leakage detection procedures
- 2023-04-14 09:10:04下载
- 积分:1
-
c prepared with a practical procedure, and perhaps would use to ah!
用c编写的一个实用程序,也许会用的到啊!-c prepared with a practical procedure, and perhaps would use to ah!
- 2023-06-14 22:30:03下载
- 积分:1
-
Duilib VS2013 静态链接库 动态连接库 库文件 编译
采用vs 2013编译的Duilib,将Lib引入,Dll放在Debug和Release目录。
参考Alberl的教程
在VS的菜单里,选择【工具】-【选项】-【项目和解决方案】-【VC++ 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-29 23:46:50下载
- 积分:1
-
I2C project by using PICf458 and TNC75 (term sensor)
I2C project by using PICf458 and TNC75 (term sensor)
- 2022-06-19 07:04:48下载
- 积分:1
-
use the CEdit class in a very basic dialog based application.
use the CEdit class in a very basic dialog based application.
- 2022-02-12 07:30:52下载
- 积分:1
-
最低松弛度优先算法
char pname[5]; //进程名
int deadtime; //周期
int servetime; //执行时间
//周期进程某一次执行到停止的剩余需执行时间(考虑到抢占),初始为deadtime
int lefttime;
int cycle; //执行到的周期数
//进程最近一次的最迟开始执行时间,- currenttime 即为松弛度
int latestarttime;
//进程下一次最早开始时间
int arivetime;
int k; //k=1,表示进程正在运行,否则为0,表示进程不在执行期间
/*
若存在最小松弛度进程个数多于1个,
则采用最近最久未使用算法
采用一计数器LRU_t
*/
- 2023-06-22 00:00:04下载
- 积分:1
-
很好的信息消除 很好的信息消除
很好的信息消除 很好的信息消除-Very good information on the elimination of good information to eliminate
- 2022-12-31 04:30:04下载
- 积分:1
-
这是一个客户机应用程序,它通过建立与日期
这是一个客户机应用程序,它通过建立与日期-时间服务器的连接, 从一个指定的主系统中得到日期和时间,并报告结果。 -This a client application, and it is through the establishment of a date-time server connectivity, from a designated the main system, which is the date and time, and report the results.
- 2022-01-28 10:37:12下载
- 积分:1
-
快速处理SW-STL二进制文件,分离法向量,面,点
File InformationDescription This function is used for loading binary STL files.Files are available on the mathworks file exchange site. This submission will also properly read in color values (if present) and the STL file title.MATLAB release MATLAB 7.8 (R2009a)
- 2022-03-04 21:35:00下载
- 积分:1
-
利用工厂设计模式这几计算器
使用简单工厂模式解决计算器相比较上次思维更加的清晰,各类以及函数的关系也更加的清楚。让我深刻的体会到良好的设计模式能给程序后期的修改和增加功能带来相当大的便利
- 2023-02-16 01:30:04下载
- 积分:1