-
一个用C++编写的DLL小文件例子,用来学习DLL编写很不错哦
一个用C++编写的DLL小文件例子,用来学习DLL编写很不错哦-A use of C++ written a small DLL file example used to study the preparation of a good DLL Oh! !
- 2022-02-09 23:46:09下载
- 积分:1
-
线程池的实现,有什么大家可以交流下,请多提意见
线程池的实现,有什么大家可以交流下,请多提意见-Thread pool realize, what everyone has to share, please do so
- 2022-05-25 11:56:26下载
- 积分:1
-
老外写的一个关于模拟键盘事件的示例程序
老外写的一个关于模拟键盘事件的示例程序-written by a foreigner on the simulated keyboard sample program
- 2022-05-21 03:40:32下载
- 积分:1
-
工业控制研华板卡VC编程实现DI程序,和ad转换类似的编程,也是提供连接库方式调用...
工业控制研华板卡VC编程实现DI程序,和ad转换类似的编程,也是提供连接库方式调用-Advantech industrial control board VC Programming DI procedures, and a similar ad conversion program, as well as providing means for connecting calls
- 2023-09-03 13:10:03下载
- 积分:1
-
高级语言用于编写BIOS的源代码,不可不看的好资料…
一个用高级语言写的BIOS源代码,读不懂的好资料。
- 2023-03-12 08:30:04下载
- 积分:1
-
use WMI access CUP CPU frequency and the number of procedures, would like to kno...
利用WMI获取CUP个数以及CPU频率的程序,
对想了解WMI编程方法的朋友有一定的帮助-use WMI access CUP CPU frequency and the number of procedures, would like to know the programming method of WMI friends can help
- 2022-02-28 20:03:40下载
- 积分:1
-
very good code!
very good code !
-very good code!
- 2022-03-21 14:04:09下载
- 积分:1
-
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被...
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被自动加电。-NVRAM WakeUp BIOS can read and write the WakeUp time (through the recent 2.4.x kernel/dev/nvram). In this WakeUp time, the computer will stop the soft state automatically increases power.
- 2023-08-21 21:30:03下载
- 积分:1
-
一个VB音量调整、混音类程序
这是一个VB音量调整、混音类程序。欢迎大家下载、试用。谢谢大家的支持!希望有帮助!
- 2022-02-05 12:26:36下载
- 积分: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