资源列表

« 1 2 ... .50 .51 .52 .53 .54 1055.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法TemplateFun

说明::(1) Ddscat计算消光谱。 (2) Ddfield计算电场分布,需要的参数有网格。 (3) Calltarget生成粒子形状。 -: (1) Ddscat calculate the extinction spectrum. (2) Ddfield calculate the electric field distribution, the required parameters grid. (3) Calltarget
<殷超> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法josephu_22

说明:约瑟夫环。设编号为1,2,…,n(n>0)个人按顺时针方向围坐-圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m从第一个人开始顺时针方向自1起顺序报数。报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1起顺序报数.如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 -book system
<董大头> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法Rational

说明:rational class in bluej can add or subtract and compare numbers
<ebieheh> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法VCPPinsort

说明:1. 采用插入排序的方法,输入10个整数按升序排序后输出。要求编写一个通用的插入排序函数InsertSort()。它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print(),要求每一行输出5个元素。-A. Insertion sort, the output o
<guosiqi> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法shizilianbiao

说明:一、 设计要求 1.问题描述 设计程序用十字链表实现稀疏矩阵的加、乘、转置。 2.需求分析 (1)设计函数建立稀疏矩阵,初始化值。 (2)设计函数输出稀疏矩阵的值。 (3)构造函数进行两个稀疏矩阵相加,输出最终的稀疏矩阵。 (4)构造函数进行两个稀疏矩阵的相乘,输出最终的稀疏矩阵。 (5)构造函数进行稀疏矩阵的转置,并输出结果。 (6)退出系统。-A, the design requirements
<> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法09data_structure

说明:数据结构源码,内含链表,栈,二叉树,遍历图,排序算法-Source of data structures, containing linked lists, stacks, binary trees, traversing the graph, sorting algorithms
<11> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法cpp

说明:用栈实现的简单选择排序 ,对输入的十个数字进行从小到大排序-Stack to achieve the selection sort, enter the number of ten small to large
<徐佩秀> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法atof

说明:将字符串转换为浮点数子的小程序 -Please carefully write the upload information, including content descr iption (at least 20 words). Try not to let the owners have spent the time you fix instructions. Can not have a password archive deco
<Michael> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法FixLineLenFileMan

说明:操作固定长度的行的文件。长度可自己设置。-Operating the line of fixed-length file. The length can be set.
<dzq> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法chengjibiao

说明:这是个成绩管理程序,可以对学生的成绩信息进行管理,排序,很好的c程序-This is a performance management program on student achievement information to manage, sort, good c program
<qingcao> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法Stack--FIFO

说明:Queue是先进先出的集合而Stack是后进先出的集合-Queue is a collection of FIFO Stack is a LIFO collection
<hlh> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法Sreach

说明:该文件描述了有关查找算法的内容,是实验指导报告,通过本文件,你可以学会二叉树的实现方法; 理解二叉排序树的递归插入和递归查找算法思想并用代码实现 理解哈希查找算法思想并用代码实现 -The document describes the contents of the search algorithm is experimental guidance report, this document, you can learn t
<黎明> 在 2025-01-21 上传 | 大小:4kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 1055.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org