-
c++编写的简单的物品库存管理
c++编写的简单的物品库存管理-the manangemet of small scale storage system
- 2022-07-13 16:04:48下载
- 积分:1
-
FTP 上传现在文件,读取XML文件下载
FTP 上传现在文件,读取XML文件下载-FTP XML
- 2022-11-01 02:55:03下载
- 积分:1
-
VC动态链接库(dll)编程深入浅出.pdf附源码
VC动态链接库(dll)编程深入浅出PDF文档,并附随书源代码。以下是该书简介:
一、前言
自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需要的大量的API函数也被包含在Kernel DLL中。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-27 19:20:04下载
- 积分:1
-
This is a letter to Chinese characters or other unicode code into the byte array...
这是一个把汉字或其他文字转换成unicode码表示的字节数组的程序-This is a letter to Chinese characters or other unicode code into the byte array that the procedure
- 2023-03-04 16:20:04下载
- 积分:1
-
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Description:
Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
- 2022-01-28 23:09:39下载
- 积分:1
-
这是一个简单演示的游泳池程序,对象
这是一个简单的撞球演示程序,采用面向对象的编程方式,由于程序简单易懂,可以为C++的初学者提供很好的示例。程序用到了TC的图形编程,故要采用Tubro C++ 3.0编译链接。-This is a simple demonstration of the pool procedures, object-oriented programming, because of simple, comprehensible, and C for beginners provide a good example. TC procedure uses a graphical programming, it should be adopted Tubro C Compiler 3.0 link.
- 2022-06-30 13:48:06下载
- 积分:1
-
《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍...
《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍- OPCDA server and client program development guide, the first authoritative book on Chinese OPC guide books
- 2022-03-01 21:48:17下载
- 积分:1
-
一个微
一个java微型编辑器程序(需要改为*.jar)-a micro-editor (need to be converted into*. jar)
- 2023-01-01 12:20:03下载
- 积分:1
-
内存管理 c++高手的必然磨练
内存管理 c++高手的必然磨练
内存管理 c++高手的必然磨练
内存管理 c++高手的必然磨练-Memory management c++ Master the inevitable temper memory management c++ Master the inevitable temper
- 2023-06-26 01:35:04下载
- 积分:1
-
one can arbitrarily long integer addition and subtraction for the category, I pr...
一个可以对任意长整数进行加减的类 ,本人编写的代码,请多提意见-one can arbitrarily long integer addition and subtraction for the category, I prepared the code, please speak up
- 2022-03-12 16:18:16下载
- 积分:1