-
数码管显示程序,用C语言编程实现,适合初学者学习
数码管显示程序,用C语言编程实现,适合初学者学习-Digital tube display program, using C programming language, suitable for beginners to learn
- 2022-02-07 23:22:52下载
- 积分:1
-
20040928111024_vczx_fonts
20040928111024_vczx_fonts
- 2022-05-12 12:41:36下载
- 积分:1
-
研究利用RLS算法自适应均衡器纠正存在加性白噪声的信道的畸变。讨论特征值扩散度 对学习曲线的影响。 比较RLS算法和LMS算法在不同信噪比情况下的学习曲线。...
研究利用RLS算法自适应均衡器纠正存在加性白噪声的信道的畸变。讨论特征值扩散度 对学习曲线的影响。 比较RLS算法和LMS算法在不同信噪比情况下的学习曲线。
-RLS algorithm using adaptive equalizer to correct the existence of additive white noise distortion channel. Eigenvalue discussion diffusivity impact on the learning curve. Comparison of RLS algorithm and LMS algorithm for different signal to noise ratio in the case of the learning curve.
- 2022-08-24 05:18:01下载
- 积分:1
-
data base code postal
数据库代码邮政管理数据库,邮政编码.mbd以及客户.mbd;使用
- 2022-01-31 21:21:25下载
- 积分:1
-
[输入]
图的顶点个数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
-
一个简单的心理学测试软件.用C++ MFC编写.
一个简单的心理学测试软件.用C++ MFC编写.-a simple psychological test software. MFC C preparation.
- 2022-02-28 13:03:13下载
- 积分:1
-
计算机系统结构的一些幻灯片,适合学生参考
计算机系统结构的一些幻灯片,适合学生参考-Computer system structure of slides, suitable for students
- 2022-08-15 14:48:30下载
- 积分:1
-
短时间熟练PROTEL DXP操作,分为:
smthome_protel_DXP_教程.part1.rar
smthome_protel_DXP_教程....
短时间熟练PROTEL DXP操作,分为:
smthome_protel_DXP_教程.part1.rar
smthome_protel_DXP_教程.part2.rar
smthome_protel_DXP_教程.part3.rar-PROTEL DXP short of skilled operations, divided into: smthome_protel_DXP_ tutorial. Part1.rarsmthome_protel_DXP_ tutorial. Part2.rarsmthome_protel_DXP_ tutorial. Part3.rar
- 2022-12-12 11:10:03下载
- 积分:1
-
本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的数字滤波器为带通滤波器,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形...
本程序已被本人整理到WORD文档中,编程语言为MATLAB,本文设计的数字滤波器为带通滤波器,设计参数皆在文档中表明。此程序已经验证是正确可执行的,并能生成图形,值得下载!-This program has been organized into WORD document I, the programming language MATLAB, this design of digital filter for band-pass filter, design parameters are indicated in the document. This procedure has been verified is correct executable, and can generate the graph, it is worth to download!
- 2022-03-20 23:30:35下载
- 积分:1
-
VB写的判断线段相交
判断两条线是否相交的程序,这并不是我原创的,但是我忘记是从哪里下载的了,只能对原创的说,对不起了,谢谢你的代码
- 2022-03-02 11:49:04下载
- 积分:1