资源列表

« 1 2 ... .44 .45 .46 .47 .48 2149.50 .51 .52 .53 .54 ... 2656 »

[数据结构常用算法code

说明:hdu 1044 Collect More Jewels
<王会攀> 在 2025-06-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Calculator(Stack)

说明:用c++语言简易计算器,利用堆栈结构-Simple calculator c++ languages, the use of the stack structure. .
<zxy> 在 2025-06-18 上传 | 大小:840kb | 下载:0

[数据结构常用算法Tingchechang2

说明: 源码主要用了结构体和栈,解决了停车场问题,包括汽车到达时信息的保存,汽车的出栈信息的删除-Main source structure and stack to solve the parking problem, including the preservation of information in the car when they arrive, the car out of the stack and deleting information, etc.
<yehao> 在 2025-06-18 上传 | 大小:197kb | 下载:0

[数据结构常用算法mapcoloring

说明: 已知中国地图,对各省进行着色,要求相邻省所使用的颜色不同,并保证使用的颜色总数最少。地图采用数据结构中无向图的存储结构存储,中国的三十四个省为三十四个节点,若两省相邻则存在一条边。任选一个节点作为初始节点开始着色,与其不相邻的边涂为相同颜色,然后再未涂色的节点中任选一节点重复上述步骤,直到所有节点均涂上色为止。-Known map of China, the provinces colored neighboring Province, the colors used, and to ensu
<yangli> 在 2025-06-18 上传 | 大小:749kb | 下载:1

[数据结构常用算法songchi

说明: 超松弛迭代算法用于线性规划中求解最优解,而且属于近似算法。-Over-relaxation iterative algorithm for solving linear programming optimal solution, but also belongs to the approximation algorithm.
<yangli> 在 2025-06-18 上传 | 大小:470kb | 下载:0

[数据结构常用算法FILTERGAME

说明:过滤敏感信息 现在要过滤的信息有L4和 Fd和D26这3个词,而且接受输入的字符串长度为20个字符.
<kevin5231> 在 2013-04-20 上传 | 大小:4.31kb | 下载:0

[数据结构常用算法过滤字符串

说明:实验三 指针 1. 实验目的:掌握指针的使用方法,正确使用指针处理字符串。 2. 实验内容:实现一个过滤无用词汇程序。规则如下: 1. 能接受的字符是:字母 数字 标点符号 , . " 还有无用的符号 @#¥ 2. 对于敏感信息的词语是不分大小写的。 3. 要注意滤去可能在敏感词汇的中间出现的一些空格(比如要滤去lv, 输入l v时要辨认出来并滤去)。 4. 若有用信息(字母,数字)中间夹这无用信息(非字母,数字,标点符号),也要辨认出并滤去。假如敏感词汇是mz,
<kevin5231> 在 2013-04-20 上传 | 大小:5.33kb | 下载:0

[数据结构常用算法Backtracking-method

说明:分派问题: 给n个人分派n件作业, 把工作j分派给第i个人的成本为cost(i, j), 设计、编程、测试回溯算法, 在给每个人分派一件不同工作的情况下使得总成本最小-Distribution: distribution of n to n personal job, the job j is assigned to the i-th individual cost cost (i, j), design, programming, testing backtracking algorithm,
<张丹丹> 在 2025-06-18 上传 | 大小:97kb | 下载:0

[数据结构常用算法binary-tree

说明:二叉树的建立于遍历,编写程序实现建立于遍历-Binary tree was established in the traversal, write a program to fulfilling the challenge of to establish on the traversal the
<张丹丹> 在 2025-06-18 上传 | 大小:52kb | 下载:0

[数据结构常用算法Algorithm-source-code

说明:各种常用的算法,对编程人员很有帮助,尤其是对新手很有参考价值。-A variety of commonly used algorithms, the programming staff very helpful, especially for novice great reference value.
<zhenli> 在 2025-06-18 上传 | 大小:139kb | 下载:0

[数据结构常用算法CPPjuanji

说明:用C++实现卷积码的编码和译码,整个过程融为一体,可以实现从卷积码的编码到译码最后还原本来面目的全套实现-Full realization of the convolutional code encoding and decoding with C++ achieve integration of the entire process, and finally restore the true colors can be achieved from the convolutional code
<小西> 在 2025-06-18 上传 | 大小:13kb | 下载:0

[数据结构常用算法3

说明:栈的应用:括号匹配.即先建立一个栈(这里采用顺序栈),把左括号压入栈中,只有碰到匹配的右括号时出栈,否则则是不匹配,当栈中没有元时,匹配成功。-Stack of applications: matching bracket. The first to create a stack in a sequential stack (here), the left parenthesis pressure into the stack, only touching the matching bracke
<Li Dan> 在 2025-06-18 上传 | 大小:1kb | 下载:1
« 1 2 ... .44 .45 .46 .47 .48 2149.50 .51 .52 .53 .54 ... 2656 »

源码中国 www.ymcn.org