搜索资源列表

  1. IntroductionToAlgorithms2ndEd

    2下载:
  2. This book provides a comprehensive introduction to the modern study of computer algorithms. It presents many algorithms and covers them in considerable depth, yet makes their design and analysis accessible to all levels
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:11994112
    • 提供者:Chiang Chen-Kuo
  1. 77777

    0下载:
  2. 一个很有趣的遗传算法入门介绍,适合初学者。-A very interesting entry to introduce genetic algorithms, suitable for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:433152
    • 提供者:密码
  1. SolutionstoIntroductiontoTheDisignAnalysisofAlgori

    0下载:
  2. Solutions to Introduction to The Disign and Analysis of Algorithms Anany Levitin 著 算法设计与分析基础习题解答 包含1-9章部分习题英文版解答 -Solutions to Introduction to The Disign and Analysis of AlgorithmsAnany Levitin of algorithm desig
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:3857408
    • 提供者:张辉
  1. FACERECOGNITIONBASEDONFRACTALANDGENETICALGORITHMS.

    0下载:
  2. 本文的题目是基于分形和遗传算法的人脸识别方法,对有限人群提出一种采用分形特征和遗传聚类的识别方法: 将图像分成很多小区域, 分别计算各个区域的分形特征, 以充分利用图像二维信息 同一个模式有多个样本, 通过遗传算法进行聚类以得到最优解实现不变性识别. 最后采用ORL 人脸图像库的一组图像对比了新方法、本征脸法和自联想神经网络方法, 结果表明该方法的识别率, 与本征脸法相似, 比自联想神经网络高.-The title of this ar
  3. 所属分类:文件格式

    • 发布日期:2024-05-11
    • 文件大小:380928
    • 提供者:阳关
  1. SC

    0下载:
  2. 通过一系列的算法可以提高性能,包含大部分的科学计算功能-Through a series of algorithms can improve performance, including most of the scientific computing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:92160
    • 提供者:张问津
  1. dataminning

    0下载:
  2. 数据挖掘算法概述大全,绝对经典。详细介绍了各种数据挖掘的理论知识及算法,是机器学习领域不可多得的电子教程,强烈推荐-Overview of data mining algorithms Daquan, absolute classic. Described in detail a variety of data mining theoretical knowledge and algorithms, machine learning i
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-11
    • 文件大小:271360
    • 提供者:ye wang
  1. cheliangjiancehefenxisuanfa

    0下载:
  2. 基于视频的车辆检测和分析算法 文章不错-Video-based Vehicle Detection and Analysis of Algorithms good article
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:646144
    • 提供者:空空空
  1. DSP--C

    0下载:
  2. 多种数字信号处理算法基于DSP实现的C设计与实现 如数字滤波器,数字图象处理,傅立叶变换等-A variety of digital signal processing algorithms to achieve the C-based DSP design and implementation of such as digital filters, digital image processing, Fourier transfo
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-11
    • 文件大小:5185536
    • 提供者:zhengwei
  1. clustering

    0下载:
  2. 几种数据挖掘中聚类的几种算法介绍:rock,sprint,birch(英文版的)-Several data mining Clustering Algorithms Introduction: rock, sprint, birch (English)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2589696
    • 提供者:古月
  1. compare11

    0下载:
  2. MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:292864
    • 提供者:gourd
  1. javaimageprocess

    1下载:
  2. 数字图像处理,java描述,包括最基本的算法.-Digital image processing, java descr iption, including the most basic algorithms.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:王维
  1. aprior

    0下载:
  2. 数据挖掘中,关联规则比较经典的算法apriori算法-Data mining, association rules algorithms compare classical apriori algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-11
    • 文件大小:67584
    • 提供者:elaine
  1. Job-Scheduling

    0下载:
  2. 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:73728
    • 提供者:Anson
  1. JavaDataStructureAndAlgorithm2th

    0下载:
  2. Java数据结构和算法中文第二版比第一版增加了一些内容-Java data structures and algorithms second edition of the Chinese than the first edition of some additional content
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-11
    • 文件大小:35933184
    • 提供者:宾日晖
  1. ss

    0下载:
  2. 遗传算法在电力系统无功优化中的应用综述(郭昆丽 姚李孝),设计额设计参考-Genetic algorithms in reactive power optimization Summary (昆丽Guo Yao Li), the design of the amount of design reference
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:187392
    • 提供者:陈克佳
  1. cpudiaodu

    0下载:
  2. cpu的模拟调度,用2种常见的算法实现了cpu的简单调度-cpu scheduling simulation, two kinds of commonly used algorithms simple cpu scheduling
  3. 所属分类:Windows编程

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

    0下载:
  2. 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。-The process of the three scheduling algorithms, first-come, first serve, short operating priority, time slice rotation.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:孙雄
  1. improving_the_performance_of_pso_using_adaptive_de

    0下载:
  2. Swarm intelligence algorithms are based on natural behaviors. Particle swarm optimization (PSO) is a stochastic search and optimization tool. Changes in the PSO parameters, namely the inertia weight and the cogni
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:365568
    • 提供者:sky
  1. UCBerkeleyAlgorithmInTheRealWorld

    0下载:
  2. 现实世界中的算法:pdf格式,是伯克利大四学生和老师的集体作品,非常通俗而又详尽地总结了许多常见的算法,包括信息压缩、各类运筹学中的规划算法、通信和传感器网络中的路由算法、索引和搜索算法等等,值得细看-Algorithm in the real world: pdf format, is a senior at Berkeley students and teachers of the collective work, very pop
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. ○1 设计进程进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 PCB结构通常包括以下信息:进程名,进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 ○2 建立进程就绪队列。对两种不同算法编制入链子程序。 ○3 编制两种进程调度算法:1)优先度调度;2)循环轮转调度。 -○ design process 1 p
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:118784
    • 提供者:狄影
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org