Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sort
Search - sort - List
图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
Date : 2026-01-15 Size : 7.56mb User : zxm

DL : 0
SUN公司专门的运筹学(or)开发库 Java算法库——查找和排序 -Sun special operations research (or) for the development of algorithms for Java-- Search and Sort
Date : 2026-01-15 Size : 5kb User : 付嘉

This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. -A* pathfinding example to illustr ate how to implement a A* pathfinding algorithm into your program. It's a port from Patrick Leste rs example in BlitzBasic to VB.NET. It uses a Bin Indigenous Heap class I made to sort the score values.
Date : 2026-01-15 Size : 12kb User : tongtong

This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works. -This source code is about the basic sorting algorithm implemented in C#. The algorithms in cluded are Bubble Sort, Insertion Sort. Selection Sort. User can trace how's the sorting algorithm works.
Date : 2026-01-15 Size : 128kb User : tongtong

遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子 roulette.m 轮盘选择算子 normGeomSelect.m 标准化几何分布排序选择算子 maxGenTerm.m 以最大进化代数为判别条件的进化终止函数 calcbits.m 计算二进制编码染色体串长度的函数 f2b.m 由浮点表达到二进制表达的转换函数 b2f.m 由二进制表达到浮点表达的转换函数 parse.m 字符串识别函数 delta.m 非均匀变异的变异量计算函数 exampleFn 一个二元函数 startup.m 进行路径设置-Genetic Algorithm main proceedings ga.m GA BinaryExample core program. m binary floating-point applications FloatExample.m coding applications relevant operator and function initializega.m Stocks initialization function for binary series simpleXover.m Codes simple crossover operator arithXover.m for floating-point arithmetic coding crossover operator binaryM utation for binary coding mutation operator nonMutation.m float for the non-coding Uniform mutation operator roulette.m roulette selection operator normGeomSelect.m standards Sort of geometric distribution maxGenTerm.m selection operator algebras with the greatest evolutionary criterion for the evolution of termination calcbits.m calculation function binary coding chromosome length of the string from the floating-point functions f2b.m
Date : 2026-01-15 Size : 13kb User : 胡朋

算法中的堆排序算法的实现-algorithm Heap Sort algorithm.
Date : 2026-01-15 Size : 9kb User : 张应

DL : 0
蚁群优化算法,实现人工智能解决TSP问题,如何应用ACO-Ant colony optimization algorithm, the realization of artificial intelligence to solve TSP problems, how to apply the ACO
Date : 2026-01-15 Size : 8kb User : 向前

完成除了人工智能外的部分 2000/10/23: 整理代码 2000/10/30: 第一个人工智能 2000/10/31: 面板的小改动/增强人工智能 2000/11/03: 增加停止按钮,增加"参数"对话框 2000/11/05: 完整的人工智能,0.5版 2001/11/15: 0.6版,改成了木纹棋盘 加了剪枝,用快速排序,留5个结点,搜索深度6-7,仍嫌太少. MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能. -In addition to the completion of part of artificial intelligence outside 2000/10/23: 2000/10/30 finishing code: the first artificial intelligence 2000/10/31: panel small changes/enhanced artificial intelligence 2000/11/03: increase the stop button to increase the parameters dialog 2000/11/05: full artificial intelligence, 2001/11/15 version 0.5: Version 0.6 turned into a wood board plus the pruning, using quick sort, leaving five nodes, search depth of 6-7, is still too little. MantisChess1.0, in order to clear and to switch to Win32 SDK code, set aside the MFC and multithreading, put aside all the additional functionality.
Date : 2026-01-15 Size : 24kb User : 陈张仁

DL : 0
堆排序的算法,原书带的并不能直接使用,这是本人改的直接可用的-Heap Sort algorithm, the original book and can not be directly used, it is I change direct available
Date : 2026-01-15 Size : 566kb User : 1111

DL : 0
ai 自动排序 把数字0-8顺序打乱,可自动排序好-ai automatically sort the order of the figures 0-8 upset, can automatically sort good
Date : 2026-01-15 Size : 16kb User : 何丹

此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结 构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与其症候之 间的相互联系。疾病名与症候分别用二叉树进行排序。排序后可由疾病名而查到与该 疾病名有关的所有详细情况,也可由一种症候而查到哪些疾病有这种症候,以及该症 候可能引起各种疾病的概率。-This is the disease diagnosis expert system, using this structure to establish the knowledge base can easily realize the above mentioned features. The structure of the most unique is that relying on the same key (the disease or its code) to achieve a disease and its symptoms between. Name and symptoms of disease were treated with binary tree sort. Sort by the disease after the name of the disease were found with all the details of which can also be a symptom of the diseases that have found such a symptom, as well as the symptoms may lead to the probability of various diseases.
Date : 2026-01-15 Size : 28kb User : lanlan

找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。-Txt file to find enter appear in a different vocabulary, the number of statistics in accordance with the number of words to sort. Use hash table to insert new words to improve the speed of the word table.
Date : 2026-01-15 Size : 4kb User : limiaoji

DL : 0
对给定数据集合进行分类。是数据挖掘算法的KNN的分类实例。-For a given data set to classify. Data mining algorithms is the classification of examples of KNN.
Date : 2026-01-15 Size : 5.12mb User : mmjia

该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods to the final with c language programming into a matrix, matrix transformation, genetic algorithm . Procedures in resolving such problems, the effect of good
Date : 2026-01-15 Size : 33kb User : gexiaozhong

拼写检查器,用于输入文字时可以检查出所输入的单词个数以及根据字母顺序来排序-Spelling checker for text input can check out the number and the words entered in alphabetical order according to sort
Date : 2026-01-15 Size : 24kb User : Angle

DL : 0
最大堆的生成、堆排序,以及一个简单的最大优先队列的实现。-The largest generation heap, heap sort, as well as a simple realization of the greatest priority queue.
Date : 2026-01-15 Size : 4kb User : crazy

DL : 0
遗传算法的备选方案排序,C程序实现,供参考之用.-Genetic algorithm to sort the options, C program, for information purposes only.
Date : 2026-01-15 Size : 6kb User : 张晓

DL : 0
基于模糊费用最小生成树的算法 的源代码 prim算法 模糊数综合排序-Costs based on fuzzy algorithm for minimum spanning tree algorithm source code prim integrated sort fuzzy numbers
Date : 2026-01-15 Size : 10kb User : 苏宁

DL : 0
利用窗体实现堆排序。并能逐一显示堆排序的过程-Using the form to achieve Heap Sort
Date : 2026-01-15 Size : 83kb User : kaxium

add element and sort by heapsort
Date : 2026-01-15 Size : 1kb User : batool
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.