资源列表

« 1 2 ... .06 .07 .08 .09 .10 1611.12 .13 .14 .15 .16 ... 2656 »

[数据结构常用算法dxs

说明:输入一个数据n,计算斐波那契数列(Fibonacci)的第n个值 1 1 2 3 5 8 13 21 34 规律:一个数等于前两个数之和 //计算斐波那契数列(Fibonacci)的第n个值 -Enter a data n, calculate the Fibonacci series (Fibonacci) of the n-th value of 112,358,132,134 law: a number equ
<胡志明> 在 2024-11-10 上传 | 大小:10kb | 下载:0

[数据结构常用算法good

说明:第4章 数组 1. 定义一个int型的一维数组,包含10个元素,分别赋一些随机整数,然后求出所有元素的最大值, 最小值,平均值,和值,并输出出来。 -Chapter 4 Array 1. Define a one-dimensional array of type int, contains 10 elements, respectively, assigned some random integer, then find
<胡志明> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法download.tar

说明:. 定义一个int型的一维数组,包含40个元素,用来存储每个学员的成绩,循环产生40个0~100之间的随机整数, 将它们存储到一维数组中,然后统计成绩低于平均分的学员的人数,并输出出来。 -Define a one-dimensional array of type int, contains 40 elements, used to store the results of each student, cycling betw
<胡志明> 在 2024-11-10 上传 | 大小:444kb | 下载:0

[数据结构常用算法stack_del_search

说明:用栈的方式实现线性链表的删除插入查找等功能,适合初学者自学理解-Be achieved with a stack of linear linked list of deleted into the search functions, suitable for beginners learning to understand
<liu> 在 2024-11-10 上传 | 大小:2kb | 下载:0

[数据结构常用算法BTree

说明:写的一个测试树结构的一个程序,对于学习数据结构的同学应该有所帮助吧-Write a test tree structure of a program for students learning data structures should help it
<李尧> 在 2024-11-10 上传 | 大小:262kb | 下载:0

[数据结构常用算法08-link

说明:静态链表的一些操作,增删改查,直接在VC中运行即可-Static list of some of the operations, CRUD, you can run directly in the VC
<张倩> 在 2024-11-10 上传 | 大小:9kb | 下载:0

[数据结构常用算法bank

说明:Queues or stack dont rememeber, for a bank basic c-Queues or stack dont rememeber, for a bank basic c++
<pelizano42> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法test_code

说明:算法设计与分析 _4-19 多元Huffman编码问题-Algorithm design and analysis of algorithm design and analysis of _4-more than 19 yuan Huffman coding problem
<jiangcheng> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiao

说明:读区文件中的每一行,然后把所有行做成链表,然后把做成链表的行输出-Read each line in the zone file, and then list all the lines made, and then made the list of output lines
<张文强> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Search

说明:分别用数组和链表来存储元素,实现特定元素的递归和非递归查找-Arrays and linked lists were used to store the elements to achieve specific elements of recursive and non recursive search
<chen> 在 2024-11-10 上传 | 大小:9.18mb | 下载:0

[数据结构常用算法straseen-2

说明:使用c++实现了strassen算法,既8阶矩阵乘法。-Use c++ implementation of strassen algorithm, both 8-order matrix multiplication.
<mdm> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Seven_one

说明:实现梯形面积计算,是初学者了解如何用程序实现算法-Achieve trapezoid area calculation
<qw> 在 2024-11-10 上传 | 大小:347kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 1611.12 .13 .14 .15 .16 ... 2656 »

源码中国 www.ymcn.org