-
Application runs some others applications in defined intervals.
Application runs some others applications in defined intervals.
- 2022-01-22 16:49:28下载
- 积分:1
-
C++ Builder的PPT课件35章
C++ Builder PPT 课件共35章-C++ Builder PPT courseware Chapter 35
- 2022-02-05 01:36:48下载
- 积分:1
-
qt实现的单位转换功能
一个简单的qt小程序,适合初学者,本功能实现多个单位的转换
- 2022-03-07 00:22:52下载
- 积分:1
-
客户管理 ASP.Net
一个客户管理 ;应用程序实现的是ASP. NET和SQL后台
- 2022-12-31 04:35:04下载
- 积分:1
-
Xcale270Bsp包,wince平台
Xcale270Bsp包,winceå¹³å°-Xcale270Bsp kits, wince platform
- 2022-07-05 00:09:49下载
- 积分:1
-
源代码样本章2,4,6,和8都包含在evenchap…
The source code samples for chapter 2, 4, 6, and 8 are contained in the EvenChapters project. Those chapters all reference various aspects of this single project. The source code for the BullsEye control (chapter 10 example) is in the BullEyeCtl project. The source samples for the other chapters are provided in the Chapter XX sub-directories.
- 2022-02-01 15:30:58下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
WinCE under a variety of screen fonts Demonstration Program
WinCE下多种字体的屏幕演示程序-WinCE under a variety of screen fonts Demonstration Program
- 2022-02-13 01:58:53下载
- 积分:1
-
DSA 优化程序
微分搜索算法是一种由 civicioglu 提出的新的进化搜索算法。它是比很多病提出了进化算法的更强大。
- 2022-03-05 23:48:27下载
- 积分:1
-
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascendi...
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascending 升,d: descending 降) -For n ranked from high to low student achievement, ranked according to the function of the style parameters, such as the style of " a" by ascending row, style for the " d" in descending row. (A: ascending l, d: descending down)
- 2022-05-13 14:34:44下载
- 积分:1