搜索资源列表
randomc
- Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
datrie_cvs20061001.tar
- This an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as h
Various_sorting_algorithms
- 各种排序算法,有执行过程,反映如何排序,在Linux平台编写,可以运行,用C++语言编写-Various sorting algorithms, the implementation process, reflecting on how to sort, prepared in the Linux platform, you can run, using C++ languages
convert
- C/C 开发的运行于linux/unix下的程序转换到现有数据库下,基于RAD开发的程序。-Move Sybase C Program to Oracle Pro*C
nQueens
- 使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
bitree
- Linux下的C语言程序,用于对数据结构树图的操作-Linux program,use of c ,you can use it to create a tree or a graph.
queue
- c语言队列的实现 在linux环境下测试通过 -c language queue implementation in the linux environment test
sqlist
- c语言的顺序表实现 在linux下测试通过 -c language of the order of the table to achieve the test under linux
list_stack
- linux下,用c语言实现数据结构栈,利用双向环链。-linux下,用c语言实现数据结构 栈,利用双向环链。
hrms_1.0.0.0
- 使用C语言实现的简单的人事管理系统,使用了linux内核的通用链表-Simple personnel management system, using the C language using the Linux kernel generic linked list
EM-Algorithm
- 参数估计 EM算法 的c语言实现在linux下编译通过-Parameter estimation of EM algorithm realize the C language in the Linux under the compiler through
subsetComput.rar
- 子集法实现NFA到DFA的转换,教学中给学生演示的。图用最简单的方法表示,非常便于理解。纯C代码,在windows和linux都可以编译运行,Subset of the NFA to DFA conversion, teaching to the student demonstration. Figure easiest way, very easy to understand. Pure C code can be compiled to run in windows and linux
BSTree
- 搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
The-file-system-simulation
- 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
Joseph.tar
- 使用递归建立单循环链表,解决joseph问题, 使用C编写,可在linux下,使用make编译,运行 -Use recursion to establish round robin list, joseph solve problems
linuxPRprog
- linux下的一个二叉树和四叉树联合数据的实现C++,也可移植到VC下,包括了makefile文件,直接make即可-achieve C++ a linux binary tree and quadtree under the joint data can also be ported to VC, including the makefile file, you can directly make
linkedlist
- 简单的链表实现 linux c代码 数据结构-simple linkedlist
wordcount
- 并行算法实现wordcount:基于hadoop平台,在Linux上测试: 包括C语言实现的串行算法和Java实现的并行算法。-Parallel algorithm based on hadoop on Linux for wordcount: Including serial algorithm and parallel algorithm based on hadoop.
MD5
- linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)