搜索资源列表
shm_cache
- 朋友的作品,linux下的结构化共享内存,数据结构的设计比较巧妙,学习共享内存和数据结构可参考-friend works, linux under the structure of shared memory, data structures rather clever design. Learning shared memory and data structures can refer to
erchashu
- 这也是本人上学期学数据结构是做的 各种搜索方式都有 我的心血啊 分享了 哈哈!-This is my last semester data structure is to do a variety of ways to search the hard work I have shared ah ha ha!
C_C++pointer
- 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
migongtanxian
- 数据结构 严蔚敏 用到的实验代码 迷宫探险,多多分享了啊-YAN Wei-min data structure used in the experiment code maze adventure, shared a lot of ah
he_fu_man_bian_ma
- 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01
DuinStack
- C++共享栈,很浅显易懂的代码,适合初学者,-C++ shared stack, it is easy to understand the code, suitable for beginners, ha ha ~ ~
suanfa
- 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
uOttawaDevice
- virtual omni 和 chai3D 的通信数据结构-A basic scenegraph data structure including the shared memory communication between Virtual Omni and Chai3D s virtual device
changyongsuanfachazhao
- 零基础学算法第5章,常用算法查找PPT,发给大家分享学习。-Zero-based learning algorithm in Chapter 5, commonly used algorithms to find PPT, distributed shared learning.
5-1
- 关于图的最小生成树的prim算法,发上来分享下-On the minimal spanning tree algorithm prim, hair up under shared
Joseph
- 这个程序是专门为演示约瑟夫环实验设计的,程序简单明了,可供分享学习。-This process is designed for demonstration of Joseph experiment , which is simple and can be shared for study .
basic-knowledge-of-data-structure
- 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
project
- 数据结构里面的栈的性质的代码,包括栈顶共享栈,出栈,入栈-Data structure inside the stack nature of the code, including stack shared stack, stack, stack
Shared-body-structure
- 数据结构 结构体与共用体相关知识 C语言-Structure and data structure knowledge of C language union
CPP-Algorithms-and-Data-Structures
- C++算法与数据结构(书)源代码(共享)-C++ Algorithms and Data Structures (book) source code (shared)
6
- 关于图的dijkstra算法,很简单,发上来分享下-The dijkstra algorithm on the graph is very simple, made up under shared
sssstudentsm
- c++,学生管理系统,c++的作业,同学共享的。-c++, student management system, c++ jobs, students shared.
diagonal-matrix
- 一个对角矩阵,有如下共享成员,输入、输出、加减乘、转置等函数。结果都是一个用一位数组表示的对角矩阵。重载运算符<<,>>,+,-和*。-A diagonal matrix, there are shared members, input, output, subtraction multiplication, transpose and other functions. The result is an array represented by a diagonal ma
82928658
- 样本熵MATLAB程序,希望可以共享, 此程序可以计算脑电信号EEG的样本熵的值-Sample entropy of the MATLAB program, the hope can be Shared, the program can calculate the brain electrical signal samples of EEG entropy values
sequential tables
- 编写一算法,实现两个顺序表的合并。(说明:将共同拥有的元素只存其一。)(Write an algorithm to achieve the merger of two sequential tables. (Descr iption: only one of the shared elements is stored.))