资源列表

« 1 2 ... .29 .30 .31 .32 .33 1934.35 .36 .37 .38 .39 ... 2656 »

[数据结构常用算法liezhuxiaoyuan

说明:列主消元法练习 一个城镇有三个主要企业:煤矿、电厂和铁路作为它的经济系统。  生产价值1元的煤(产品1),需消耗0.3元的电费(中间产品2)和0.2元的运输费(中间产品3);  生产价值1元的电(产品2),需消耗0.4元的煤费(中间产品1)、 0.1元的电费和0.1元的运输费;  提供价值1元的铁路运输服务(产品3),需消耗0.3元的煤费和0.2元的电费和0.2元运输费。 在某个星期内,除了三个企业间的彼此需求,煤矿得到6万元的订单
<张斌> 在 2025-06-20 上传 | 大小:51kb | 下载:0

[数据结构常用算法binary

说明:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-Participate in the Games has n schools, school No. 1 ...... n. The competition is divided into m
<张斌> 在 2025-06-20 上传 | 大小:585kb | 下载:0

[数据结构常用算法tree

说明:一个字典树的实现,通过记录首字为关键字,进行搜索,算法是采用链表法-A dictionary tree, by recording the first word as a keyword search, the algorithm is to use a linked list method
<皇上> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法maopaopaixuPB9

说明:是关于冒泡排序的一个小方法,对初学者有用,值得-A small bubble sort method
<杨宗印> 在 2025-06-20 上传 | 大小:17kb | 下载:0

[数据结构常用算法cod1

说明:knapsack algen with genetick algorthm
<dinda> 在 2025-06-20 上传 | 大小:572kb | 下载:0

[数据结构常用算法sequence-table-

说明:线性表的源码 顺序表的构造 按位查找 按值查找-Linear source table sequence table constructed bitwise Find Find by Value
<党心蕊> 在 2025-06-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法LinkString

说明:数据结构 串的源码 由机内标准串构造 元素后移 插入元素-The source of the data structure of string shift from within the standard string structural elements, insert elements
<党心蕊> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法SqString

说明:在串的指定位置pos插入一个子串t 删除当前串的子串,并由t返回 输出串中所有字符-Insert a sub-string t delete the current string, substring, by t return output string all the characters in the string at the specified position pos
<党心蕊> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法LinkStack_BracketTest

说明:构造函数 析构函数 进栈 出栈 将栈清空 判断栈是否为空栈-Constructor destructor into the stack stack stack empty to determine whether the stack is empty stack
<党心蕊> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sort

说明:用直接插入法对R排序 /用希尔排序法对数据表R排序,D为增量序列,元素个数n,步长序列个数numOfD 用冒泡排序法对R排序 用直接选择排序法对R排序 堆排序 对有序表a[0]--a[n-1]进行一次二路归并排序,每个有序子表的长度为k //一次二路归并排序后新的有序子表存于swap中 { 用二路归并排序法对对象数组a[0]--a[n-1]排序 {-Direct insertion method to sort the R/R Hill sorting the data table
<党心蕊> 在 2025-06-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法AVLTree

说明: LL 型调整 RR 型调整 LR 型调整 RL 型调整 AVL树的查找和插入算法-LL type adjustment for the current node to a minimum unbalanced subtree LR, RR type adjustment for the current node to a minimum unbalanced subtree on the smallest imbalance for the current node to a subtree
<党心蕊> 在 2025-06-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法3303006

说明:学生成绩单管理 基础程序编写和调试: 1. 学生成绩排名 1) 定义一个数组a[11],用以存放学生的成绩。-Student transcr ipts basic programming and debugging: (1) student achievement ranked 1) to define an array a [11] used to store student achievement.
<woaini> 在 2025-06-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .29 .30 .31 .32 .33 1934.35 .36 .37 .38 .39 ... 2656 »

源码中国 www.ymcn.org