CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Linux c

搜索资源列表

  1. randomc

    0下载:
  2. 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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:100.02kb
    • 提供者:lilin
  1. datrie_cvs20061001.tar

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:33.77kb
    • 提供者:lucoy
  1. Various_sorting_algorithms

    0下载:
  2. 各种排序算法,有执行过程,反映如何排序,在Linux平台编写,可以运行,用C++语言编写-Various sorting algorithms, the implementation process, reflecting on how to sort, prepared in the Linux platform, you can run, using C++ languages
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:77.1kb
    • 提供者:赵福生
  1. convert

    0下载:
  2. C/C 开发的运行于linux/unix下的程序转换到现有数据库下,基于RAD开发的程序。-Move Sybase C Program to Oracle Pro*C
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:77.85kb
    • 提供者:zzzzniu
  1. nQueens

    0下载:
  2. 使用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
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9.91kb
    • 提供者:ajaxhe
  1. bitree

    0下载:
  2. Linux下的C语言程序,用于对数据结构树图的操作-Linux program,use of c ,you can use it to create a tree or a graph.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:751byte
    • 提供者:wuqi
  1. queue

    0下载:
  2. c语言队列的实现 在linux环境下测试通过 -c language queue implementation in the linux environment test
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:6.75kb
    • 提供者:yangheng
  1. sqlist

    0下载:
  2. c语言的顺序表实现 在linux下测试通过 -c language of the order of the table to achieve the test under linux
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4.08kb
    • 提供者:yangheng
  1. list_stack

    0下载:
  2. linux下,用c语言实现数据结构栈,利用双向环链。-linux下,用c语言实现数据结构 栈,利用双向环链。
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5.35kb
    • 提供者:陈文哲
  1. hrms_1.0.0.0

    0下载:
  2. 使用C语言实现的简单的人事管理系统,使用了linux内核的通用链表-Simple personnel management system, using the C language using the Linux kernel generic linked list
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:9.15mb
    • 提供者:hannax
  1. EM-Algorithm

    0下载:
  2. 参数估计 EM算法 的c语言实现在linux下编译通过-Parameter estimation of EM algorithm realize the C language in the Linux under the compiler through
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:8.08kb
    • 提供者:pyqing
  1. subsetComput.rar

    0下载:
  2. 子集法实现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
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2.27kb
    • 提供者:丁力
  1. BSTree

    0下载:
  2. 搜索二叉树实现,使用C++ 模板,在linux g++环境编译正确-binary search tree code in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.47kb
    • 提供者:zwp
  1. The-file-system-simulation

    0下载:
  2. 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.46kb
    • 提供者:Chen
  1. Joseph.tar

    0下载:
  2. 使用递归建立单循环链表,解决joseph问题, 使用C编写,可在linux下,使用make编译,运行 -Use recursion to establish round robin list, joseph solve problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.94kb
    • 提供者:chen
  1. linuxPRprog

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:627.63kb
    • 提供者:tangkai
  1. linkedlist

    0下载:
  2. 简单的链表实现 linux c代码 数据结构-simple linkedlist
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.38kb
    • 提供者:jack
  1. wordcount

    0下载:
  2. 并行算法实现wordcount:基于hadoop平台,在Linux上测试: 包括C语言实现的串行算法和Java实现的并行算法。-Parallel algorithm based on hadoop on Linux for wordcount: Including serial algorithm and parallel algorithm based on hadoop.
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:18.9kb
    • 提供者:petecheng
  1. MD5

    0下载:
  2. linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)
  3. 所属分类:数据结构

搜珍网 www.dssz.com