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

搜索资源列表

  1. Text

    2下载:
  2. 编程题(15_01.c) 结构 struct student { long num char name[20] int score struct student *next } 链表练习: (1).编写函数struct student * creat(int n),创建一个按学号升序排列的新链表,每个链表中的结点中 的学号、成绩由键盘输入,一共n个节点。 (2).编写函数void print(struct
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1582
    • 提供者:zhudong
  1. Aaaa

    0下载:
  2. A*算法 A*算法 A*算法A*算法A*算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19986191
    • 提供者:glkjla
  1. aaaa

    0下载:
  2. 实数编码 遗传算法 C++用matlab实现实数编码 遗传算法 C++用matlab实现
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16711
    • 提供者:liuchuanbin
  1. 图aaaa

    0下载:
  2. 数据结构中图的相关操作,数据结构中图的相关操作-data structure of the plan related operations, data structure of the plan related to operation
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:1252
    • 提供者:小王
  1. aaaa

    0下载:
  2. 简单的最小二乘曲线拟合方法,供图形图像绘制参考使用。-Simple least-squares curve fitting method for graphics image rendering their use and reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:8794
    • 提供者:amma
  1. aaaa

    0下载:
  2. 实现了马踏棋盘的演示,采用局部优化的方法,使程序能够立即给出结果.-Board to achieve a demonstration of horse riding, the use of local optimization methods, so that procedures can give results immediately.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:8197
    • 提供者:李化常
  1. aaaa

    0下载:
  2. 《MATLAB 7.0编程基础基础》 源程序-" MATLAB 7.0 Programming base" source
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:973431
    • 提供者:石佛
  1. 1

    0下载:
  2. 写一个函数,求S=a+aa+aaa+aaaa+…..+aaa…aaaa(n个 a)中的第n项,通过调用计算S的值。 -Write a function, find S = a+ aa+ aaa+ aaaa+ ... ..+ aaa ... aaaa (n a a), the first n items, by calling the calculated S value.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8262
    • 提供者:mituan
  1. aaaa

    0下载:
  2. system 1th in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5832
    • 提供者:abdo doudou
  1. aaaa

    0下载:
  2. 提取特征(180个数据)建立分析器,然后测试(15个数据)-Extracted features (180 data) to establish Analyzer, and then testing (15 data)
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:53873
    • 提供者:曾行
  1. aaaa

    0下载:
  2. 带权有向图的最短路径及拓补排序算法,用于计算最短路径的算法-Weighted directed graph of shortest paths and expand up sorting algorithm used to calculate the shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5534
    • 提供者:steven
  1. aaaa

    0下载:
  2. 对于压缩原理的简明介绍,有助于我们理解压缩程序的原理和理解哈弗曼数。-Compression principle for a brief introduction, help us understand the principles and understanding of the compression process Hafu Man number.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:156117
    • 提供者:江南鸿烈
  1. aaaa

    1下载:
  2. 频谱感知,能量检测 频谱感知,能量检测 频谱感知,能量检测-energy detetor energy detetor energy detetor energy detetor
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1357
    • 提供者:zfkuang
  1. aaaa

    0下载:
  2. 一种新型滑模变结构导引律A new variable structure guidance law of-A new variable structure guidance law of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:191521
    • 提供者:its
  1. aaaa

    0下载:
  2. 编辑一个函数,讲任意数m,确定m及紧靠进m的k个素数保存在xx文件并传回-Edit a function, say any number m, determine m and k m, close into prime numbers saved in the file and return xx
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:10598
    • 提供者:王平
  1. prog1

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:562
    • 提供者:储谢东
  1. 38

    0下载:
  2. 请编写函数fun,函数的功能是:将放在字符串数组中的M各字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBBCC。 提示:strcat(a,b)的功能是将字符串b复制到字符串a的串尾上,成为一个新串。 注意:部分源程序在文件APROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4355
    • 提供者:储谢东
  1. exam1

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:25730
    • 提供者:kaixin
  1. exa2m

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:7461
    • 提供者:kaixin
  1. exam3

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿-Please writ
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7217
    • 提供者:kaixin
« 12 »
搜珍网 www.dssz.com