资源列表

« 1 2 ... .35 .36 .37 .38 .39 5740.41 .42 .43 .44 .45 ... 28523 »

[数据结构常用算法linkstack

说明:使用C语言,构成链表栈,实现链表栈的增删改查功能(C language is used to form linked list stack, so that we can add and delete functions of linked list stack.)
<liuqi605752176> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法字符串插入块链实现

说明:输入一串字符串,程序自动分割成8个一串的块链。整个程序通过链表实现,还可实现插入字符串功能。(Input a string of characters, the program is automatically divided into 8 string blocks. The whole program is implemented through linked list, and the function of inserting string is also realized.)
<晴栀菀歌°> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法二叉树的遍历

说明:主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
<晴栀菀歌°> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法哈夫曼树

说明:主要实现:创建一颗哈夫曼树,并输出每个节点的哈夫曼编码。(The main achievement is to create a Huffman tree and output Huffman coding for each node.)
<晴栀菀歌°> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[matlab例程cont_seg

说明:彩色图像分割的代码。。。。。。。。。。。。(Study of color image segmentation algorithm)
<lns> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法希尔排序

说明:希尔排序(Shell Sort)是插入排序的一种。也称缩小增量排序,是直接插入排序算法的一种更高效的改进版本。希尔排序是非稳定排序算法。该方法因DL.Shell于1959年提出而得名。 希尔排序是把记录按下标的一定增量分组,对每组使用直接插入排序算法排序;随着增量逐渐减少,每组包含的关键词越来越多,当增量减至1时,整个文件恰被分成一组,算法便终止。(Hill sorting (Shell Sort) is a sort of insertion sort. Also known as narr
<晴栀菀歌°> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[matlab例程const

说明:内含两个代码,可在matlab里实验。。。。(Study of color image segmentation algorithm)
<lns> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[matlab例程fsk_4

说明:使用matlab自带的fsk调制解调函数进行4fsk的调制解调,对比原二进制码流和解调后二进制码流完全正确,可以作为对4fsk的初步学习(Using the FSK modulation and demodulation function carried by MATLAB to modulate and demodulate 4FSK, compare the original binary stream and demodulation binary stream exactly right
<sisuozheweilai> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[数值算法/人工智能Desktop

说明:求微分方程偏导,求不同阻尼的微分方程,并用matlab仿真曲线(Differential equation of differential equation is solved by differential equation, and matlab simulation curve is used.)
<Mortimeryyq> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[数据结构常用算法heap

说明:数据结构中堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。(Heap sorting in data structures, building the largest (smallest) heap)
<yyuan> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[matlab例程34401259eof

说明:EOF主成分分析,用于数据处理,科研工作常用(EOF principal component analysis is used for data processing and scientific research.)
<石洪源> 在 2025-11-30 上传 | 大小:1kb | 下载:0

[matlab例程chaoliujisuan

说明:电力系统传统潮流计算,为后续电力系统计算提供初值(Traditional power flow calculations in power systems provide initial values for subsequent power system calculations)
<求知81> 在 2025-11-30 上传 | 大小:1kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 5740.41 .42 .43 .44 .45 ... 28523 »

源码中国 www.ymcn.org