登录
首页 » 其他项目 » 经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第8章中的例题源码,使用LabWindows CVI的人用得着。麻烦...

经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第8章中的例题源码,使用LabWindows CVI的人用得着。麻烦...

于 2022-05-17 发布 文件大小:148.29 kB
0 205
下载积分: 2 下载次数: 2

代码说明:

经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第8章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 结构计算ansys原程序,适用于学习ansys结构程序的人
    结构计算ansys原程序,适用于学习ansys结构程序的人-Ansys structural calculations of the original process, applied to study the structure and procedures of ansys
    2022-08-09 13:08:52下载
    积分:1
  • on genetic aspects of a few simple algorithm
    关于遗传方面的几个简单算法-on genetic aspects of a few simple algorithm
    2023-07-11 06:10:03下载
    积分:1
  • 淘宝C店全屏代码
    淘宝C店全屏代码,非常好的学习资料哦,其中包含  7个 json文件 ,一个 common.php ,  modules中包含大量的描述文件,即xml文件。                                                          
    2022-01-22 14:21:47下载
    积分:1
  • 一个非常简洁的截包工具,带有MD5加密分析功能,
    一个非常简洁的截包工具,带有MD5加密分析功能,-a very simple tools of the latest package, with MD5 analysis functions,
    2022-03-23 12:08:55下载
    积分:1
  • LED constant pressure calculation tool to calculate constant pressure LED circui...
    LED恒压计算工具 计算LED恒压电路的小工具,通过使用您可以学习到LED的基本知识。-LED constant pressure calculation tool to calculate constant pressure LED circuit of small tools, You can through the use of LED learn the basic knowledge.
    2022-09-05 07:30:03下载
    积分:1
  • digital signal processing Matlab Presentations, File all of which placed the doc...
    数字信号处理Matlab演示文件,其中各个文件加放置了不同的matlab子文件-digital signal processing Matlab Presentations, File all of which placed the documents for Matlab
    2022-02-26 03:21:37下载
    积分:1
  • 估计模型阶次的很有效的方法,调试通过,没有任何问题。
    估计模型阶次的很有效的方法,调试通过,没有任何问题。-Estimated model order is very effective way to debug is passed, there is no problem.
    2022-03-20 22:02:55下载
    积分:1
  • simple hierarchical management and inventory management for software used for th...
    简单的分层管理的库存管理及查询软件,供大家交流用。-simple hierarchical management and inventory management for software used for the exchange.
    2022-07-22 21:35:01下载
    积分:1
  • 完成双正交信号的数字通信系统的蒙特卡罗仿真。分析在加性高斯白噪声下误码率与信噪比之间的关系,绘出误码率...
    完成双正交信号的数字通信系统的蒙特卡罗仿真。分析其在加性高斯白噪声下误码率与信噪比之间的关系,绘出误码率-信噪比曲线图,并和理论曲线进行比较。-Complete pairs of orthogonal signals in Monte Carlo simulation of digital communication systems. Analysis of the additive white Gaussian noise bit error rate and signal to noise ratio under the relationship between the mapped BER- signal to noise ratio curve, and and the theoretical curves for comparison.
    2022-08-22 03:43:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载