CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - A*算法

搜索资源列表

  1. Nlinear-PLS

    0下载:
  2. 一种新的基于多项式的非线性偏最小二乘算法-a new polynomial based on the nonlinear partial least squares algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:303601
    • 提供者:tianww
  1. Calculator_simple

    0下载:
  2. 简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not ne
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13137
    • 提供者:飞鸿
  1. GA_demo

    0下载:
  2. 一个简单的GA 算法实例,有说明。word格式。用了就知道了。-a simple GA example, is described. Word format. Spent will know.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:134056
    • 提供者:杨敏
  1. dutu

    0下载:
  2. 自己做的小程序,关于那个悖论算法的,就是抛硬币的算法,很简单,不过很有趣,可以证实一下数学观点,有两个参数,一个是赌的次数,另一个是赌本。 -own small procedures on the paradox that the algorithm is throwing coins algorithm is very simple. But it is interesting, can confirm this mathematical perspective, there are tw
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1249
    • 提供者:闫利民
  1. log-map

    0下载:
  2. 这是关于log-map算法的c语言程序,程序已经经过了验证,保证是正确的。-This is on the log-map algorithm c language program, procedures have been through a certification guaranteed to be correct.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:222710
    • 提供者:孙庆斌
  1. The_Boosting_Approach_to_Machine_Learning-msri_wor

    0下载:
  2. 介绍adboosting算法的重要文献,对算法有详细的描述并且有较好的试验和结果分析。-adboosting algorithm introduced an important document, the algorithm is described in detail and a better test results and analysis.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:257933
    • 提供者:张雪涛
  1. ni

    0下载:
  2. 经典的迷宫算法,可实现一般的迷宫问题,是目前比较流行的一种算法。-classic maze algorithm, the realization of the maze is the issue of a popular algorithm.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:11947
    • 提供者:邱丐
  1. MySudoku

    0下载:
  2. 一款数独游戏的Java源代码,采用逻辑规则求解,不采用搜索算法求解,算法很经典,值得研究。-A few independent game Java source code, the rules for using logic, using search algorithm. Algorithm classic, worthy of consideration.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:21816
    • 提供者:边奎星
  1. Des___JAVA

    0下载:
  2. 用java实现了des算法 是64位的 还有加密文件的功能!-achieved using java des algorithm is a 64-bit encrypted documents were functional!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:79363
    • 提供者:杨海亮
  1. zpmySort

    0下载:
  2. java编写的算法,其中包括三种排序方法呀,进去看看吧-java prepared by the algorithm, which includes three Sorting it, go in and have a look!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1197
    • 提供者:zhangpeng
  1. statistics_

    0下载:
  2. 金融中的计算,一个算法的实现,具体叫什么我也不清楚,帮朋友做的-the financial terms, the algorithm to achieve a specific, what is not clear to me, do for a friend
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8792
    • 提供者:linchen
  1. md5_new

    0下载:
  2. MD5加密算法,用JAVA实现。给喜欢算法的朋友。-MD5 algorithm, using JAVA. Like algorithm to a friend.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4712
    • 提供者:desckson
  1. histogram111

    0下载:
  2. 一个柱状图的代码....采用了for循环算法实现-a column .... code used for recycling algorithm! !
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4294
    • 提供者:hd0178
  1. ProcessCall

    0下载:
  2. 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:104247
    • 提供者:魏然
  1. BinaryTreeChange

    0下载:
  2. 能把一个带空位置的二叉树前序序列流转换成一棵二叉树,空位置用“@”表示,其中包含图形界面(java实现),可以帮助大家熟悉二叉树的存储结构,由前序序列流产生二叉树;二叉树的3种遍历算法-can take a position in the air before the sequence sequence binary tree circulation replaced by a binary tree. Air location with "@", which include
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1460
    • 提供者:魏然
  1. flickering_sweat

    0下载:
  2. 用迭代算法实现动态逼近效果,最终实现颤动的小水珠,代码很简单,但是很有意思,只要修改一下,就可以制作出很漂亮的按钮-using iterative approximation algorithm dynamic effects, and eventually realizing the quiver of small globs, the code is very simple. However, it is very interesting, as long as the changes th
  3. 所属分类:FlashMX源码

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

    1下载:
  2. 1RIP路由协议 ——RIP协议最初是为Xerox网络系统的Xeroxparc通用协议而设计的,是Internet中常用的路由协议。RIP采用距离向量算法,即路由器根据距离选择路由,所以也称为距离向量协议。路由器收集所有可到达目的地的不同路径,并且保存有关到达每个目的地的最少站点数的路径信息,除到达目的地的最佳路径外,任何其它信息均予以丢弃。同时路由器也把所收集的路由信息用RIP协议通知相邻的其它路由器。这样,正确的路由信息逐渐扩散到了全网。 ——RIP使用非常广泛,它简单、
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:344347
    • 提供者:李微
  1. AntNet

    1下载:
  2. 一种基于蚁群聚类的径向基神经网络 提出了一种基于蚁群聚类算法的径向基神经网络. 利用蚁群算法的并行寻优特征和挥发系 数方法的自适应更改信息量的能力,并以球面聚类的方式确定了径向基神经网络中基函数的位置, 同时通过比较隐层神经元的相似性、合并相似性较为接近的2 个神经元来约简隐含层的神经元,以 达到简化径向基神经网络结构的目的. 实验比较了几种不同聚类算法的径向基神经网络,结果表 明,所提神经网络的整体训练时间至少可缩短40 % ,学习的准确率可提高1 %以上,而且网络结构
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:292558
    • 提供者:zhxj
  1. NonRBFModel

    0下载:
  2. 提出了一种RBF网非线性动态系统在线建模的资源优化网络(RON)方法.RON 在资源分配网络的学习过程中引入了滑动窗口和网络结构在线优化的思想,使网络能根据最 近一段时间内的误差信息自动实现网络结构优化,从而使RBF网既能在线适应对象的变化, 又能使网络规模维持在较小水平,并保证了网络的泛化能力.使用滑动窗口技术使RON对学 习参数变化具有较好的鲁棒性,并更易收敛.三个标准例子演示了算法的有效性.-presents a RBF network nonlinear dynamic
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:182513
    • 提供者:zhxj
  1. K_Min

    0下载:
  2. 利用改进的桶排序算法查找一个无序数组中的第k小元算法java实现-the improved search algorithm ranking barrels a disorderly array of k Xiao Yuan algorithm to achieve java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:andy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com