资源列表
排序选择:
[汇编语言] hash
说明:散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f<juwairen> 在 2025-08-30 上传 | 大小:1kb | 下载:0
[其他小程序] Student
说明:这是一个可以帮助老师管理学生成绩的系统,老师通过这个系统可以修改学生各科成绩,也可以删除某个学生信息,添加某个学生信息,还可以把这个成绩变成文本形式,进行打印,另外还可以分类排名,可对总分排名,也可以各科排名-This is a can help teachers manage student performance system, the system can be modified by the teacher student all subjects, students can also<陈海贤> 在 2025-08-30 上传 | 大小:2kb | 下载:0
[汇编语言] zuiduanlujin
说明:最短路径。最短路径问题是图论研究中的一个经典算法问题, 旨在寻找图(由结点和边组成的)中两结点之间的最短路径。-The shortest path. The shortest path problem in graph theory is a classical algorithm issue, aimed at finding the shortest path diagram Two nodes (the nodes and edges) is between.<juwairen> 在 2025-08-30 上传 | 大小:2kb | 下载:0
[其他小程序] New-WinRAR-ZIP-archive
说明:user guide of Omnet++ 4.6<mzg> 在 2025-08-30 上传 | 大小:1.53mb | 下载:0
[汇编语言] Web-Spider
说明:图的遍历。若用有向网表示网页的链接网络,其中顶点表示某个网页,有向弧表示网页之间的链接关系。试设计一个网络蜘蛛系统,分别以广度优先和深度优先的策略抓取网页。-Graph traversal. If the web page to the network by indicating links network where vertices represent a page, there are links to the arcs represent the relationship between<juwairen> 在 2025-08-30 上传 | 大小:2kb | 下载:0
[汇编语言] priority-queue
说明:优先级队列(priority queue)就是遵循两个排序规则的集合。首先,具有高优先级的项目在先。第二,具有相同优先级的项目使用先进先出方法来确定其排序。-Priority queue (priority queue) is to follow two collations set. First, a high-priority item first. Second, with the same priority projects using the FIFO method to determ<juwairen> 在 2025-08-30 上传 | 大小:1kb | 下载:0
[汇编语言] sizeyunsuan
说明:四则运算表达式求值,将四则运算表达式用中缀表达式,然后转换为后缀表达式,并计算结果。-Four arithmetic expression uation, the four arithmetic expressions used in infix expression, and then converted to a postfix expression, and calculate the results.<juwairen> 在 2025-08-30 上传 | 大小:3kb | 下载:0
[图形图像处理(光照,映射..)] LBP-extract
说明:从图像计算LBP算子,在matlab环境下直接运行main.m文件即可-this code can compute LBP feature an image<cyan> 在 2025-08-30 上传 | 大小:3kb | 下载:0