-
union management software, with VFP language series oh
工会管理软件,用VFP语言编的哦-union management software, with VFP language series oh
- 2022-10-26 03:10:03下载
- 积分:1
-
用verilog编写的程序,用来计算误码率的,可以在编码和解码过程中用的到的!...
用verilog编写的程序,用来计算误码率的,可以在编码和解码过程中用的到的!-verilog prepared using the procedures used to calculate the error rate. the encoding and decoding process used in the!
- 2022-06-13 16:14:46下载
- 积分:1
-
this game than Window bring their simplicity. But up to now, it actually left ne...
这个游戏比Window自带的简单。但就目前来说,离它其实也不远。添加菜单项,并相应修改参数值:m_RowCount、 m_ColCount、leinum,并重新初始化界面就行了。 -this game than Window bring their simplicity. But up to now, it actually left near. Add menu items, and modify parameters : m_RowCount, m_ColCount. leinum and re-initialization interface there.
- 2022-10-30 20:55:03下载
- 积分:1
-
simple clock on PIC16f886
writing at mikroC 8.2
proteus 7
simple clock on PIC16f886
writing at mikroC 8.2
proteus 7
- 2022-01-27 11:36:34下载
- 积分:1
-
无源低通滤波器的模型,可以用hfss仿真,能对微波器件有很好的认识。...
无源低通滤波器的模型,可以用hfss仿真,能对微波器件有很好的认识。-Passive low-pass filter model, can be used hfss simulation, microwave devices can have a good understanding.
- 2022-02-05 19:05:55下载
- 积分: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
-
阵列library_data structure_by C
应用背景在C++ + + /爪哇,数组的数据结构已经被自我语言支持。但是,在丙,这不是。即使数据结构为类,头文件,库,它更是有助于您使您自己的数据结构的库;关键技术/函数指针/库研究数据结构,数组是有帮助的。这完全是用C++语言写的。
- 2022-02-11 17:44:57下载
- 积分:1
-
功能:多线程、E
功能:多线程、E-mail转发、自动隐藏,huffman、JPEG压缩,全屏、指定区域或最前窗口抓图,窗口或全屏控制方式,彩色或黑白显示,修改注册表、取密码、记录键盘信息等等。
缺点:控制端在WIN98下运行,每抓一幅图会吃掉几十K内存,不知道为什么,在WIN2000下运行没有发现这种情况,知道原因请通知我。E-mail:KelvinSpace@21cn.com
Regedit:HKEY_CURRENT_CONFIG/CtrlSrvr设置E-MAIL地址等,电邮密码写在程序中(TVB)
服务端密码:TVB123(注意大小写)
文件:pe2.part01.rar至pe2.part05rar共5个文件
-Features: multi-threaded, E-mail forwarding, auto-hide, huffman, JPEG compression, full screen, specify the area or the front window, drawings, window or full-screen control mode, color or black and white display, modify the registry, get your password, record keyboard information and so on. Drawback: controlling end of the run WIN98, each grasping a plan would eat up tens of K of memory, do not know why, in the running under WIN2000 did not find such a situation, know the reason please let me know. E-mail: KelvinSpace@21cn.com Regedit: HKEY_CURRENT_CONFIG/CtrlSrvr Set E-MAIL addresses, e-mail your password to write in the program (TVB) server-side password: TVB123 (case sen
- 2022-08-07 08:55:37下载
- 积分:1
-
一个用VC写的俄罗斯方块程序源码,用了就知道了,要凑20个字真不容易...
一个用VC写的俄罗斯方块程序源码,用了就知道了,要凑20个字真不容易-a VC written procedures source of Rubik"s cube, with the know, we should take care of 20 characters was not easy
- 2023-01-31 21:55:03下载
- 积分:1
-
本人收集的一些有关matlab的代码程序设计
也不知道改选什么分类...
本人收集的一些有关matlab的代码程序设计
也不知道改选什么分类-I collected some of the Matlab code design procedures do not know what election classification
- 2022-02-14 02:06:02下载
- 积分:1