资源列表
[数据结构常用算法] strmatch
说明:一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev<城管111> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] student
说明:一个学生信息管理系统的小型数据结构。程序可以对学生信息,课程信息和教师信息关联操作,支持查询删除添加等操作-A student information management system for small data structures: the student information, course information and teacher information associated with operation, delete the added support operation<城管111> 在 2025-06-22 上传 | 大小:3kb | 下载:0
[数据结构常用算法] project1
说明:本项目主要完成对局用程控交换机的二进制磁带卸载数据,按照一定的格式要求,转化成标准ASCII码格式并以文本形式输出,然后再经过内存排序后,提供给后续计费模块进行批价处理。-The project was completed for the binary PBX game with tape unload data, according to certain format requirements, into a standard ASCII format Type and output as<闫晗> 在 2025-06-22 上传 | 大小:8kb | 下载:0
[数据结构常用算法] 0-1beibao
说明:给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为C。问应如何选择装入背包的物品,使得装入背包中物品的总价值最大-the problem is 0-1bag,it can put best price<shengjiali> 在 2025-06-22 上传 | 大小:22kb | 下载:0
[数据结构常用算法] Graduate-students--c-P-P
说明:研究生考试课程为4门,其中数学、外语、政治为统一命题,而专业基础课则根据不同的专业由招生学校自行命题。国家对初试录取分数有总分要求(如某一年要求4门课总分应达到310分),另外还有对每门课的最低分数要求(如总分为100的试卷最低应达到40分,总分为150的试卷最低应达到65分)。编程统计初试合格的人数,并按总分由高到低的顺序输出合格考生的信息。-Student in the examination for the four course door, including mathematics,<冯晓宁> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shunxuzhan
说明:数据结构有关顺序栈的实现,以及一些简单操作!-shu ju jie gou shunxuzhan de jiegou he yingyongcaozuo !<CAD> 在 2025-06-22 上传 | 大小:24kb | 下载:0
[数据结构常用算法] CPPdata-structure-of-Joseph-ring
说明:首先,设计实现约瑟夫环问题的存储结构。由于约瑟夫环本身具有循环性质,考虑采用循环链表,为了统一对表中任意节点的操作,循环链表不带头结点-Design and implementation of Joseph ring problem<xia yun> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] task
说明:有一狭长停车场可停放n辆车,只有一个门可供进出。车辆按照到达的早晚从最里面依次向外排列,若停车场中的车辆出来,则在它之后进入停车场的车都要让路,然后这些车辆再依次进场。-There is a narrow parking lot can park n cars and only one door for access. Vehicles arrive sooner or later, according to sequence outward from the inside are arrang<Aliceam> 在 2025-06-22 上传 | 大小:14kb | 下载:0
[数据结构常用算法] Bubble-sort-algorithm-explanation
说明:对单向冒泡排序和双向冒泡排序的解释。其中,单向冒泡排序分为从上向下和从下向上。-Bubble sort of one-way and two-way bubble sort of explanation.Among them, the one-way bubble sort from down from the divided into and upwards.<ren_xi> 在 2025-06-22 上传 | 大小:9kb | 下载:0
[数据结构常用算法] Single-table-transpose
说明:利用单链表原来的空间将一个单链表就地转置。 设单循环链表的头指针为head,类型为node。逆置时需将每一个结点的指针域作以修改,使其原前趋结点成为后继 -Using single original space will form a single, table in situ transposed. A single list of head to head pointer, types of node. When will need to buy inverse ea<ren_xi> 在 2025-06-22 上传 | 大小:1kb | 下载:0