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

Search list

[source in ebookAlgorithmsinJava_Part5(GraphAlgorithms)

Description: Algorithms in Java, Part 5 (Graph Algorithms) code
Platform: | Size: 9216 | Author: dedema | Hits:

[source in ebookAlgorithmsinC_Part5(GraphAlgorithms)code

Description: Algorithms in C, Part 5 (Graph Algorithms) code
Platform: | Size: 7168 | Author: dedema | Hits:

[AI-NN-PRgene_bpnnPID

Description: 该算法是综合遗传算法和神经网络算法的综合性算法,用来对一些参数进行优化,可收到很好的效果。-the algorithm is integrated genetic algorithms and neural network algorithm integrated algorithm, used to optimize the parameters can be received very good results.
Platform: | Size: 468992 | Author: 周燕 | Hits:

[source in ebookSedgewick3

Description: Robert Sedgewick的不朽之作《Algorithms》-the immortal Robert Sedgewick's "Algorithms"
Platform: | Size: 34816 | Author: 蒲永鑫 | Hits:

[Software Engineeringyichuansuanfayugongchengsheji

Description: 遗传算法与工程设计-玄光男,程润伟著-电子书pdf格式-Genetic Algorithms and Engineering Design-Yuen-man, Guilin-to-pdf format e-books
Platform: | Size: 6816768 | Author: 290227403 | Hits:

[matlabextendedkalmanfilter0503

Description: 扩展卡尔曼滤波器,非线性动态滤波,是一种在线线性化的算法-extended Kalman filter, nonlinear dynamic filtering, is an online linearization algorithms
Platform: | Size: 1024 | Author: 秦露妮 | Hits:

[OtherDesigning.Components.with.the.C++.STL

Description: This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity. -This book is the most accurate and up-to-da te source of information the STL currently av ailable. ... It has an approach and appeal of its own : it explains techniques for building data struc tures and algorithms on top of the STL. and in this way appreciates the STL for what it is- a framework. Angelika Langer. Independent Consultant and C. Report Columnist "A superbly authored treatment of the STL ... . an excellent book which belongs in any serious C developer's library. "Jim Armstrong, President 2112 F/X, Texas. \ n The C Standard Template Library (STL) represents a breakthrough in C programming Commando hniques. With it, software developers can achieve vast improvem ents in the reliability of their software. and increase their own productivity.
Platform: | Size: 770048 | Author: 静水 | Hits:

[Software EngineeringWrox.Beginning.Algorithms.Nov.2005.eBook-LinG

Description: Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs efficiently. This book aims to explain those algorithms and data structures most commonly encountered in day-to-day software development, while remaining at all times practical, concise, and to the point, with little orno verbiage to distract from the core concepts and examples.-Developers use algorithms and data struct ures every day of their working lives. Having a g odds under-standing of these algorithms and kno wledge of when to apply them is essential to prod ucing softwarethat not only works correctly, but also performs efficiently. This book aims t o explain those algorithms and data structures most commonly encountered in day-to-day softw are development, while remaining at all times practical, concise, and to the point. with little orno verbiage to distract from the c ore concepts and examples.
Platform: | Size: 3732480 | Author: lorainve | Hits:

[Streaming Mpeg4P2P_source_code

Description: 一个p2p Streaming的原型系统,基于树状结构的应用层组播开发。完整的寻径和平衡树算法。-a prototype system, based on the tree structure of the application layer multicast development. Integrity of the routing and balanced tree algorithms.
Platform: | Size: 2117632 | Author: JimmyW | Hits:

[Software Engineeringneicunyemianzhihuansuanfa

Description: 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calculated the average Seeking length, main interface designed in a flexible choice of a particular algorithm and the algorithm must achieve the following : 1. first-come first-service algorithm (FCFS queue) 2, the shortest tracking time priority algorithm (SSTF), 3 scanning algorithm (SCAN) 4, cycle scanning algorithm (rltrasonic)
Platform: | Size: 152576 | Author: 张宁 | Hits:

[OS Developprocess_attemper

Description: 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 -1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.
Platform: | Size: 1217536 | Author: huiting_liu | Hits:

[Software EngineeringGenetic_Algorithms_in_dam_safety_monitoring_neural

Description: 本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Genetic algorithms in the evolutionary process to be bound by certain conditions, to explore the structure of the network design and learning. By analyzing the examples used in the establishment of dam safety monitoring forecasting model of neural network design, The constraint in meeting certain conditions, can effectively find suitable network structure and the corresponding parameters (the neural network weights and thresholds), and the accuracy and speed have improved greatly. To achieve real-time online analysis and evaluation of the safety of the dam states provide strong technical support.
Platform: | Size: 30720 | Author: 汪顺和 | Hits:

[matlabGA1

Description: 使用遗传算法求函数的极小值的一个例子,使用遗传算法求函数的极小值的一个例子-the use of genetic algorithms to find the minimum value function of an example, the use of genetic algorithms to find the minimum value function of an example
Platform: | Size: 1024 | Author: J.K.Wang | Hits:

[Algorithmvb

Description: 常用数值算法大全,包扩各种算法,大家共享-Numerical algorithm used Daquan, including widening of various algorithms, everyone shared
Platform: | Size: 7575552 | Author: 杨越 | Hits:

[OtherAlgorithms-in-C++-Source-Code-

Description: 包含大量的C++源码,从简单到复杂,一步一步,保证可以在1-2个月成为C++高手@-Contains a large number of C++ Source, from simple to complex, step by step to ensure that in 1-2 months to become C++ Master @
Platform: | Size: 196608 | Author: 张天意 | Hits:

[AI-NN-PRPath4J_0.01.tar

Description: 2007年最新的多种路径规划算法的仿真软件包。At the later releases more world models and sample planners will be distributed, for now only a few world models and controllers are uploaded within this package. Press Start to start the simulation. Enjoy :) A better tutorial will be prepared soon about using the simulator and adding new algorithms etc. -In 2007 a variety of the latest path planning algorithm for the simulation package. At the later releases more world models and sample planners will be distributed, for now only a few world models and controllers are uploaded within this package.Press Start to start the simulation. Enjoy:) A better tutorial will be prepared soon about using the simulator and adding new algorithms etc.
Platform: | Size: 461824 | Author: 闫林 | Hits:

[Program docA_survey_of_CORDIC_algorithms_for_FPGA_based_compu

Description: 一篇关于CORDIC的文章A survey of CORDIC algorithms for FPGA based computers-CORDIC an article on the article A survey of CORDIC algorithms for FPGA based computers
Platform: | Size: 117760 | Author: fredyu | Hits:

[ARM-PowerPC-ColdFire-MIPSserch_A_start

Description: 一个VC写A*寻路的程序库,可以给你演示各种算法的快慢,优劣,作者超级强悍,一定要看!要用VC6.0编译才行~-A* to write a VC routing procedure library can give you the speed of presentation of various algorithms, advantages and disadvantages, the author super tough, it depends! VC6.0 compiler should do ~
Platform: | Size: 638976 | Author: srhg | Hits:

[OtherGIS2

Description: GIS的路径分析算法及实现 GIS的路径分析算法及实现-GIS-path analysis algorithm and realize the path of GIS analysis algorithms and realize
Platform: | Size: 230400 | Author: 果法 | Hits:

[Software EngineeringClrs_Lectures

Description: 麻省理工学院(MIT)的《算法导论》课程讲义。 配套教材算法导论(Introduction to Algorithms)一书,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。该书提供了900多个练习题和思考题以及叙述较为详细的实例研究。 本讲义可以作为原书的参考资料使用,使得您学习《算法导论》之过程如鱼得水。
Platform: | Size: 5587968 | Author: 郭策 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net