-
在应用程序中,经常有一些任务需要在后台处理,实现方法有两种:计时器和OnIdle循环处理.本例使用计时器创建一个时钟...
在应用程序中,经常有一些任务需要在后台处理,实现方法有两种:计时器和OnIdle循环处理.本例使用计时器创建一个时钟-in the application process, often a number of tasks in the background, achieve two ways : OnIdle cycle timer and handling. The cases used to create a clock timer
- 2022-10-30 05:55:02下载
- 积分:1
-
VB中如何来获得CPU占用率
VB中如何来获得CPU占用率-VB How to get CPU occupancy rate
- 2022-08-25 13:37:37下载
- 积分:1
-
一种用于方便保存小程序的文本,包括…
一个用来方便保存文本内容的小程序,包括源代码和程序.-one used to facilitate the preservation of the text of small programs, including source code and procedures.
- 2022-03-03 10:05:47下载
- 积分:1
-
c陷阱进与缺陷
c陷阱与缺陷是由Andrew Koenig所著,高巍译。Andrew Koenig是AT&T大规模程序研发部(前贝尔实验室)成员,不仅有着多年的C++开发,研究和教学经验,而且还亲身参与了C++的演化和变革,对C++的变化和发展起到重要的影响。
- 2022-07-01 10:20:00下载
- 积分:1
-
设置windows定时关机。
设置windows定时关机。-Mytob.BSNotes installed windows.
- 2023-07-08 15:30:03下载
- 积分:1
-
想获得系统硬件信息吗?本工程为您实现。
想获得系统硬件信息吗?本工程为您实现。-to obtain information system hardware? This works for you to achieve.
- 2022-02-28 19:46:55下载
- 积分:1
-
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写...
计算机操作系统中的页面置换算法源程序,包括fifo,lru,opt等,用vc编写-computer operating system replacement pages algorithm source code, including fifo, lru, opt. prepared using vc
- 2022-02-03 15:12:43下载
- 积分:1
-
LPC2131 learning modules on the new programming has an important role in learnin...
LPC2131学习模块,对新手编程有重要的学习作用 -LPC2131 learning modules on the new programming has an important role in learning
- 2022-01-24 14:09:20下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
窗口注册表编辑,配置文件
windows注册表 编辑 修改,hive 文件-windows registry editing, hive file
- 2023-08-08 05:35:03下载
- 积分:1