资源列表

« 1 2 ... .23 .24 .25 .26 .27 2328.29 .30 .31 .32 .33 ... 2656 »

[数据结构常用算法colorlab2

说明:COLORLAB is a color computation and visualization toolbox to be used in the MATLAB environment. COLORLAB is intended to deal with color in general-purpose quantitative colorimetric applications as color image processing
<valentin> 在 2025-01-13 上传 | 大小:3.82mb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构几个实验的实验报告,并且附有完整的源代码在文档后,供参考使用。-Several experiments reported experimental data structures, and with full source code after the document for reference.
<stone> 在 2025-01-13 上传 | 大小:290kb | 下载:0

[数据结构常用算法ERCHASHU

说明:二叉树的建立,插入,删除及遍历。可用于课程设计。-The establishment of a binary tree , insert, delete, and traversal. .
<肖银> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:二叉排序树中删除删除结点是其双亲结点的右孩子的算法,删除后仍为二叉排序树。-Delete Delete node binary sort tree algorithm is the right child of its parent node, delete still binary sort tree.
<罗壹文> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法new-Bubble-Sort

说明:修改起泡排序的算法,在正反两个方向交替进行扫描,即第一趟把排序码最大的对象放到序列的最后,第二趟把排序码最小的对象放到序列的最前面。如此反复进行。-Modified bubble sort algorithm, in both directions alternately scanning, sorting code that first trip to the largest objects into the final, the s
<罗壹文> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sort

说明:奇偶交换排序是另一种交换排序。它的第一趟对序列中的所有奇数项i扫描,第二趟对序列中的所有偶数项i扫描。若A[i] > A[i+1],则交换它们。第三趟有对所有的奇数项,第四趟对所有的偶数项,…,如此反复,直到整个序列全部排好序为止。-Parity exchange swap is another sort. It' s the first trip of a sequence of all odd items i scan,
<罗壹文> 在 2025-01-13 上传 | 大小:1kb | 下载:0

[数据结构常用算法erchashu

说明:输入完全二叉树前序,实现中序、后序、层次遍历,交换左右子树,统计叶子节点,二叉树深度。使用C语言实现。-Enter the first complete binary tree sequence to achieve the sequence after sequence, hierarchy traversal, the exchange about the sub-tree leaf node statistics, binary
<李俊> 在 2025-01-13 上传 | 大小:2kb | 下载:0

[数据结构常用算法FFT

说明:进行快速傅里叶变换程序,获得输出响应信号的固有频率!-Fast Fu Liye transform procedures, to obtain the output response frequency signal!
<唐代> 在 2025-01-13 上传 | 大小:10kb | 下载:0

[数据结构常用算法acmlittleprogram

说明:用C语言实现各种小程序和最基础的算法集锦。适用于初学编程的人-Achieve a variety of small programs and highlights the most basic algorithm using C language. Suitable for novice programmers who
<wangxiwen> 在 2025-01-13 上传 | 大小:2.83mb | 下载:0

[数据结构常用算法crc_direct

说明:简单的crc算法实例源代码----codebocks-the simple crc code for test
<myname> 在 2025-01-13 上传 | 大小:8kb | 下载:0

[数据结构常用算法data-structure

说明:设有一个职工文件,每个职工记录包含职工编号姓名部门号工资数信息: int num //职工号 char name[15] //姓名 int depno //部门 float salary //工资 设计一个程序完成如下功能。 (1)从文件中读出职工记录,并建立一个带头结点的单链表。 (2)输入一个职工记录。 (3)显示所有职工记录。 (4)按照编号对所有职工记录进行递增排序。 (5)按照编号对所有
<余啸坤> 在 2025-01-13 上传 | 大小:2.71mb | 下载:0

[数据结构常用算法park

说明:设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出.汽车在停车场内按照车辆到达时间的先后顺序,一次由南向北排列(大门在最南端,最先到达的第一辆汽车停放在车场的最北端), 若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入 当停车场内的某辆车要开走时,在它之后进入的车辆必须退出车场为它让路,待该辆车开出大门外,其他车辆再按照原次序进入车场,每辆车停放在车场的车在它离开停
<余啸坤> 在 2025-01-13 上传 | 大小:196kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 2328.29 .30 .31 .32 .33 ... 2656 »

源码中国 www.ymcn.org