资源列表

« 1 2 ... .37 .38 .39 .40 .41 2442.43 .44 .45 .46 .47 ... 2656 »

[数据结构常用算法RB_TREE(CPP)

说明:C++红黑树的实现 实现了一颗红黑树的建立 并使用了设计模式中的visitor完成打印和求和-The red black tree The establishment of a complete tree and the use of design patterns in the visitor print and summation
<> 在 2025-01-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法off2stl

说明:三维模型文件的数据结构转换,能将off格式文件转换成stl格式,可用于3d打印-transform off to stl
<WYJ> 在 2025-01-10 上传 | 大小:3.15mb | 下载:0

[数据结构常用算法hash_tree

说明:C++编写的二叉哈希树,根据每个比特位的奇偶进行哈希,最终得到哈希的叶子节点。即由输入的数值得到哈希的叶子节点。-hash tree by c++
<WYJ> 在 2025-01-10 上传 | 大小:5.2mb | 下载:0

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

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

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

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

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

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

[数据结构常用算法ArbolBinarioC

说明:Binary Tree implementation C-Binary Tree implementation C++
<Marco Antonio> 在 2025-01-10 上传 | 大小:62kb | 下载:0

[数据结构常用算法S-IMPLEMENTATIONC

说明:Singleton Design Pattern C-Singleton Design Pattern C++
<Marco Antonio> 在 2025-01-10 上传 | 大小:69kb | 下载:0

[数据结构常用算法Invest

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

[数据结构常用算法Polynomial

说明:本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of
<> 在 2025-01-10 上传 | 大小:3.54mb | 下载:0

[数据结构常用算法Cpp1

说明:利用栈和队列求解如下问题:十进制数转换为二进制数. -Use stacks and queues solving the following questions: convert decimal numbers to binary numbers.
<梁东豪> 在 2025-01-10 上传 | 大小:1kb | 下载: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
<梁东豪> 在 2025-01-10 上传 | 大小:1kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 2442.43 .44 .45 .46 .47 ... 2656 »

源码中国 www.ymcn.org