资源列表

« 1 2 ... .54 .55 .56 .57 .58 16959.60 .61 .62 .63 .64 ... 28522 »

[数据结构常用算法paixu

说明:用指向指针的方法对n个数进行排序并输出,n和各整数在主函数中输入-#include <stdio.h> #define SIZE 100//数组最大长度 #define SWAP(x, y, t) (t = x, x = y, y = t)//交换两个数 void sort(int**p, int n){//排序函数 int i, j int min int temp for
<李明> 在 2025-02-24 上传 | 大小:16kb | 下载:0

[数据结构常用算法dan-lian-biao-de-cao-zuo

说明:一、 实验目的 1. 掌握握单链表的基本操作:插入、删除、查找等运算。 二、 实验要求 1. 认真阅读和掌握本实验的程序。 2. 上机运行本程序。 3. 保存和打印出程序的运行结果,并结合程序进行分析。 4. 按照你对单链表的操作需要,重新改写主程序并运行,打印出文件清单和运行结果 -First, the purpose of the experiment A. Grasp the grip a sing
<chen> 在 2025-02-24 上传 | 大小:4kb | 下载:0

[数据结构常用算法zhan-de-ji-be-cao-zuo

说明:一、 实验目的 掌握栈的基本操作:初始化栈、判栈为空、出栈、入栈等运算。 二、实验要求 1. 认真阅读和掌握本实验的算法。 2. 上机将本算法实现。 3. 保存和打印出程序的运行结果,并结合程序进行分析。 -First, the purpose of the experiment Master the basic operation of the stack: stack initialization, a
<chen> 在 2025-02-24 上传 | 大小:3kb | 下载:0

[数据结构常用算法05ZXY08XGB

说明:用C语言开发的一个程序,适合做课程设计,名字叫做,冬天来了,春天还会远吗?-With the C language development of a program, suitable for curriculum design, called, if winter comes, can spring be far behind?
<张晓玉> 在 2025-02-24 上传 | 大小:2kb | 下载:0

[数学计算/工程计算neh

说明:flow shop neh scheduling by makespan minimization
<mofa> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程TEEN

说明:该算法是TEEN分簇路由算法,代码实现环境是matlab,代码中含有注释-This is TEEN algrithom, and it can be run on MATLAB, you can read the explation in the code
<zfy> 在 2025-02-24 上传 | 大小:2kb | 下载:0

[matlab例程samodified-naborhood-structure

说明:sa flow shop scheduling by make span consideration
<mofa> 在 2025-02-24 上传 | 大小:3kb | 下载:0

[数学计算/工程计算ff

说明:实现曲线的拟合,计算出点到线的偏离距离的绝对值,点到线的最大偏离距离-realize fitting the curve line and calculate absolute value of the distance from points to fitting line, at the same time, calculate the maximum distance from from points to fitting l
<henry> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[matlab例程RSana

说明:Hurst指数计算程序Performs R/S analysis on a time series-Performs R/S analysis on a time series
<奇迹> 在 2025-02-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法BiTree

说明:二叉树头文件 里面有各种二叉树的操作实现-BinaryTree structure
<zcmit> 在 2025-02-24 上传 | 大小:3.62mb | 下载:0

[数据结构常用算法huffmancoding

说明:赫夫曼编码,用C语言实现的,对与初学者还是很有用的!-Useful for beginners!
<王飞> 在 2025-02-24 上传 | 大小:2kb | 下载:0

[数学计算/工程计算xiejibo

说明:我编写了程序,这个程序主要用于斜激波的数值计算-I wrote a program that is mainly used for the numerical calculation of the oblique shock wave
<yfb> 在 2025-02-24 上传 | 大小:3kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 16959.60 .61 .62 .63 .64 ... 28522 »

源码中国 www.ymcn.org