-
ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中...
ini配置文件读取。适用于VC6.0下.可自行修改后加入自己的工程中-an ini reader. work under Visual C++ 6.0
- 2022-03-20 06:05:25下载
- 积分:1
-
一个磁盘信息查看程序,可以对系统的磁盘信息进行监测,然后显示出这些信息。...
一个磁盘信息查看程序,可以对系统的磁盘信息进行监测,然后显示出这些信息。-A disk information view the program, you can monitor the system disk information, and then show this information.
- 2022-01-25 23:43:45下载
- 积分: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
-
拷贝任何在32
拷贝任何在32-位Windows 系统上运行程序的密码。-Copies of any 32- bit Windows systems running on the password.
- 2023-06-29 09:05:04下载
- 积分:1
-
c++ builde 6 adopted, in the Builder environment assembler call
c++ builde 6下通过,在Builder环境下调用汇编程序-c++ builde 6 adopted, in the Builder environment assembler call
- 2022-03-29 06:11:47下载
- 积分:1
-
Microsoft Windows计划任务“作业”溢出试验
Microsoft Windows计划任务“作业”溢出试验-Microsoft Windows Scheduled Tasks
- 2022-03-04 06:48:59下载
- 积分:1
-
一个关于注册表的程序
一个关于注册表的程序-a registry of the procedure! !
- 2022-02-02 04:02:01下载
- 积分:1
-
在Visual C++ 中 模拟输入字符串 查找其他任何字符 并统计字符出现的频度...
在Visual C++ 中 模拟输入字符串 查找其他任何字符 并统计字符出现的频度-in Visual C analog input string find any other characters and the characters statistical frequency
- 2022-01-30 16:53:57下载
- 积分:1
-
一个查看系统详细信息的例子
一个查看系统详细信息的例子--An example of viewing the system detail information
- 2022-11-19 09:40:03下载
- 积分: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