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

搜索资源列表

  1. BinaryTree

    0下载:
  2. 程序输入是一个(扩展)二叉树的先序序列。例如:扩展二叉树先序序列为ab#d##ce###。其中#代表空指针。 编写程序实现二叉树的如下操作: 1) 建立二叉链表 2)二叉树的先序、中序、后序遍历 3)求解二叉树的叶子结点个数 4)将二叉树中所有结点的左、右子树相互交换 -Program input is a (extended) binary tree inorder sequence. For example: the first order extended binary
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1303
    • 提供者:王石
  1. qpl

    0下载:
  2. 实现字符的全排列,C++ 源代码,如 输入a,b,c,就会输出全排列:aa,bb,cc,ab,ac,bc-Achieve full array of characters, C++ source code, such as the input a, b, c, it will output the whole array: aa, bb, cc, ab, ac, bc
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:193760
    • 提供者:游泳鱼
  1. Diffusion-system-of-concentration-

    0下载:
  2. 扩散系统之浓度分布的装置。管中储放静止液体B,高度为L=10 ㎝,放置于充满A 气体的 环境中。假设与B 液体接触面之浓度为3 C 0 0.01mol m A = ,且此浓度不随时间改变 而改变,即在操作时间内( h = 10天)维持定值。气体A 在液体B 中之扩散系数为 D m s AB = 2×10− 9 2 。试决定以下两种情况下,气体A溶于液体B中之流通量(flux)。 (a) A 与B 不发生反应; (b) A 与B 发生以下之反应 A+ B→
  3. 所属分类:matlab

    • 发布日期:2016-10-26
    • 文件大小:3072
    • 提供者:zhouyanghua
  1. transformations

    0下载:
  2. Transformation from ab to dq and dq to ab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6795
    • 提供者:Abhishek
  1. test

    0下载:
  2. 先输入计算次数,然后输入数组个数,最后输出的是排好序的最小数组-Descr iption Dr lee cuts a string S into N pieces,s[1],…,s[N]. Now, Dr lee gives you these N sub-strings: s[1],…s[N]. There might be several possibilities that the string S could be. For example, if Dr. le
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:3730
    • 提供者:James Bond
  1. abzuobiaoyibudianji

    0下载:
  2. ab坐标系下的交流异步电机simulink仿真-the simulink simulation of the AC induction motor under the ab coordinate system
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:9551
    • 提供者:Nicolas
  1. duoquanzhishengjingwangluo

    0下载:
  2. 应用多权值神经网络方法对静态手势进行识别, 对手势字母图像采用傅里叶描述子提取特征信息, 取低频信息成分构建成犯维特征向量, 并应用多权值神经网络的算法, 构建各类的神经元网络-W ith th e develo Pm en t of hu m an eom p uter intera etion te ehn olo盯, th e h as been b ased on an im P o rt a n t tas k fo r U r o n s diseu ssion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:576677
    • 提供者:流星
  1. abkaihuan

    0下载:
  2. 主要设计了在matlab下异步电动机在ab坐标系下的开环仿真。-Asynchronous motors in the ab coordinate system under the open-loop simulation.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8245
    • 提供者:儒雅达
  1. ex209SetSubtraction

    0下载:
  2. 一个关于c++的递减有序表,求2个集合A-B的算法-A c++ descending ordered list, find the two sets of AB algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:726
    • 提供者:方刚
  1. cpp1

    0下载:
  2. 对于任意四边形ABCD,其对角线AC与BD的中点分别是M、N,AB、CD的延长线交于X。编制C++程序以验证三角形XMN的面积是四边形ABCD面积的1/4。-For arbitrary quadrilateral of ABCD its diagonals AC and BD, the midpoint is M, N, AB, CD extension cable cross-X. The prepare C++ procedures to verify that the area of &#
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2043
    • 提供者:车丹
  1. max

    0下载:
  2. 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers, calculate the product of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:985
    • 提供者:tianguochao
  1. ab

    0下载:
  2. 要求利用插入运算建立线性链表,完成链表的查找、删除等运算-To insert the operator to establish the linear list, complete the linked list to find, delete operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:123959
    • 提供者:xuhongshuai
  1. S1236_abdq_10a

    0下载:
  2. matalab similink 坐标变换 仿真建模-matalab similink ab to dq0 simulation
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:8312
    • 提供者:jack
  1. BP_sinx

    0下载:
  2. BP神经网络分别实现sinx、|sinx|、sin(a)sin(b)/ab 程序源代码,采用matlab编写-BP neural network to achieve sinx,| sinx | ,sin (a) sin (b)/ab program source code, using matlab prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:4090
    • 提供者:Liang
  1. matched-filter

    0下载:
  2. matched filter implemented in matl ab
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:9266
    • 提供者:gillani
  1. Hex

    0下载:
  2. 设计1~4位的无符号十六进制数据类class HEX. 可以创建如 ABCD、1234、DF09、AB、26之类的1~4位的十六进制的正整数。可以输入输出十六进制数据,可以实现十六进制数据和十进制数据的互换,可以实现2个十六进制数据的+、-、*、/、 操作。-Design 1 ~ 4 bit unsigned HEX data class class HEX. Can create such as ABCD, 1234, DF09, AB, 26, 1 ~ 4 bit HEX positive
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:1361
    • 提供者:李想
  1. DeleateSubList

    0下载:
  2. 自行设计随机生成n=30的S串;实现删除子串算法Deletestr(sqstr s,sqstr sub);分析T(n);讨论s=’aaa….abbb….b’,sub=’ab’的执行结果。-Design their own randomly generated n = 30 S-string Delete the substring the algorithm Deletestr (sqstr s, sqstr sub) analysis of T (n) discussion s =
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:48287
    • 提供者:moumiao
  1. 2009011320

    0下载:
  2. 四子棋ai,使用图形界面,可以人机对战,使用a-b树实现-Line4 ai, using the graphical interface, you can man-machine war, the use of ab tree implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:412246
    • 提供者:康乐
  1. 1

    0下载:
  2. 用一种编程语言描述以下规则,ab=>AB,a=>A,b=>B,去体现人工智能规则产生的一个过程-describe these rules by using c/c++ to show the procedure of artical intelligence,ab=>AB,a=>A,b=>B
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:648
    • 提供者:veda
  1. jixiebi

    0下载:
  2. 设计一个用于解决两关节机械臂手的反演运动学的前馈网络,要求末端执行器的运动轨道是一条直线中的AB,具体要求如下: (1) 设计合适的网络结构 (2) 按要求给出11个训练数据,用BP算法训练网络使之能满足控制要求 -Sports track design a feedforward network for solving two joint manipulator inverse kinematics of the hand, called for an end of the act
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1389
    • 提供者:老三
« 1 2 3 45 »
搜珍网 www.dssz.com