资源列表
uart_2_pc
- 实现FPGA和PC通过串口传输数据,已经通过验证,可以结合自己的设计直接拿来用(ealize FPGA and PC to transmit data through serial port)
Desktop
- 对于常见零件损坏及更换方案进行长时间系统模拟来选择更换方案(For the common parts damage and replacement program, a long time system simulation is used to choose the replacement program)
Crystal Reports
- 水晶报表安装说明,09版的卸载,然后安装11.5版本的(Crystal report installation instructions, uninstall the 09 edition, and then install the 11.5 version)
R软件sem包通径分析
- R软件SEM数据包通径分析,根据sem数据包,实现数据分析功能(R language, SEM, data packet path analysis)
anbt_i2c
- 完成I2C初始化的功能,及一些常见I2C的数据传输操作(I2C initialize Package)
幂律分布数据生成
- matlab平台下生成符合幂律分布随机数的程序(generation code of Power law data)
双对数坐标下画图可视化
- matlab中幂律分布双对数坐标画图可视化(visualization of a Power law distribution with double logarithmic coordinate)
WS+NW
- 基于matlab的复杂网络中小世界WS模型的代码(Complex network WS small world network)
quicksortMPI
- sort parallel algorithm by mpi
test1
- genetic algorithm for job sc
python-socket-udp-server-client
- a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in di
26755455dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。注意该算法要求图中不存在负权边。 问题描述:在无向图 G=(V,E) 中,假设每条边 E[i] 的长度为 w[i],找到由顶点 V0 到其余各点的最短路径。(单源最短路径)(Dijkstra (Dijkstra)
