CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - a to b

搜索资源列表

  1. Substituter.java

    0下载:
  2. 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.88kb
    • 提供者:rtshen
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:651.96kb
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:826.12kb
    • 提供者:shshlzh
  1. bplus.zip 简单好用的B+树算法实现

    0下载:
  2. 一个简单好用的B+树算法实现, A simple easy to use B tree algorithm realizes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:15.86kb
    • 提供者:
  1. tra

    0下载:
  2. 小明准备骑单车从A地到B地旅行,A地与B地的距离是4.5公里。 A地到B地路上除了小明外还有许多的单车一族,他们也骑单车从A地前往B地,假设 他们在从A地到B地的公路上,骑车的速度总是固定的。小明有个特殊的习惯,他总是要和 别人一起骑车,这样才不会孤单。假设小明现在在A地,他会在那等待一个也是到B地旅行 的人,然后就跟上他,和他一起以同样的速度前往B地。如果暂时没有人从A到B,那么小 明会在那等待直到有人从A地到B地时,才会从A地出发,并跟着他,一起前往B地。在旅 途中
  3. 所属分类:Data structs

    • 发布日期:2016-01-25
    • 文件大小:56kb
    • 提供者:panmin
  1. 1002NA

    5下载:
  2. A polynomial of degree n has the common form as . Your task is to write a function to find a root of a given polynomial in a given interval. Format of function double Polynomial_Root(int n, double c[], double a, double b, double EPS) whe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.01kb
    • 提供者:suncheng
  1. suanfa

    0下载:
  2. 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:525byte
    • 提供者:李代
  1. fast_way

    0下载:
  2. 数学实验中的最速落径问题 A,B是不在一条铅垂线上的两点,在链接A,B两点的所有光滑曲线中,找出一条曲线,使得初速度为零的质点,在重力的作用下,自A点下滑到B点所需的时间最短 -Mathematical experiment steepest drop Path problems A, B is not a vertical line of two points, the link A, B two points in all the smooth curve, to find a cu
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:968byte
    • 提供者:yedaixiong
  1. B-Tree

    0下载:
  2. 自己上学时写的Btree算法,处理基于Rot语言的图形,存储一些RFID的数据-Implements a B-Tree structure as introduced in the lecture to store the information read by the RFID readers in the library.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:7.95kb
    • 提供者:fang kun
  1. Romberg

    0下载:
  2. Numerical approximation rn of the definite integral from a to b that is obtained with the aid of Romberg s method with n rows and n columns.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:578byte
    • 提供者:Lokesh
  1. lift

    0下载:
  2. 呵呵,有一天我做了一个梦,梦见了一种很奇怪的电梯。大楼的每一层楼都可以停电梯,而且第i层楼(1<=i<=N)上有一个数字Ki(0<=Ki<=N)。电梯只有四个按钮:开,关,上,下。上下的层数等于当前楼层上的那个数字。当然,如果不能满足要求,相应的按钮就会失灵。例如:3 3 1 2 5代表了Ki(K1=3,K2=3,……),从一楼开始。在一楼,按“上”可以到4楼,按“下”是不起作用的,因为没有-2楼。那么,从A楼到B楼至少要按几次按钮呢?-Oh, one day I had
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.23kb
    • 提供者:
  1. LDPC

    0下载:
  2. 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:14.64kb
    • 提供者:吴健
  1. large-A--mul-B

    0下载:
  2. 大数相乘 输入两个超大的整数,实现高精度乘法-Multiplying the input of large numbers of two large integers, to achieve high-precision multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:960byte
    • 提供者:anhun
  1. queue

    0下载:
  2. 组队列算法: 设置队列指针a和b,a和b都为0 建立n个数组记录元素的分组情况 初始化,i=0,表示当前有多少个队列已经有元素 读入1个命令 如果是删除命令,从第a个队列开始搜索,找到第1个元素出队 如果删除元素后队列变空,a++ 如果是结束命令,输出所有队列的元素,注意队列为空则不要输出 如果是插入命令,首先检查a到b中各个队列是否有同组元素 如果在第k个队列发现同组元素,则进入第k队列 如果无发现,则插入第b个队列,b++ -Group qu
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4.88kb
    • 提供者:maizhao
  1. zuoye

    0下载:
  2. 汉诺塔 算法:将上面的n-1个盘子从A移动到C,B作为辅助; 将最下面的盘子n从A移动到B, 将n-1个盘子从C移动到B,A作为辅助 1. 对一个整形数组设计一个排序算法 .n个元素的实数数组,写出求其最大元素和最小元素的算法-Tower of Hanoi algorithm: the above n-1 a plate moves from A to C, B as an auxiliary n the bottom of the plate moves from A t
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:张祎
  1. the-solution-to-AX=B

    0下载:
  2. 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1.22kb
    • 提供者:大象
  1. fangzhen

    2下载:
  2. 赶火车过程仿真 一列火车从A站经过B站开往C站,某人每天赶往B站乘这趟火车。已知火车从A站到B站运行时间为均值30分钟、标准差为2分钟的正态随机变量.火车大约在下午1点离开A站。离开时刻的频率分布为 -Process simulation, a train to catch the train from A through B station station station bound for C, B Station tour someone rushed to the train e
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:10.99kb
    • 提供者:李振东
  1. Try-to-write-A-more-B

    0下载:
  2. 设A=(a1, ……,am)和B=(b1,……,bn)均为顺序表,A’和B’分别为A和B中除去最大共同前缀后的子表 试写一个比较A,B大小的算法-Set A = (a1,......, am) and B = (b1,......, bn) are all order list, A "and" B for A and B were removed after the son of the most common prefix table Try to write A more A, B
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:750byte
    • 提供者:叶子
  1. The-shortest-path-problem

    0下载:
  2. 最短路径问题。两个点A与B之间有多条路,从A到B有多条方案。求A到B的最短路径-The shortest path problem.There are several paths from point A to B.Now we want to know which path is the shortest.Ihis program can help us desolve the Transportation problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4.28kb
    • 提供者:zhangyue
  1. shortest-path

    0下载:
  2. 采用vb+ae(arcengine),实现最短路径的生成-get the shortest path from a to b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.31kb
    • 提供者:波波
« 12 3 4 5 6 7 8 9 10 ... 36 »
搜珍网 www.dssz.com