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

搜索资源列表

  1. RBFS_CODE

    0下载:
  2. RBFS算法(递归最佳优先搜索:A*家族)和LRTA*算法(联机局部搜索,又名实时学习A*搜索,同为A*家族)实现图的单源最短路径。其中RBFS和LRTA*算法均比狄杰算法效率高! -RBFS algorithm (recursive best first search : * A family) and the LRTA * algorithm (online local search, also known as real-time learning A * search, with t
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19589
    • 提供者:陈名
  1. matchall

    0下载:
  2. 看过网上很多匹配算法。都只支持一次匹配。比如aadsfasdfaa...和数据串aa。匹配一次以后另外一个就没有匹配了,这里改进了一下。上传-read many online matching algorithm. Only a matching support. For example aadsfasdfaa ... aa string and data. After a match no one other matches here to improve a bit. Upload
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1390
    • 提供者:刘世金
  1. rsa_code

    0下载:
  2. rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1509
    • 提供者:潘伟波
  1. BoxDual

    0下载:
  2. 是一个有自动求解功能的推箱子游戏,本人的旧作品。使用了从起点和终点两个方向同时进行有向图搜索的方法,是学习博弈算法的极佳参考。闲来玩玩这个游戏可锻炼思维,精选了网上流行的很多高难度地图,如果全部都可不使用AI求解,那就很厉害了。-is an automatic function of viewing solving games, my old works. Use the starting and finishing points from two directions simultaneous
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:782578
    • 提供者:苏朝晖
  1. calendar

    0下载:
  2. 使用vc++6.0编写,算法是网上有的,功能是:在fl.in输入文件中输入年月,点击exe,即可在fl.out中生成该月份的日历。-The use of vc++ 6.0 preparation, the algorithm is online Yes, features are: the input file type fl.in years, click the exe, can be generated in fl.out the month calendar.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:180728
    • 提供者:李浩
  1. Codejia.com_40df9b18b021a0ff2295123f1192b961

    0下载:
  2. 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3616182
    • 提供者:qqqq
  1. score-management-system

    0下载:
  2. 这是一个成绩输入查询的小数据库,基于对话框,vc++6.0环境,参考书本以及网上一些资源写得。从这个程序,你可以参考一下文件的读写、查询、一些具体算法的应用,同时,如果你要有作业要求,也可以参考一下。-This is a result of the small database enter a query, based on the dialog box, vc++ 6.0 environment, reference books and online resources in this wel
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:56067
    • 提供者:ivan
  1. sort

    0下载:
  2. java排序算法大全 网上搜集后精心整理出来的 经典 -Book online java sorting algorithm to collect carefully after finishing out of the classic
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:12250
    • 提供者:dl
  1. yucekongzhi

    1下载:
  2. 一种可在线计算的优化控制方法:模型预测控制算法(MPC)-An online method of calculating the optimal control: model predictive control algorithm (MPC)
  3. 所属分类:Other systems

    • 发布日期:2015-05-26
    • 文件大小:11594
    • 提供者:张其
  1. chap5_5

    0下载:
  2. 基于自适应在线遗传算法整定的pid控制(先进PID控制matlab仿真)第二版第五章-Genetic algorithm based on adaptive online tuning of pid control (advanced PID control simulation matlab) Chapter V of the second edition
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1584
    • 提供者:pony
  1. onlineqm

    0下载:
  2. 多种算法实现的C++在线签名鉴定,在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处。-A variety of algorithms to achieve the C++ online signature identification, signature identification online with AR algorithm and DTW algorithm, but also a more comprehensive example
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:132985
    • 提供者:151
  1. KMO(n^3)(HDU2853)

    0下载:
  2. KM算法O(n^3)的代码实现。给出的是哈尔滨赛区C题(HDU 2853)的源码-the code of KM algorithm with the complexity O(n^3). It provides a solution to the problem 2853 in HDU online judge.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:958
    • 提供者:况凯旋
  1. NumOCR

    1下载:
  2. 对于利用微软的MODI识别图片的一大弊端就是图片格式的转换问题,对于网上的彩色PNG图片或者多位BMP图片直接利用它都无法识别,项目中的pngcalss类实现了对于图片的色位处理,包括彩色转单色,彩色反相,彩色反相转灰度,彩色转灰度等图像算法。-For the use of Microsoft' s MODI identification pictures is a major flaw of the image format conversion problems, for online
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:805615
    • 提供者:高宏伟
  1. Widrow-Hoff-Training-Method

    0下载:
  2. The WH class is an implementation of the Widrow-Hoff. The Widrow-Hoff (WH) algorithm, often called Least Mean Square (LMS), is an online-algorithm. The WH can be interpreted as a gradient descent procedure on the error space. In other words, the
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:47863
    • 提供者:kader125
  1. C-commonly-used-algorithm-assemblies

    0下载:
  2. 徐士良C常用算法程序集pdf格式第二版,网上淘的珍贵资料。-XuShiLiang C commonly used algorithm procedures set in PDF format, the second edition of the precious material online tao.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-30
    • 文件大小:12814589
    • 提供者:李洋
  1. C-classic-algorithm-example(100)

    0下载:
  2. C语言100个算法经典例题,在网上搜集的,供自己学习用,现分享给有需要的朋友。-C-100 algorithm classic example, we collect online, for their own learning to use, are shared to a friend in need.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:257191
    • 提供者:付西
  1. rgb2yuv

    0下载:
  2. 主要用于图片的格式转化,是RGB2YUV,用的是网上的算法!-Mainly used for image format conversion, RGB2YUV, is using the online algorithm!
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:2176
    • 提供者:jeam
  1. C-classic-algorithm-example(100)

    0下载:
  2. C语言100个算法经典例题,在网上搜集的,供自己学习用,现分享给有需要的朋友。-C-100 algorithm classic example, we collect online, for their own learning to use, are shared to a friend in need.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:257315
    • 提供者:ntexpa
  1. Genetic-algorithm--of-PID

    0下载:
  2. 用遗传算法来计算PID参数,使得PID参数能够在线调整-Genetic algorithm is used to calculate the PID parameters, the PID parameters can be adjusted online
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2726
    • 提供者:王新普
  1. 2

    0下载:
  2. This paper presents an online feature selection algorithm for video object tracking. Using the object and background pixels from the previous frame as training samples, we model the feature selection problem as finding a good subset of features to
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:452608
    • 提供者:SAINATH1
« 12 3 4 5 6 »
搜珍网 www.dssz.com