-
VCADLINK PCI
这是本人在校期间用VC编写的对数控焊接机床的控制程序,工控机采用ADLINK PCI-8136六轴控制卡,可根据输入的焊缝特征参数采用多线程控制机床自动焊接。-VCADLINK PCI-8136
- 2022-03-19 10:09:37下载
- 积分:1
-
改变所有窗口按键的文字和图标的程序,使用VISUAL C++编写
改变所有窗口按键的文字和图标的程序,使用VISUAL C++编写-change all window button icon and the words, the use of Visual C preparation
- 2023-04-14 22:55:03下载
- 积分:1
-
DSP的ADC采集程序
利用DSPF28335的ADC模块对某一个数据进行采集,比如说采集的物理量是电压,但电压的范围是0-3V,这个程序就是一个例子,具体的操作可以以此类推。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-05-22 16:00:54下载
- 积分:1
-
用vc调用matlab7.0编写的小程序,可以实现简单的控制系统…
用vc调用matlab7.0写的小程序,可以实现简单的控制系统仿真演示-with vc call matlab7.0 write small programs, can achieve a simple control system simulation demo
- 2022-09-03 08:15:03下载
- 积分:1
-
vb.net source we hope to help a bit
vb.net源码 希望对大家有点帮助-vb.net source we hope to help a bit
- 2023-06-25 20:30:03下载
- 积分:1
-
这是一个关于dsp编译连接工具的使用(课件推荐),值得看看。
这是一个关于dsp编译连接工具的使用(课件推荐),值得看看。- This is connects the tool about the dsp translation the use
(class recommendation), is worth having a look.
- 2022-07-07 06:50:54下载
- 积分:1
-
C + +优先code.rar
C++ Primer Code.rar
- 2022-01-30 13:22:20下载
- 积分:1
-
static关键字用发演示,让你更好的学习和掌握C++中的static关键字,大有好处...
static关键字用发演示,让你更好的学习和掌握C++中的static关键字,大有好处-static keyword with the demonstration, so you better learning and mastering C of static keyword, good
- 2022-12-01 20:50:04下载
- 积分:1
-
这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序...
这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序-This is a useless list of students into the operation of information management systems, operation and function of the document have greatly improved, and is programmed from a very good program for beginners
- 2022-02-04 16:17:00下载
- 积分:1
-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1