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

搜索资源列表

  1. ChessPP

    0下载:
  2. 中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和Alpha-Beta方法,还有历史启发,渴望搜索,PVS等搜索方法-Chinese version of man-machine chess, which used a variety of search methods, the most basic minimax value method and Alpha-Beta, history also inspired desire to search, and other sea
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:123945
    • 提供者: 哈哈哈
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:王卫红
  1. burg

    0下载:
  2. 用Burg算法估计AR模型参数,进而实现功率谱估计. 形参说明: x——双精度实型一维数组,长度为n,存放随机序列。 n--整型变量,随机序列的长度。 p--整型变量,AR模型的阶数。 a--双精度实型一维数组,长度为(p十1)。存放AR模型的系数a(0),a(1),...,a(p)。 v--双精度实型指针,它指向预测误差功率,即AR模型激励白噪声的方差。 -with Burg algorithm estimates AR model parameters, ther
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:22982
    • 提供者:lkz
  1. KOHONEN

    0下载:
  2. Kohonen模型结构:它是受视网膜皮层的生物功能的启发而提出的。-Kohonen model structure : it is subject to retinal cortex of the biological function inspired by.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:32298
    • 提供者:何风
  1. FTP文件的下载程序

    0下载:
  2. 一个用c#写的小程序啊!!很不错的哦!!希望对大家的编程起到一些启发的作用3ks-c # 1 used to write small programs ah! ! Very good! ! We hope to play some inspired programming role 3ks
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:8171
    • 提供者:刘磊
  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. MiniTool

    0下载:
  2. 测量工程小工具合集 使用了模拟移动的方法,不仅在算法上有很多 值得借鉴的地方,对于window的消息机制也有很多启发-measurement tools Collection of small works using simulated moving way not only in the algorithm, there are a lot of places worth learning, the news window mechanism has inspired many
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:65462
    • 提供者:江中滔
  1. Shake

    0下载:
  2. 窗体震动的例程,程序很简单,但对界面开发都有很大启发-Form vibration routines, procedures very simple, but the interface development has greatly inspired
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:51679
    • 提供者:fdas
  1. tmform

    0下载:
  2. 能够制作出透明窗体,对编程人员启发很大:)-producing transparent windows, the programmer inspired great :)
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2146
    • 提供者:解超
  1. 5ivb_219579

    0下载:
  2. 同学录 第一版: 采用了动态建索引,actionlist管理等技术,对数据库编程初学者起个入门引导作用,也是一个功能不错的电子通讯录。 第二版: 去掉了动态建索引,增加了分组功能,增加了照片输入功能。为了演示控件作用,打开图片没有使用openpicturedlg,(注意,只支持bmp图片)。 如果有人对软件的功能进行增加、完善,请给我也发一份,大家共同进步。 注:只有源代码,d6+98运行通过。 -inspir
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:137881
    • 提供者:bvf
  1. pls

    0下载:
  2. 偏最小二乘法模拟程序,希望对大家编程有启发-PLS simulation program, we hope to have inspired programming
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1316
    • 提供者:王光荣
  1. shell(c++)

    0下载:
  2. 经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!-classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:阿科
  1. PAI_Machin

    0下载:
  2. 这个试圆周率的Machin算法,在这里共享,希望对大家有所帮助,看看这个算法会有启发!-test the ratio of the circumference Machin algorithm, in sharing, we want to help, look at this algorithm will be inspired!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8281
    • 提供者:www
  1. configuringyourenvironmentvariables

    0下载:
  2. C++用者必看之书 启发大脑有益身心.-C users Watchable book inspired the brain healthy. Haha
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:51087
    • 提供者:randomner
  1. cankaguanli

    0下载:
  2. vb做的餐卡管理系统,大家看看或许受到启发-vb do meal card management system, we may be inspired to see huh
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3256656
    • 提供者:张建锋
  1. AsimpletoolforDES

    0下载:
  2. 这是我在学习Visual C++过程中做过的一个程序,可以作为大家学习Visual c++编程能力学习的参考,相信对读者会有所启发.-This is my learning Visual C conducted in the course of a procedure, As we can learn Visual Programming c learning ability of reference, I believe the readers will be inspired.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36367
    • 提供者:xp
  1. gifdonghua

    0下载:
  2. VC编写的用于显示GIF动画的一个程序,很有意思,你可以下载去看一看,也许对你有启发。-VC prepared for display GIF animation of a procedure, it is interesting that you can download to see, Perhaps you are inspired.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:43422
    • 提供者:郑明
  1. SMTPClient

    0下载:
  2. 自己做的一个发送邮件程序,对学习SMTP 有一定的启发作用吧-own a mail procedures, to learn SMTP inspired a certain function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1607
    • 提供者:谢朝
  1. QEAsolveOptimization

    1下载:
  2. 最近两年流行的量子进化算法程序,能够优化一下基本的问题,本程序是基于一个连续的极值问题。-The last two years the popular quantum-inspired evolutionary algorithm process, to optimize the basic questions about this program is based on a continuous extremal problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2409
    • 提供者:王潮
  1. robotics-Bioinspired

    0下载:
  2. This paper presents an origami-inspired technique which allows the application of 2-D fabrication methods to build 3-D robotic systems. The ability to design robots as origami structures introduces a fast and low-cost fabrication method to modern,rea
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:665600
    • 提供者:devindia
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com