资源列表

« 1 2 ... .58 .59 .60 .61 .62 2463.64 .65 .66 .67 .68 ... 2656 »

[数据结构常用算法Prim

说明:数据结构C语言版一书中的,普里姆算法的代码-Data structure of the C language version of a book, prim algorithm code
<张紫凝> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Newton

说明:实验题目:Newton插值多项式 相关知识:通过n+1个节点的次数不超过n的Newton插值多项式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(同上一个试验) 试验要求:利用Newton插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:-Experiment Title: Newton interpolation po
<pang> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法sy3

说明:实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731
<pang> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法The-Binary-Tree

说明:构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), th
<wangchengqi> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法The-Poly

说明:内容为用起泡排序法实现元素的非递减排列.构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of
<wangchengqi> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法The-Quick-Sort

说明:内容为用希尔排序法实现元素的非递减排序,它的基本思想是:先将整个待排序列分割成为若干子序列分别进行直接插入排序,待整个序列中的记录“基本”有序时,再对全体记录进行一次直接插入排序。-Hill sort elements of non-descending order, and its basic idea is: the first sorted column of the entire split into a number of p
<wangchengqi> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法pi

说明:用概率(随机在半径为R的圆上打点,计算点在圆中和外接矩形的比值)求π的值-calculate the value of π by Probability and Statistics
<lxd> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法strrep_

说明:实现string类中的strrep(char *a,char *b,char *c) 在a字符串中查找b并替换成c-strrep function program
<lxd> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法strtok

说明:实现window下strtok(char *a,char *b) 函数的功能,在a中查找b并返回指向azhongb的指针,如果a为NULL返回前位置-strtok function program
<lxd> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法sort

说明:运用数据结构的知识,学生信息排序代码,简单的各信息排序-Data structure student information sort
<宇文> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法map

说明:数据结构中图的内容,全国部分省会之间最短距离的查询。-The data structure of Chinese content, the part of the provincial capital between the most short inquires the.
<宇文> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法erchalianbiao

说明:二叉链表:二叉树的链表表示方法,用指针指向每个结点,包括左右结点-Binary linked :Binary tree linked list pointer to each node, including the left and right junction point
<徐蔚> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 2463.64 .65 .66 .67 .68 ... 2656 »

源码中国 www.ymcn.org