-
Windows未公开文件格式和源码例子
Windows未公开文件格式和源码例子
- 2022-05-09 05:17:05下载
- 积分:1
-
in industrial production control system, there are many needs time to complete t...
在工业生产控制系统中,有许多需要定时完成的操作,如定时显示当前时间,定时刷新屏幕上的进度条,上位 机定时向下位机发送命令和传送数据等。特别是在对控制性能要求较高的实时控制系统和数据采集系统中,就更需要精确定时操作。-in industrial production control system, there are many needs time to complete the operation, such as the timing shows the current time, regularly updated progress on the screen of the PC regular crew sent down orders and transmit data. Especially in the control of the high performance requirements of real-time control system and data acquisition system, the need for more precision timing operation.
- 2023-04-14 05:30:04下载
- 积分:1
-
得到硬盘中簇的大小
得到硬盘中簇的大小 -Getting the clusters size of disk
- 2022-02-04 01:49:24下载
- 积分: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
-
api function Xiang Jie, including the use of api functions, a simple api functio...
api函数详解,包括api函数的用法,简单的api函数使用功能-api function Xiang Jie, including the use of api functions, a simple api function, use function
- 2022-06-29 23:03:25下载
- 积分:1
-
在源和二进制形式的重新分配和使用
File Name : 25Reflections.zip
File Size : 21K
Design Computer : Celeron 2.4Ghz , 512MB Ram, Windows XP Pro
Date Released : 2005/02/27
Environment : Embedded Visual C++ 4.0-Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met
- 2022-04-24 20:49:41下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2022-01-22 06:45:33下载
- 积分:1
-
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息
类似Borland公司的Tdump的程序。分析DLL/EXE文件信息-The app of analysising the infomation of DLL or EXE , which is like the TDump of Borland
- 2022-05-30 17:00:16下载
- 积分:1
-
ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中...
ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中-an ini reader. work under Visual C++ 6.0
- 2022-03-20 06:05:25下载
- 积分:1
-
VC++进程创建与实现原代码,是学习进程的入门资料
VC++进程创建与实现原代码,是学习进程的入门资料
-VC++ Process creation and implementation of the original code, is introductory information on the learning process
- 2022-02-24 13:40:09下载
- 积分:1