-
支持基本的拷贝/粘贴和拖放功能
支持基本的拷贝/粘贴和拖放功能-support basic copy/paste and drag-and-drop function
- 2022-04-22 20:34:46下载
- 积分:1
-
窗口开发拖曳范例C语言源代码 ,功能还可以,仅仅只是为了学习和交流...
窗口开发拖曳范例C语言源代码 ,功能还可以,仅仅只是为了学习和交流-window towed development paradigm C language source code that can also function, merely to learn and exchange
- 2022-07-16 05:58:52下载
- 积分:1
-
矩阵整理,把矩阵排列成可以计算的形式,提供方便得数学运算,方便调用。...
矩阵整理,把矩阵排列成可以计算的形式,提供方便得数学运算,方便调用。-Matrix finishing, the matrix can be calculated arranged in the form of a mathematical convenience, convenient to call.
- 2023-06-02 23:40:03下载
- 积分:1
-
一个小型矩阵计算器
可视化界面
可以计算矩阵的加减乘和数乘...
一个小型矩阵计算器
可视化界面
可以计算矩阵的加减乘和数乘-A small visual interface matrix calculator can calculate the matrix by the addition and subtraction by several
- 2022-01-25 20:40:58下载
- 积分:1
-
判断一个数是否是质数的小程序
判断一个数是否是质数的小程序-judge whether quality is the number of small programs
- 2022-12-17 12:55:17下载
- 积分:1
-
Through the temperature sensor detecting the temperature of the outside world, a...
通过温度传感器检测外界的温度,然后经放大接入A/D,和键盘设置的温度值进行比较,来调节控制器对加热器进行控制,使温度保持在设定温度附近,并通过LED显示温度值,如果出现温度异常,通过嗡鸣器进行报警。以实现温度设置输入、温度显示、温度异常报警、加热执行器控制等功能-Through the temperature sensor detecting the temperature of the outside world, and then by the enlarged access A/D, and keyboard settings to compare the temperature to adjust the controller to the heater control to maintain the temperature near the set temperature, and temperature LED display value, if there is abnormal temperature, through the alarm device Ong Ming. Input to achieve the set temperature, the temperature showed that temperature anomalies alarm, heating and other functions to implement control
- 2022-09-18 11:10:02下载
- 积分:1
-
单片机PH浓度测量仪
基于stc15单片机的PH浓度测量仪,数码管显示浓度值,可对浓度和传感器进行校准
- 2022-08-08 13:11:00下载
- 积分:1
-
A written using visual basic to change the color of the text of the procedures
一个用visual basic写的能够改变文字的颜色的程序-A written using visual basic to change the color of the text of the procedures
- 2023-01-09 10:50:03下载
- 积分:1
-
创造了这个应用程序向导为您FtpDown申请。此应用程序
不仅展示了使用Microsoft基础类的基本知识
而且也是写你的应用程序的起点。...
创造了这个应用程序向导为您FtpDown申请。此应用程序
不仅展示了使用Microsoft基础类的基本知识
而且也是写你的应用程序的起点。-AppWizard has created this FtpDown application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-06-15 02:18:52下载
- 积分: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