您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c语言常用算法源代码

  2. #include "stdio.h" #include "conio.h" #include "string.h" #define MAX 5000 int start,end,nodenum; void save1(); void save2(); void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int t[14],i,j,m; int num_node[4]; int node_number; int n umber=0; float v
  3. 所属分类:C

    • 发布日期:2009-06-29
    • 文件大小:320512
    • 提供者:tianzhu131
  1. A*算法 C#源代码

  2. 此为用C#写的A*算法源代码 using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace EtSoft.AStarLib { public class AStar { private StarNodeCollection openList = new StarNodeCollection(); private StarNodeCollection close
  3. 所属分类:其它

    • 发布日期:2009-12-23
    • 文件大小:333824
    • 提供者:ysg8422am
  1. 数字图象模式识别技术及工程实践

  2. 第04章 常用搜索算法.rar,有8数码游戏,A star算法类的实现,黑白棋
  3. 所属分类:其它

    • 发布日期:2010-01-24
    • 文件大小:2097152
    • 提供者:jasonCSH
  1. A Start算法演示

  2. A Start算法演示 A Start算法演示 A Start算法演示 A Start算法演示
  3. 所属分类:其它

    • 发布日期:2010-08-06
    • 文件大小:1048576
    • 提供者:yangyupeng2860
  1. A*算法(C#源码)

  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的算法。公式表示为: f(n)=g(n)+h(n)。 该资源用C#实现A*并有一实例。 #region Enums [Author("Franco, Gustavo")] public enum DrawModeSetup { None = 0, Start = 1, End = 2, Block = 3 } #endregion
  3. 所属分类:其它

    • 发布日期:2010-11-12
    • 文件大小:249856
    • 提供者:linxcool
  1. MATLAB 遗传算法程序

  2. This directory contains the Genetic Algorithm Optimization Toolbox for Matlab 5. To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command. You can also place this command
  3. 所属分类:其它

    • 发布日期:2010-12-02
    • 文件大小:107520
    • 提供者:lyb88081
  1. 磁盘调度算法

  2. #include #include #include #include # define MAXQUEUE 200 //申明最大磁道号 typedef struct node { //结构体定义 int go; //磁道号(大于0,小于MAXQUEUE) int visited; //磁道访问标志(0——为访问;1——已访问) }qu; qu queue[MAXQUEUE]; //定义磁道数组 int quantity; //磁道记数器 int start; //定义开始时磁头所在位置 voi
  3. 所属分类:C

    • 发布日期:2011-12-08
    • 文件大小:59392
    • 提供者:canhuaai
  1. b* 寻路算法

  2. b 星 b start b* 寻路 算法
  3. 所属分类:C++

    • 发布日期:2012-11-20
    • 文件大小:154624
    • 提供者:kadyssss
  1. b* 寻路算法

  2. b 星 b start b* 寻路 算法
  3. 所属分类:C++

    • 发布日期:2013-05-08
    • 文件大小:154624
    • 提供者:cnjdwl88
  1. Android 拼图游戏

  2. 采用 A start算法实现的一个android拼图游戏,除了正常玩法还有一个帮助方法,可以完成拼图。采用最短路径的方式
  3. 所属分类:Android

    • 发布日期:2013-05-27
    • 文件大小:16777216
    • 提供者:linsir007
  1. 冒泡算法的改进算法

  2. 冒泡算法的改进思想: 1.记录从第0下标开始一直递增的最后一个数的下标start,在以后的每趟排序中都是从start下标开始比较,免去了从头到此下标的比较 2.记录从最后一个下标开始一直递减的最后一个下标end,在以后的每趟排序中只要判断a[end-1]和a[end],如果a[end]大,则后面的就不需要比较和交换 3.数组的长度n在每趟排序后都会n--; 4.同时当end<start时标明数组中没有可以交换的元素了,则排序完成
  3. 所属分类:C/C++

    • 发布日期:2013-11-01
    • 文件大小:2048
    • 提供者:fengge6715
  1. java之A start算法演示

  2. 这是我在CP大神的基础上亲自实践的java之A star算法窗口演示
  3. 所属分类:Java

    • 发布日期:2014-03-10
    • 文件大小:437248
    • 提供者:sunpengqi11
  1. 寻路算法演示程序(A*,BFS,Dijkstra )

  2. Usage: Simply double click on server.exe and client.exe By default, the server starts on 127.0.0.1(localhost) and uses the port 31416. If you want to specify another port, add options while executing the server.py. This can be done by either executi
  3. 所属分类:游戏开发

    • 发布日期:2015-06-07
    • 文件大小:5242880
    • 提供者:a374826954
  1. C#该写的A*算法,自动寻路

  2. 根据人工智能课上的A-Start算法写的,感觉比较好玩,有兴趣的可以下下来看看
  3. 所属分类:其它

    • 发布日期:2008-11-11
    • 文件大小:54272
    • 提供者:csy_1986
  1. a star算法matlab

  2. 用matlab写的A*算法,可自行定义Target,Start与Obstacle
  3. 所属分类:游戏开发

    • 发布日期:2016-04-18
    • 文件大小:5120
    • 提供者:frdjun
  1. C++实现的高效A*算法

  2. A-Star Algorithm 这是使用C++实现的高效的A-Star算法。只对算法的程序实现做了尽力而为的优化,并没有对算法自身进行改良。优化措施主要在于:快速判断路径节点是否在开启/关闭列表中、快速查找最小f值的节点以及优化路径节点频繁分配内存的问题。 运行环境 支持c++11的编译器 使用示例 char maps[10][10] = { { 0, 1, 0, 0, 0, 1, 0, 0, 0, 0 }, { 0, 0, 0, 1, 0, 1, 0, 1, 0, 1 }, { 1, 1,
  3. 所属分类:C++

    • 发布日期:2017-04-08
    • 文件大小:10240
    • 提供者:q6115759
  1. 打败所有黑客的加密算法

  2. 打败所有黑客 Beat All Hackers 【欢迎转载或翻译该文】 现在上网,难免会涉及一些需要保密的内容,比如密码,账号,卡号,证件号等。但是黑客无处不在,他们常常窃听你的信息,给你放置陷阱,让你的防不胜防。 比如我现在要将信息“账号:123456,密码:567890” 从A经过B传递到C,黑客可能从中间环节B截取你传输的信息。我们日常交换的信息量是很大的,黑客怎么知道现在传输的就是“密码”或“账号”呢?那么他就会设定关键词,比如“密码”,凡是含有该关键词的信息都会被截获,而其他信息就会
  3. 所属分类:网络攻防

    • 发布日期:2008-12-12
    • 文件大小:273408
    • 提供者:u010255369
  1. 数据结构中图论相关算法

  2. 其涵盖了数据结构中图章节的大部分算法 #include #include #include #include #include #ifndef ONCE_GRAPH #define ONCE_GRAPH const int MAX_NUM=32767; const int QUEUESIZE=100; struct ArcNode {int adjvex; ArcNode *nextarc; int weight; }; struct VNode {char* pointdata; ArcNo
  3. 所属分类:其它

    • 发布日期:2009-03-13
    • 文件大小:166912
    • 提供者:zhou1zhou8
  1. LR算法-example.pdf

  2. 在编译器的前端设计中,对于LL分析和LR分析作为最重要的实现方式。该算法就是书本上的进一步实现Lets fill in the row for State 0 together. Looking back at our notes above, we see that on A we transition to State 1 and on a we transition to State 2. Transitions on terminals like a are called " shift
  3. 所属分类:C

    • 发布日期:2019-10-13
    • 文件大小:61440
    • 提供者:weixin_43636999
  1. 求平方根算法.pdf

  2. Microchip公司的快速平方根算法,适合对算法感兴趣的朋友sectlon⊥nf Type Address Location size(Bytes R VCR orog init 0x00002a program code 0x00002c program 0x0000f4 SRoot 0x000120 y Usage start 0X000000 284 out of 32786 program addresses used, program memory utilization is 0%
  3. 所属分类:其它

    • 发布日期:2019-10-12
    • 文件大小:184320
    • 提供者:weixin_42169127
« 12 3 4 5 6 7 8 9 10 ... 16 »