CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - simple algorithm

搜索资源列表

  1. pisvm-1.0

    0下载:
  2. 支持向量分类算法在linux操作系统下的是实现,是一个简单的小程序。-support vector classification algorithm in the Linux operating system is realized, is a simple, small procedures.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:67.08kb
    • 提供者:liangye
  1. triangle++.tar

    1下载:
  2. 最新delaunay 算法源代码,可以快速划分2维网格!!! The triangulation algorithm used here is very simple.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:152.05kb
    • 提供者:徐天
  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:575.35kb
    • 提供者:向东
  1. quick

    0下载:
  2. linux下多线程编程,实现快排程序,比较简单,关键在于算法设计,希望对大家有所帮助-linux under the multi-threaded programming, scheduling procedures to achieve fast, relatively simple, the key lies in algorithm design, I hope all of you to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.54kb
    • 提供者:ww
  1. simplex_searches

    0下载:
  2. 在linux下面实现的单纯性算法的源代码,已经调试通过,为毕业设计和课程论文的好东西。欢迎使用。-Linux achieved in the following simple algorithm source code has been adopted debugging for graduation thesis curriculum design and good things. Welcome.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:26.19kb
    • 提供者:liusaoyue1
  1. Search_Sort

    0下载:
  2. 语言其实并不是一种局限的东西,尤其说道算法.如果你的数据库存有上百万条信息,你要用什么方法在短短的几秒钟之内把你想要查找的数据找出来呢?另外如果对数据进行一个快速的排序呢?是否可以?很显然,这就要求算法的独特了.不能依靠简单的冒泡排序了.这里有两个C语言写的程序,一是快速查询,而是快速排序.-Language is actually not a limited thing, in particular, said algorithm. If your database contains mill
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:978byte
    • 提供者:bandianhong
  1. calc

    0下载:
  2. 用C语言编写的一个简单的计算器程序,有加减乘除开方等算法。-Written in C language with a simple calculator program that prescribing such algorithm, Math.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:966byte
    • 提供者:Lee
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.18kb
    • 提供者:王跃
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:16.85kb
    • 提供者:zzw
  1. mytree

    0下载:
  2. linux下tree命令的简单实现,采用递归算法,几乎可以列出整个文件系统的内容!除文件着色外,其显示结果,排布基本和tree命令一样。 用gcc编译时需加参数 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64-simple linux command to achieve the next tree, using a recursive algorithm, almost the entire file system can list the contents!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6kb
    • 提供者:守护者
  1. kmp

    0下载:
  2. kmp算法的简单实现,应该对理解算法比较有帮助-kmp algorithm simple to implement, should help understand the algorithm more
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:657byte
    • 提供者:xujia
  1. MM

    0下载:
  2. linux下用c写的内存管理演示程序,采用best-fit算法。代码十分简单,演示效果清晰,适合初学者参看-written linux using c memory management demonstration program, the best-fit algorithm. The code is very simple, clear presentation effects, suitable for beginners to see
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:5.92kb
    • 提供者:GZZ
  1. test

    0下载:
  2. 磁盘调度算法的实现,模拟寻道优先算法,先进先出算法,一个简单的磁盘调度程序-Disk scheduling algorithm implemented analog seek first algorithm, first-in-first-out algorithm, a simple disk scheduler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:1.64kb
    • 提供者:王哥
  1. bn_mont

    0下载:
  2. Simple algorithm which zeroes the int, grows it then just sets one bit as required.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-03
    • 文件大小:5.91kb
    • 提供者:wocawue
  1. dtw

    0下载:
  2. 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of ​ ​ dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, in simple terms, is by building a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:去雷
  1. tcm-sita

    0下载:
  2. SImple Tiler Allocator (SiTA): 2D and 1D allocation(reservation) algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.21kb
    • 提供者:langqanpun
  1. tcm-sita

    0下载:
  2. SImple Tiler Allocator (SiTA): 2D and 1D allocation(reservation) algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.34kb
    • 提供者:yererqh
  1. GMM-Kmeans

    0下载:
  2. GMM及Kmeans算法实现,包含简单的测试程序,可直接在Linux下编译-GMM and Kmeans algorithm to achieve, including a simple test procedures, can be directly compiled under the Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.63kb
    • 提供者:mason
  1. Java+linux

    0下载:
  2. 操作系统相关内容。包括了java的一些简单程序和绘图程序以及SOCKET,银行家算法的实现,另外还有Linux平台的shell的实现以及多线程实现。(Operating system related content. Including the Java some simple procedures and drawing procedures, and SOCKET, bankers algorithm implementation, in addition to the Linux plat
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-16
    • 文件大小:282kb
    • 提供者:Sbj
  1. aes

    1下载:
  2. 简单的AES加密算法实现,将txt改为.c后缀即可。(Implementation of simple AES encryption algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-08-05
    • 文件大小:4kb
    • 提供者:kevin_1
搜珍网 www.dssz.com