Welcome![Sign In][Sign Up]
Location:
Search - Algorithms

Search list

[Otherclustering

Description: 几种数据挖掘中聚类的几种算法介绍:rock,sprint,birch(英文版的)-Several data mining Clustering Algorithms Introduction: rock, sprint, birch (English)
Platform: | Size: 2589696 | Author: 古月 | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[2D Graphicjavaimageprocess

Description: 数字图像处理,java描述,包括最基本的算法.-Digital image processing, java description, including the most basic algorithms.
Platform: | Size: 4096 | Author: 王维 | Hits:

[AI-NN-PRaprior

Description: 数据挖掘中,关联规则比较经典的算法apriori算法-Data mining, association rules algorithms compare classical apriori algorithm
Platform: | Size: 67584 | Author: elaine | Hits:

[DocumentsJob-Scheduling

Description: 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 -First, the purpose of high-level language requires writing and debugging of one or more job scheduling simulation procedures in order to deepen their understanding of job scheduling algorithms. B, Example: In order to single-channel system, the design of a batch job scheduling procedures. Road as a result of a single batch system, the operation of a put into operation, it would occupy all the resources until the computer s operation has been completed, so no need to consider when scheduling operation of the resources it needs are met, it is occupied by factors such as CPU time limit. Scheduling Algorithm: The First Come First Served (FCFS) scheduling algorithm, that is, according to the order of operations submitted for scheduling. Scheduling is always first in the system waiting for the longest operations.
Platform: | Size: 73728 | Author: Anson | Hits:

[JSP/JavaJavaDataStructureAndAlgorithm2th

Description: Java数据结构和算法中文第二版比第一版增加了一些内容-Java data structures and algorithms second edition of the Chinese than the first edition of some additional content
Platform: | Size: 35933184 | Author: 宾日晖 | Hits:

[Software Engineeringss

Description: 遗传算法在电力系统无功优化中的应用综述(郭昆丽 姚李孝),设计额设计参考-Genetic algorithms in reactive power optimization Summary (昆丽Guo Yao Li), the design of the amount of design reference
Platform: | Size: 187392 | Author: 陈克佳 | Hits:

[OtherSPRINT

Description: IBM经典的sprint算法,其原理介绍。用得少,但很有用。是在有限内存下的数据挖掘的经典算法-IBM classic sprint algorithm, introduced its principle. Used less, but very useful. Is in a limited memory of the classic data mining algorithms
Platform: | Size: 1138688 | Author: chendianbo | Hits:

[Windows Developcpudiaodu

Description: cpu的模拟调度,用2种常见的算法实现了cpu的简单调度-cpu scheduling simulation, two kinds of commonly used algorithms simple cpu scheduling
Platform: | Size: 2048 | Author: | Hits:

[OS Developjingchengdiaodu

Description: 进程的三种调度算法,先来先服务,短作业优先,时间片轮转。-The process of the three scheduling algorithms, first-come, first serve, short operating priority, time slice rotation.
Platform: | Size: 1024 | Author: 孙雄 | Hits:

[Otherimproving_the_performance_of_pso_using_adaptive_de

Description: 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 cognitive and social acceleration constants, affect the performance of the search process. This paper presents a novel method to dynamically change the values of these parameters during the search. Adaptive critic design (ACD) has been applied for dynamically changing the values of the PSO parameters.-Swarm intelligence algorithms are based on naturalbehaviors. Particle swarm optimization (PSO) is astochastic search and optimization tool. Changes in thePSO parameters, namely the inertia weight and thecognitive and social acceleration constants, affect theperformance of the search process. This paper presents anovel method to dynamically change the values of theseparameters during the search. Adaptive critic design (ACD) has been applied for dynamically changing thevalues of the PSO parameters.
Platform: | Size: 365568 | Author: sky | Hits:

[Mathimatics-Numerical algorithmsUCBerkeleyAlgorithmInTheRealWorld

Description: 现实世界中的算法:pdf格式,是伯克利大四学生和老师的集体作品,非常通俗而又详尽地总结了许多常见的算法,包括信息压缩、各类运筹学中的规划算法、通信和传感器网络中的路由算法、索引和搜索算法等等,值得细看-Algorithm in the real world: pdf format, is a senior at Berkeley students and teachers of the collective work, very popular and comprehensive summary of many common algorithms, including compression, various types of operations research in the planning algorithm, communications and sensors network routing algorithm, indexing and search algorithms, etc., it is worth take a closer look
Platform: | Size: 1348608 | Author: | Hits:

[OS Developdiaodu

Description: ○1 设计进程进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 PCB结构通常包括以下信息:进程名,进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 ○2 建立进程就绪队列。对两种不同算法编制入链子程序。 ○3 编制两种进程调度算法:1)优先度调度;2)循环轮转调度。 -○ design process 1 process control block PCB table structure, namely the number applies to the priority scheduling algorithm and the cycle of rotation scheduling algorithm. PCB structure typically includes the following information: process name, process priority number (or the rotation time slice), the process of occupying CPU time, the process of the state, such as the current queue pointer. According to the different scheduling algorithm, PCB content of the structure can be used for appropriate additions and deletions. ○ 2 to establish the process ready queue. Algorithm on two different procedures for the preparation into the chain. ○ 3 the process of the preparation of two scheduling algorithms: 1) priority scheduling 2) Round-Robin scheduling cycle.
Platform: | Size: 118784 | Author: 狄影 | Hits:

[ApplicationsAlgorithms

Description: 电子计算机算法手册-本书共包含十四个算法-Electronic computer algorithm Manual- this book contains a total of 14 algorithms
Platform: | Size: 12121088 | Author: songhangyi | Hits:

[matlabLMS

Description: 在一种变步长LMS 算法的基础上,引进动量因式,提出了一种新的改进LMS 的算法。新算法整体性能优 于变步长LMS 算法以及LMS 算法。通过理论分析,比较了新的算法和变步长LMS 算法以及LMS 算法的收敛性 和稳态性,提出了一种设想以提高新算法的稳态性。仿真试验证明了新算法的优越性以及设想的在仿真条件下的正 确性。-In a variable step size LMS algorithm, based on the introduction of momentum factor, a new improvement of LMS algorithms. The overall performance of the new algorithm is superior to variable step size LMS algorithm and LMS algorithm. Through theoretical analysis, comparing the new algorithm and variable step size LMS algorithm and LMS algorithm convergence and steady-state, and proposes a new algorithm is envisaged to enhance the steady-state nature. Simulation tests proved the superiority of the new algorithm, as well as envisaged under the conditions in the simulation is correct.
Platform: | Size: 139264 | Author: 王勇 | Hits:

[Graph programSVM

Description: 这是一个svm对图像分类的论文,很值得一看 基于SVM的图像分类算法与实现,他还说有具体的实现,很棒-This is a SVM for image classification of the papers, it is worth a visit SVM-based image classification algorithms and realize, he said concrete has achieved great
Platform: | Size: 136192 | Author: | Hits:

[Graph Recognizejulei

Description: 聚类算法,数字和图形,包括了多种算法,聚类分析,模糊算法,遗传算法等,VC++的 很好的学习程序-Clustering algorithm, numbers and graphics, including a variety of algorithms, cluster analysis, fuzzy algorithm, genetic algorithm, etc., VC++ A good learning process
Platform: | Size: 7920640 | Author: 1111111 | Hits:

[File FormatData_Structures_and_Algorithms

Description: Data_Structures_and_Algorithms - These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.-Data_Structures_and_Algorithms- These notes accompany Data Structures and Algorithms II. The course, to a large extent, follows on from Data Structures and Algorithms I. However, while DS&A I focused on fundamental datastructures, DS&A II will focus on practical algorithms, applicable to a wide range of tasks. The approach will be somewhat less formal, with a little more focus on applications.
Platform: | Size: 206848 | Author: maxultra | Hits:

[CA authRSA

Description: :RSA 是最广泛的公钥算法,从程序实现的主要思想、算法分析及流程说明、实验环境要求描述、运行 和结果、运行效率分析和程序源代码六方面介绍运用java程序实现RSA加密算法,要求输入明文的二进制位数 不少于1024。-: RSA public key is the most widely algorithm, from the process to achieve the main ideas, algorithms and processes that describe the experimental environmental requirements, operation and results, operational efficiency analysis and source code six introduce the use of java program RSA encryption algorithm, expressly asked to enter the binary digits of not less than 1024.
Platform: | Size: 160768 | Author: 王功臣 | Hits:

[matlabmatlab-tuxiangsuanf

Description: matlab图像算法处理及仿真的几本不错的书-matlab image processing and simulation algorithms of a few good books
Platform: | Size: 18584576 | Author: 苏苏 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net