-
研究材料的窗口指导程序员使用DLL和内存
学习资料WINDOW程序员使用指南DLL和内存管理- Study material WINDOW programmer use guide DLL and the memory
manage
- 2023-08-19 11:00:05下载
- 积分:1
-
windows多线程演示程序,visual c
windows多线程演示程序,visual c-windows multi-threaded demo program, visual c
- 2022-01-21 03:49:39下载
- 积分:1
-
一个WMI(Windows管理规范),文件系统可以浏览,查看系统…
一个WMI程序(Windows Management Instrumentation),可以浏览文件系统、查看系统信息、系统进程和服务-a WMI (Windows Management Instrumentation), the file system can browse, view system information, system processes and services
- 2023-05-13 15:50:03下载
- 积分:1
-
delphi7.0写的合同订单添加、修改、删除及保存到excess里面
delphi7.0写的合同订单添加、修改、删除及保存到excess里面-delphi7.0 written contract orders add, modify, delete and save it to excess inside
- 2023-07-22 05:55:04下载
- 积分:1
-
一个软件代码的总结,可以帮助你统计那里的代码…
一个对于代码总结的一个软件,可以帮你统计你的代码还有一些注释等,非常好用-A summary of the code of a software, can help you statistics of your code there are some notes and so on, very easy to use
- 2022-06-26 11:40:25下载
- 积分:1
-
注册表读写,改变进程特权,显示最后错误代码含义
注册表读写,改变进程特权,显示最后错误代码含义-registry read and write privileges to change the process, revealed last error code meaning
- 2022-03-13 02:05:39下载
- 积分: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
-
delphi7.0写的系统托盘源码,可以实现程序缩小到右下角
delphi7.0写的系统托盘源码,可以实现程序缩小到右下角-delphi7.0 source code written in the system tray
- 2023-04-22 16:25:03下载
- 积分:1
-
No. with a very small software file partition function, as well as more complete...
一个很号用的小软件,文件分割功能,以及较完整的设计文档,喜欢设计模式的有一定帮助-No. with a very small software file partition function, as well as more complete design documentation, design patterns like some help
- 2023-04-08 11:05:04下载
- 积分:1
-
PRTG是windows平台下的MRTG,它利用SNMP协议对网络流量,CPU负载,内存利用率等数据的进行监控,并且生成各种统计图形,Web页面和报表。MRTG...
PRTG是windows平台下的MRTG,它利用SNMP协议对网络流量,CPU负载,内存利用率等数据的进行监控,并且生成各种统计图形,Web页面和报表。MRTG使用起来复杂,操作都是命令行格式,需要perl支持,而PRTG提供图形化的向导,方便简单。... -PRTG windows platform is the MRTG, which uses SNMP to network traffic, CPU load, memory utilization data for the monitoring, and generates all kinds of statistics and graphics, Web pages and statements. MRTG to use complex operations are command line format, perl support PRTG and provide graphical wizard, easy to use. ...
- 2022-04-19 03:22:13下载
- 积分:1