CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 .net编程 搜索资源 - A* algorithm

搜索资源列表

  1. fpgrowth(1)

    0下载:
  2. fpgrowth算法的java程序 运行程序的命令 java -cp fpgrowth.jar association.fptree.Test 100 sample.txt 其中100 是支持度阈值 sample.txt是样本文件名。 注意:如果样本中的项目过多,可能会产生内存溢出错误 运行程序需要JDK 5.0 欢迎交流:xiangyuan.lippi@yahoo.com.cn-fpgrowth algorithm java procedures proce
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:101573
    • 提供者:老乔
  1. tsp

    0下载:
  2. 应用遗传算法计算城市路径的一个vc和MATLAB程序-genetic algorithm path of a city vc and MATLAB program
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:691354
    • 提供者:li
  1. decrypt

    0下载:
  2. Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:118473
    • 提供者:刘博
  1. CSharpFiltersProject

    0下载:
  2. The purpose of the series will be to build a class that allows any C# programmer access to common, and not so common, image processing functionality. The reason we are doing it in C# is simply that I want to learn it, but the functionality we use is
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:22105
    • 提供者:LeeYJ
  1. suanfa

    0下载:
  2. 里面包含很多C#算法方面的源码,是面试的必备材料。-Which contains a lot of C# Algorithm source area is an essential interview material.
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:273551
    • 提供者:周逸梦
  1. hanoi

    0下载:
  2. 利用程序把输入的十进制的数转为其它进制的数。用ISO C++写的,在VC.NET中可以运行。采用递归算法。-The use of procedures to enter the decimal number to a number of other M-ary. With ISO C++ Written in VC.NET can be run. The use of recursive algorithm.
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:253566
    • 提供者:
  1. 645645223

    0下载:
  2. 根据克里格算法绘制等值线,可以很好的利用为二维到三维中-According to Krieger isogram mapping algorithm can be used as a very good two-dimensional to three-dimensional in
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:163181
    • 提供者:henry
  1. WebMining-HAC

    0下载:
  2. I ve developed a program which discribes HAC (Hierachical Agglomerative Clustering) algorithm.
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:373548
    • 提供者:DungDX
  1. select

    0下载:
  2. In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic.) This includes the cases of finding the minimum, maximum, and median elements. There are worst-
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:32580
    • 提供者:Lemor
  1. 08xueshengxinxiguanlixitongASP.NET

    0下载:
  2. 在ASP.net环境下采用“自上而下地总体规划,自下而上地应用开发”的策略开发一个管理信息系统的过程。通过分析某一学校学生管理的不足,创建了一套行之有效的计算机管理学生的方案。文章介绍了学生管理信息系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法, 本系统界面友好,操作简单,比较实用-ASP.net environment in the adoption of the " top-down
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:154044
    • 提供者:
  1. Redandblacktreeinsertalgorithm

    1下载:
  2. 自己写的,采用VB.NET写的红黑树插入算法,实现了图形显示红黑树,VS2005下编译通过-Wrote it myself, using VB.NET to write the red and black tree insertion algorithm, the realization of the graphical display a red, black tree, VS2005 compiler through the next
  3. 所属分类:.net

    • 发布日期:2017-04-23
    • 文件大小:54319
    • 提供者:XIII
  1. j_13949_vb_tree

    0下载:
  2. VB回归算法的一个极佳实例,曾经让作者花了两年时间才完成,程序中运用了大量优化过的回归算法,通过给定的参数,简单的进行设置,可以生成一棵漂亮的仿真大树,学算法值得一看,带全套背景、带音乐,很不错。 -VB return an excellent example of the algorithm, so that the author had spent two years to complete, procedures have been used to optimize the retur
  3. 所属分类:.net

    • 发布日期:2017-04-09
    • 文件大小:166390
    • 提供者:leo
  1. Tools

    0下载:
  2. 里面包括了几个c# 类文件,封装了对excel的导入导出操作,2种加密算法的封装,都只需要简单的调用就可以了。另外ToolBox.cs文件实现2个DataRow的比较。-Inside class contains several c# file, package of excel import export operation, two kinds of encryption algorithm package, only need a simple call on it. Addition T
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:7100
    • 提供者:fafa
  1. DrawColorStrips

    0下载:
  2. MFC program that draws colors using a line algorithm. The user selects the color of the lines through a menu bar.-MFC program that draws colors using a line algorithm. The user selects the color of the lines through a menu bar.
  3. 所属分类:.net

    • 发布日期:2017-05-17
    • 文件大小:4646370
    • 提供者:rauls
  1. Quick.Sort

    0下载:
  2. Quick Sort.txt is a algorithm for sort data-Quick Sort.txt is a algorithm for sort data
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:704
    • 提供者:fereshte
  1. 2007102318148533

    0下载:
  2. 解压后会有5M,这是我利用C#针对嵌入式WinCE做的一个GPS/惯性导航系统的组合定位软件,包括了卡尔曼滤波算法(含矩阵控件),界面显示,GPS串口接受,滤波结果输出以及WinCE应用调试控件,超强吧!直接下载可以在Visual.Net下调试使用 -After decompression there 5M, which I use C# for embedded WinCE do a GPS/inertial navigation system integrated positioning s
  3. 所属分类:.net

    • 发布日期:2017-05-02
    • 文件大小:732161
    • 提供者:sine169
  1. Machine

    0下载:
  2. 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Optimal scheduling problem, assuming there are n a task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design a complet
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:903
    • 提供者:李晓明
  1. Client

    0下载:
  2. This paper introduces a message forwarding algorithm for search applications within mobile ad hoc networks that is based on the concept of selecting the nearest node from a set of designated nodes. The algorithm, which is called Minimum Distance Pack
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1982163
    • 提供者:sathiyaraj124
  1. AStarAlgorithm

    0下载:
  2. 使用.Net实现的A*算法,vs2008编译。-Use the Net to achieve the A* algorithm, vs2008 compile.
  3. 所属分类:.net

    • 发布日期:2017-11-26
    • 文件大小:112401
    • 提供者:周海明
  1. AStar

    0下载:
  2. 在绘制的40*40的方格上,自己定义起点终点和障碍,用A*算法避开障碍物,规划出最短路径-On the paint of 40* 40 squares, define your own starting point to the end and obstacles, using A* algorithm to avoid obstacles, planning the shortest path
  3. 所属分类:.net

    • 发布日期:2017-06-01
    • 文件大小:13970308
    • 提供者:远春
« 12 3 »
搜珍网 www.dssz.com