-
进程查看程序
进程查看程序-Process viewer
- 2022-02-15 07:45:05下载
- 积分:1
-
一个关于在程序中使用定时器的例子,很好的参考
一个关于在程序中使用定时器的例子,很好的参考-A procedure on the example of the use of timers, a good reference
- 2022-02-01 07:27:57下载
- 积分:1
-
获得系统网卡的序列号
获得系统网卡的序列号- Obtains the system net card the sequence number
- 2022-03-15 21:21:28下载
- 积分:1
-
输入任意错误代码后显示其含义,有利于调试程序时了解出错原因...
输入任意错误代码后显示其含义,有利于调试程序时了解出错原因-After the importation of any error codes show its meaning is conducive to understanding the debugger when an error causes
- 2023-01-18 20:50:04下载
- 积分:1
-
用QT制作的文件操作,可以直接运行,也可以在LINUX下用MAKEFILE进行编译、调试、运行~...
用QT制作的文件操作,可以直接运行,也可以在LINUX下用MAKEFILE进行编译、调试、运行~-Produced by the QT file operations
- 2023-06-05 18:30:03下载
- 积分:1
-
一个CMDshell 类库。。简单调用成员函数 就可以实现CMDSHELL功能...
一个CMDshell 类库。。简单调用成员函数 就可以实现CMDSHELL功能-a CMDshell library. . Members of a simple function call can be achieved functional CMDSHE
- 2022-01-26 04:03:36下载
- 积分:1
-
关于vc的剪贴板的操作工程,
可以参考。
关于vc的剪贴板的操作工程,
可以参考。-vc the clipboard on the operation of the project, they can refer to.
- 2022-07-11 18:45:27下载
- 积分:1
-
企业进销存管理系统说,本系统主要实现了支持多条件查询、批量填写进货单及销售单、与代理商和供应商往来账本明细,绝不存在假账、漏账、差账等情况、图表分析月销售状况、...
企业进销存管理系统说,本系统主要实现了支持多条件查询、批量填写进货单及销售单、与代理商和供应商往来账本明细,绝不存在假账、漏账、差账等情况、图表分析月销售状况、当外界环境(停电、网络病毒)干扰本系统时,系统可以自动保护原始数据的安全、强大的报表打印等功能-Purchase, Sales and Inventory Management System for Enterprise said that the system is mainly to support the realization of multi-criteria query, fill in quantities and sales of single-进货单with agents and suppliers, details of contacts book, does not even exist accounting, missed payments, bad debts, etc. Analysis of sales on the chart, when the external environment (power, network virus) interfere with the system, the system can automatically protect the safety of the raw data, powerful features such as print statements
- 2022-09-21 10:10:03下载
- 积分:1
-
A simple hospital management system that can achieve some of the basic functions...
一个简单的医院管理系统,可以实现一些基本的功能,欢迎大家指正。-A simple hospital management system that can achieve some of the basic functions, please correct me everyone.
- 2022-08-09 13:15:40下载
- 积分: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