搜索资源列表

  1. FIFO

    0下载:
  2. 关于操作系统:先进先出调度算法(FIFO)处理缺页中断-On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
  3. 所属分类:操作系统开发

  1. Protocols, Algorithms, and Source Code in C

    0下载:
  2. Protocols, Algorithms, and Source Code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:3204096
    • 提供者:none
  1. Handbook of Applied Cryptography (Algorithms, Math

    0下载:
  2. Handbook of Applied Cryptography (Algorithms, Mathematics, Science, Source Code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-11
    • 文件大小:5436416
    • 提供者:none
  1. Memory Management - Algorithms and Implementation

    0下载:
  2. Memory Management - Algorithms and Implementation in C & C-Memory Management- Algorithms and Implementation in C & C
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:5718016
    • 提供者:papaya
  1. PicPRG

    0下载:
  2. VC读取BMP图,以及经典的边缘检测算法,还包括游程编码,本程序实现了检测、提取、压缩bmp图的边缘图像。-VC read BMP map, and the classic edge detection algorithms, including run-length coding, the program of detection, extraction, compression bmp image map to the brink.
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:52224
    • 提供者:罗永
  1. 磁盘调度算法

    0下载:
  2. 磁盘调度算法 1。实现三种算法: 1。先来先服务 2。最短寻道优先(可自己假设当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-a disk scheduling algorithms. Three algorithms to achieve : 1. First-come first-serve two.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:飞扬
  1. 601caitao CPU 完整版

    0下载:
  2. 为了更好学习和掌握CPU调度的各种算法,现实践练习编程,源程序里运用大量所学的C语言程序,在较好的理解CPU调度各种算法下,编写的此程序实现的功能是“最短作业优先调度”,经多次反复修改,现已能在TC环境下运行通过。-order to better study and master CPU scheduling algorithms, programming is practical exercises, the source Lane
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:蒋涛
  1. Dictionary of Algorithms Data Structures and Probl

    0下载:
  2. 数据结构词典(英文)-data structure Dictionary (English)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1623040
    • 提供者:
  1. 算法导论中文版

    1下载:
  2. 《算法导论中文版》非常好的算法方面的书籍-"Introduction to Algorithms Chinese version of" very good books on the algorithm
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:25759744
    • 提供者:李宏伟
  1. Fast LMS-Newton algorithms based on autoregressive

    0下载:
  2. 一种利用LMS的回声抑制的实现方法,经典文献-echo suppression of the method, classic literature
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:525312
    • 提供者:陈谭
  1. 磁盘调度

    0下载:
  2. 磁盘调度算法,包括先进先出,最短查找,电梯调度及单向扫描-disk scheduling algorithms, including FIFO, shortest identifying, scheduling and one-way lift scan
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-11
    • 文件大小:2096128
    • 提供者:翁明喆
  1. C4_5

    0下载:
  2. 数据挖掘算法,分类树的C4.5算法,用于模式分类-data mining algorithms, the C4.5 classification tree algorithm for pattern classification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:sah
  1. Support vector machine

    0下载:
  2. 数据挖掘算法,support vector machine算法源代码,用于分类-data mining algorithms, support vector machine algorithm source code for classification
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:sah
  1. simpleCS

    0下载:
  2. Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by David E. Goldberg -Pascal Programs Printed in GENETIC ALGORITHMS IN SEARCH, OPTIMIZATION, AND MACHINE LEARNING by D
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:27648
    • 提供者:zjw
  1. chap1-11

    0下载:
  2. 中南大学算法分析PPT 使用课本《算法设计与分析基础》影印版 英文资料-Zhongnan University PPT analysis algorithm used textbooks, "Design and Analysis of Algorithms based on" English version photocopying
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:634880
    • 提供者:光光
  1. 回文数

    0下载:
  2. 打印所有不超过n(取n<256) 的其平方具有对称性质的数(也称回文数)。 *题目分析与算法设计 对于要判断的数n,计算出其平方后(存于a),将a的每一位进行分解,再按a的从低到高的顺序将其恢复成一个数k(如n=13,则a=169且k=961),若a等于k则可判定n为回亠数。 -Print all over n (4 admission; 256) with the square of its symmetrical
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:姚紫欣
  1. Matlab遗传算法工具箱

    0下载:
  2. Matlab遗传算法工具箱: Matlab遗传算法工具箱,以及一些应用实例。-Matlab Toolbox : Matlab Toolbox genetic algorithms, as well as some application examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:1963008
    • 提供者:罗鹏魁
  1. weka-3-3-5

    0下载:
  2. own Java code. WEKA 是一个机器学习运算法则,它是为解决真实世界中的数据问题。它用java写成并且几乎可以在任何平台上运行。运算法则能够被直接应用到数据集上或者从你自己的java 码中调用。-own Java code. WEKA is a machine learning algorithms, it is to solve the real-world data. Using java can be written
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:4892672
    • 提供者:
  1. GA_01Knap

    0下载:
  2. 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:2065408
    • 提供者:
  1. Wiley.Interscience.Practical.Genetic.Algorithms.Ma

    0下载:
  2. 2004年出版的遗传算法Wiley.Interscience.Practical.Genetic.Algorithms.May.2004.eBook-LinG.pdf-2004 published the genetic algorithm Wiley.Interscience.Practical.Genetic.Algorithms.May.2004.eBook- LinG.pdf
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:3762176
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org