资源列表

« 1 2 ... .11 .12 .13 .14 .15 2616.17 .18 .19 .20 .21 ... 2656 »

[数据结构常用算法Direct-insertion-method-main2

说明:这是用C++语言写的一个用直接排序法排序的程序-This is written in c++ language a program that sorted by direct sequencing method
<流川枫> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Bubble-sort-method-main1

说明:这是用C++语言写的一个用冒泡排序法排序的程序-This is written in c++ language with a bubble sort sorting procedure
<流川枫> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Selection-method-main4

说明:这是用C++语言写的一个用选择排序法排序的程序-This is written in c++ language with a selection method of the program
<流川枫> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Invest

说明:数据结构中解决简单的投资问题,稍微改进即可使用-The simple investment data structure to solve the problem, can use a little improvement
<张猛> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Cpp1

说明:利用栈和队列求解如下问题:十进制数转换为二进制数. -Use stacks and queues solving the following questions: convert decimal numbers to binary numbers.
<梁东豪> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法Cpp6

说明:设有n个人站成一排,从左向右的编号分别为1~n,现在从左往右报数“1,2,1,2……”,数到“1”的人出列,数到“2”的立即站到队伍的最右端。报数过程反复进行,直到n个人都出列为止。要求给出他们的出列顺序。 例如:n=8,初始序列:1,2,3,4,5,6,7,8      出队顺序为:1,3,5,7,2,6,4,8 -N has a personal stand in a row, left to right are
<梁东豪> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法vertex_cover

说明:内容为顶点覆盖问题的程序设计: 给定一个 n 个点 m 条边(n≤ 100,m≤5000)的无向图 G,问是否存在一个不超过 k(𝑘 ≤20)个点的点集 S,使得 G 中每条边都至少有一个点被覆盖。该实现效率很高,较大的测试用例也可以在15ms内计算出。-vertex cover problem.
<张任> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法hopf-bifurcation-of-tcp

说明:使用DDE23实现tcp 拥塞控制算法的分岔-Using dde23 of matlab to achieve the congestion control of tcp, it contains 3 pictures
<xixici> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法PREORDER

说明:二叉树的前序遍历非递归算法,适用于数据结构。-Preorder traversal non-recursive algorithms. For data structures.
<大师> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法yanghuisanjiaohemoffagzhen

说明:基于C语言的魔方阵与杨辉三角的源代码程序,可运行-two programs is based on C
<小丸子> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法985_CountOne

说明:计算任意数字中1出现的次数,并配备完整的注释-The number of calculations appear in any number 1
<lau> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法SimpleFactory

说明:设计模式中的简单工厂模式 SimpleFactory c++代码实现-SimpleFactory cpp!!!!
<lau> 在 2024-11-02 上传 | 大小:1024 | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 2616.17 .18 .19 .20 .21 ... 2656 »

源码中国 www.ymcn.org