资源列表
math
- 求一堆点最近的坐标输出,把过程里所有矩阵的影响信息输出
gddg:聊天吧(java100例)--Helix
- java2html.java 该程序可将java源程序生成html文件,并用不同颜色标注语法-java2html.java the procedure can be generated java html source documents, with different colors marked Grammar
mycom
- 当你不知道那个串口被链接并且不知道波特率时,查询你正在连接的串口号及串口波特率-When you do not know that the serial be linked and do not know the baud rate, the query you are connected to the serial number and the serial port baud rate
automata
- automata program , implement
pay
- a cod 4 payroll system
VB_achieve_show_hide_desktop_computer_code
- VB实现显示和隐藏桌面上我的电脑代码VB to achieve show and hide the desktop of my computer code -VB to achieve show and hide the desktop of my computer code
VB.code.modular.process.control.keyboard
- VB模块化编程程序控制键盘代码VB code for modular programming process control keyboard -VB code for modular programming process control keyboard
Floyd-Warshall-c-chengxi
- Johson算法是目前最高效的在无负环可带负权重的网络中求所有点对最短路径的算法. Johson算法是Bellman-Ford算法, Reweighting(重赋权重)和Dijkstra算法的大综合. 对每个顶点运用Dijkstra算法的时间开销决定了Johnson算法的时间开销. 每次Dijkstra算法(d堆PFS实现)的时间开销是O( E * lgd(V) ). 其中E为边数, V为顶点数, d为采用d路堆实现优先队列ADT. 所以, 此种情况下Johnson算法的时间复杂度是O( V *
main
- 校园导航系统程序,能够判断校园内两地点间的最短路程,还附有各个地点的简介-Campus navigation system program, the campus can determine the shortest distance between two locations, each location is also accompanied by a brief
biao_cha_ru
- 输入中文姓名并按表插入排序。首先要获取中文姓名的姓氏编码,为接下来的比较而实现表插入排序。-Enter the name and press Chinese table insert sorting realize rearrangement
filemanagement
- 文件系统模拟程序设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。-File system simulation program to design an n-user file system, each user can be stored m file, the user in an operation can only open a file,
wordAnalyst
- 词法分析程序。通过分析文件的各个单词得到一个Token序列。课程作业:-)