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

搜索资源列表

  1. Lib_fftnew

    0下载:
  2. 基于linux操作下的fortran快速付立变换的程序-based on the Linux operating FORTRAN fast Fourier transform procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41.87kb
    • 提供者:马德才
  1. aodv-uu-0.9.tar

    0下载:
  2. 路有算法aodv的linux下的版本,基本上可以在ns上运行。国外的好例子-road algorithm aodv under the Linux version, basically running on the ns. A good example abroad
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:113.26kb
    • 提供者:杨智
  1. l3v261.linux.tar

    0下载:
  2. mp2 encode source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:197.02kb
    • 提供者:wj
  1. dijkstraautomatique

    0下载:
  2. dijkstra算法,windows和linux下编译通过,可以从文件读取数据,也可以手动输入边数及点数,自动生成边长。-dijkstra algorithm, windows and linux under compile, can read data from the paper, can also manually input edges and points, automatic generation length.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:YIN WEI
  1. Bellman_Fordautomatique

    0下载:
  2. bellmanford算法,windows和linux下编译通过,可以从文件读取数据,也可以手动输入边数及点数,自动生成边长。-bellmanford algorithm, windows and linux under compile, can read data from the paper, can also manually input edges and points, automatic generation length.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.99kb
    • 提供者:YIN WEI
  1. shm_cache

    0下载:
  2. 朋友的作品,linux下的结构化共享内存,数据结构的设计比较巧妙,学习共享内存和数据结构可参考-friend works, linux under the structure of shared memory, data structures rather clever design. Learning shared memory and data structures can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.43kb
    • 提供者:江健
  1. newmat_1.10.4.orig.tar

    0下载:
  2. matrix library for linux and windos
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:202.81kb
    • 提供者:as
  1. linux核心数据结构

    0下载:
  2. linux核心数据结构-core data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.03kb
    • 提供者:万俟楠
  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. LINUX

    0下载:
  2. 操作系统资料,涉及到linuxOS实验和程序设计
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:343.94kb
    • 提供者:李骏
  1. vos

    0下载:
  2. 本科作业虚拟linux操作系统下的文教系统
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:302.89kb
    • 提供者:coffeebeans
  1. list-lianbiaodejiandanshilicaozuo

    0下载:
  2. 内核中链表结构的实现,并通过实例对每个链表操作接口进行了详尽的讲解。 一、 链表数据结构简介 链表是一种常用的...这些链表大多采用在[include/linux/list.h]实现的一个相当精彩的链表数据结构
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.12kb
    • 提供者:白霞
  1. kernel_list

    0下载:
  2. 使用Linux kernel 的链表头文件来操作双向链表,只需要一个*.h即实现链表,非常简洁有用,与一般数据结构实现风格不太一样-Using the Linux kernel header files to manipulate the linked list doubly linked list, just a list*. h of achieving very simple and useful, and the general data structure is not the sam
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:6.81kb
    • 提供者:Andrew Huang
  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. CreateGraph.cc

    1下载:
  2. 图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8.47kb
    • 提供者:赵福生
  1. CriticalPath.cc

    0下载:
  2. 图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.82kb
    • 提供者:赵福生
  1. MiniSpanTree.cc

    0下载:
  2. 图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.53kb
    • 提供者:赵福生
  1. ShortestPath_Dijkstra.cc

    0下载:
  2. 图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
  3. 所属分类:Data structs

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

    0下载:
  2. Linux下的显示,中断,计时器,信号量,做成的迷宫游戏-Linux
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:650.25kb
    • 提供者:DIAO
« 12 3 »
搜珍网 www.dssz.com