资源列表
main
- 用c语言解决最优化问题,共轭梯度法是解决问题的其中一个-With the c language to solve optimization problems Conjugate gradient method is one solution to the problem
data_mining_for_complex_systems
- An introduction about Data mining algorithms
VCfenxing
- 递归实现分形,用VC画一颗树,外型类似柏树。足见递归是如此消耗内存,并且看到神奇的分形理论-Recursive Fractal, VC draw a tree, shaped like cypress. Recursive memory consumption is so evident, and see the magic of fractal theory
quicksort
- Quicksort its used in the algorithm and datastructures
EfficientKeywordSearchforSLCAinXML
- 介绍有效的查询语义,结合实例简单介绍Stack Algorithm求解SLCA -An effective query semantics, with examples briefly Stack Algorithm for Solving SLCA
huffman_encoding
- huffman encoding 代码, 欢迎下载-huffman encoding
likic
- Needleman - Wunsch Algorithm
mod2
- Descr iption 编写一个C函数mod(int n, int m),实现取模运算 Input 输入包含多行数据 每行数据是两个整数a, b (1 <= a, b <= 32767) 数据以EOF结束 Output 于输入的每一行输出a b Sample Input 5 3 100 2 Sample Output 2 0-Descr iption write a C function mod (int n, int m),
main
- 满应力算法c++代码 。。。。。。工程结构优化满应力设计-Full stress method c++ code. . . . . .
Csuanfa2
- 这是刚才C算法的第二卷,主要讲解树,图,网络的算法,很详细-This is just C algorithm II, mainly on the tree, graph, network algorithms, in detail
lab9
- Graph algorithm in C based program
Processer_Manager
- 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞