-
用来进行电脑的关机和注销,方法很简单,比较实用。
用来进行电脑的关机和注销,方法很简单,比较实用。-Used for computer shutdown and cancellation method is very simple, more practical.
- 2022-01-22 02:04:07下载
- 积分:1
-
47185014kalman
说明: 利于MATLAB实现OFDM的发送和接收,具体过程发送端先通过QPSK调制,之后进行IFFT变换,然后再添加循环前缀,接收端是一个逆过程。该程序还有另外一个的功能是信道估计,最小乘与卡尔曼滤波器的比较。(MATLAB is helpful to realize the sending and receiving of OFDM. The sending end of the specific process is firstly modulated by QPSK, followed by IFFT transformation, and then cyclic prefix is added. The receiving end is an inverse process. Another function of the program is channel estimation, least - multiplication and kalman filter comparison.)
- 2021-02-28 14:09:36下载
- 积分: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
-
frmFullSend.Designer
说明: 超声波测距(数码管显示),精确度差不多。。。。(Ultrasound ranging (digital tube display), almost the same accuracy.)
- 2020-06-25 07:00:02下载
- 积分:1
-
光子晶体光纤 超连续谱
说明: 光子晶体光纤
超连续谱
考虑色散、非线性效应、自陡峭、拉曼效应。(Photonic crystal fibers
Supercontinuum spectrum
Dispersion, nonlinearity, self-steepening and Raman effects are considered.)
- 2020-07-13 00:29:00下载
- 积分:1
-
tetris
基于dos界面实现俄罗斯方块游戏,可以实现双人对战,调节游戏模式等多种趣味功能。支持播放背景音乐、记录玩家分数。(Based on the DOS interface, the Russian square game can be realized, which can realize the double fight, adjust the game mode and other interesting functions. Support to play background music, record player scores.)
- 2018-01-11 15:45:12下载
- 积分:1
-
本程序是四则运算的小程序。在C++的环境下开发的。
本程序是四则运算的小程序。在C++的环境下开发的。-four small Operational procedures. The C development environment.
- 2022-08-21 06:05:51下载
- 积分:1
-
这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作...
这是我在大学二年级学习C语言课程时,作为“练笔”而编写的一个小程序(当时在我眼里可却是一个大程序!)其主要特点有:1、正真做到了全中文界面(不需要UCDOS操作系支持) 2、大量的图形特技(如图像的显隐技术、图像穿插技术、多任务仿真技术等) 3、纯C语言打造(不含任何C++知识)
4、实现了街机“俄罗斯方块”绝大部分功能(如动画、声音、速度变化) 5、用户可根据自据的习惯自由地调整“游戏操作键” 6、方法独特,全部语句和技术都是我本人原创,没有参考过任何相关代码 7、防“跟踪调试”技术,防“版权篡改”技术 8、
- 2023-08-23 20:05:03下载
- 积分:1
-
FPGA
FPGA-Lattice ISP 下载线,官方说明,英文。-FPGA-Lattice ISP download cable, the official description, English.
- 2022-11-26 05:30:03下载
- 积分:1
-
ST7735液晶驱动
ST7735小液晶屏在STC51单片机上使用的控制代码,这个代码晚上不太好找,所以上传到这里共享下,同时也给自己备份下。(ST7735 small LCD screen in the use of STC51 microcontroller control code, this code is not easy to find in the evening, so upload to share here, but also to their own backup.)
- 2020-11-18 10:39:38下载
- 积分:1