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

搜索资源列表

  1. torrsam[2]

    0下载:
  2. There are some 79 or so Matlab files here which will help in many aspects of the computer vision structure from motion problem, a full descr iption is provided in the manual, torrsam.ps.-There are some 79 or so Matlab files here WHI ch will help in m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1548608
    • 提供者:lhc2000
  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. 79

    0下载:
  2. 统计学导引,对于信息、通信专业的学生很重要,它用于信息论、通信原理等课程! 对于我?计算机系的现在用处不大,但是我学数据挖掘要用到-statistical guidance, information, communication professional students are very important, it used information theory, communications theory courses! For me? Department of Computer Sci
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:433263
    • 提供者:
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. Hash

    0下载:
  2. 试构造一个算法,从键盘输入一组关键字,按哈希函数H(key) = key MOD 13和链地址法处理冲突构来造哈希表,能对关键字进行查找并显示。 如(19,14,23,1,68,20,84,27,55,11,10,79,33). -Try to construct a method, a set of keywords from the keyboard, press the hash function H (key) = key MOD 13 and the address of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2214
    • 提供者:王玉珏
  1. tony

    0下载:
  2. 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) {
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:6938
    • 提供者:林小世
  1. Compress

    0下载:
  2. 程序:将重复的子数列折叠起来。就是连续重复数据的压缩,编码原理的程序。如:12 23 34 45 34 45 34 45 88 78 79 88 78 79 99压缩成为12 23 0xFE 3 34 45 0xFD 0xFE 2 88 78 79 0xFD 99。其中0xFE表示重复数列的开始,紧跟后面的数3是重复次数,后面的0xFD表示结束。-Procedures: a subset of the duplicate series folded. Duplicate data is a ro
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:38568
    • 提供者:郝祥根
  1. matlabscore

    3下载:
  2. 某校60名学生的一次考试成绩如下: 某校60名学生的一次考试成绩如下: (93 75 83 93 91 85 84 82 77 76 77 95 94 89 91 88 86 83 96 81 79 97 78 75 67 69 68 84 83 81 75 66 85 70 94 84 83 82 80 78 74 73 76 70 86 76 90 89 71 66 86 73 80 94 79 78 77 63 53 55 1)计算均值、标准差、极差、偏度、峰度,画出直方图;
  3. 所属分类:matlab

    • 发布日期:2016-01-24
    • 文件大小:40793
    • 提供者:马刚
  1. Basics_of_Quantum_Computation

    0下载:
  2. Basics of Quantum Computation 1 What is the point in Quantum Computation 1 1.1 Preview 1 1.2 A First View of the Advantages 5 1.3 Is Physics Nothing Else But Computation ? 12 2 First Quantum Computations 15 2.1 Quantum Bits, or Qubits 15
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:370034
    • 提供者:KJ
  1. A0_005

    0下载:
  2. 验证哥德巴赫才:任何一个充分大的偶数N(≥4),可以用两个素数之和表示. 如 4=2+2 6=3+3 8=3+5 98=17+79-Verify Goldbach before: Any one sufficiently large even number N (≥ 4), can be expressed the sum of two primes. Such as 4 = 2+2 6 = 3+3 8 = 3+5 98 = 17+79
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1279
    • 提供者:王力
  1. Fsquare

    0下载:
  2. 矩形波傅里叶变换,n=1,3,5,9,19,39,79,159-Square wave Fourier transform
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:898
    • 提供者:闫文智
  1. prog

    0下载:
  2. ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~~ 带用户界面的计算器----可以计算加法,减法,乘法和除法,但是不能计算 带括号的四则运算,运行时,依次输入一个两位数、运算符号和第二个两位数, 就能输出计算结果,例如:计算65+79,依次输入"65"、“+”、"85",但是该 程序如果要计算一位数,必须输入两个数字,如果要输入8,必须输入08才行 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2432
    • 提供者:谢飞
  1. huffman

    0下载:
  2. 在解某些判定问题时,利用哈夫曼树获得最佳判定算法。输入学生人数和0-59、60-69、70-79、80-89、90-100各等级分布比例,输出比较次数。-Determined in the solution of certain problems, determine the best use of the Huffman tree algorithm. Enter the number of students and 0-59,60-69,70-79,80-89,90-100 distribu
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1324
    • 提供者:赵明敏
  1. Calculate-Time-Interval

    0下载:
  2. main executing reference usage: usage_timeDifference.m Sample output: The time interval between earierTime [09-Sep-1900 09:09:18] and laterTime [31-Oct-2010 23:33:08] is 110 years, 79 days, 14 hours, 23 mins, 50.17 secs. The objective i
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:8243
    • 提供者:elfrania
  1. Eular-Engineering

    0下载:
  2. Euler工程,相邻元素乘积最大。 给了一个20x20的两位数矩阵,其中的红字部分的积为: 26x63x78x14=1788696 那么,任意方向上(上、下、左、右、对角)4个相邻的数的最大乘积是多少?-In the 20x20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 7
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3612
    • 提供者:superman
  1. 02

    0下载:
  2. 程序功能: 能完成每位学生的某门课程的平时成绩和期末考试成绩的录入, 完成每位学生的总评成绩计算(平时成绩*30 +期末考试成绩*70 )并生成数据文件, 生成分数段统计文件(不及格人数,60-69数,70-79人数,80-89人数,90-100人数,及格 率), 通过学生成绩的数据文件查询学生成绩(查询条件自定)。 通过学生成绩的分段统计文件输出学生成绩分段情况和及格率。 程序要求: (1)能够完成300人以内任何人数的成绩处理。
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:8170
    • 提供者:高丽丽
  1. 2

    0下载:
  2. 1.编制一个成绩记录簿,里面有学生的信息,例如包括:学号、姓名、以及C语言课程的成绩。该程序要实现的具体功能有:  创建信息链表并以磁盘文件保存;  读取磁盘文件并显示输出所有学生的成绩;  按学号或姓名查询成绩;  添加学生成绩记录;  删除学生成绩记录;  修改指定姓名或学号的学生的成绩并可存盘;  显示输出60分以下、60~69、70~79、80~89、90分以上
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:10521
    • 提供者:袁浩晨
  1. myBPMNIST

    0下载:
  2. 采用典型的BP算法实现了有导师学习下的神经网络,采用输入层、隐含层和输出层的三层结构,实现了BP算法。并用此算法实现了基于MNIST的数字识别,采用7000个样本做训练,自洽检验正确率达到了99.79%。
  3. 所属分类:数值算法/人工智能

  1. myBP

    0下载:
  2. 采用典型的BP算法实现了基于MNIST的手写数字识别采用输入层、隐含层和输出层的三层结构,实现了BP算法下的神经网络。用7000个样本进行自洽检验,正确率99.79 。-Using typical BP algorithm based on MNIST handwritten numeral recognition using input layer, hidden layer and output layer, three-layer structure, to achieve the neu
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3164309
    • 提供者:刘荣荣
  1. liantongxing

    0下载:
  2. 通过Monte Carlo模拟法计算IEEE 79系统失负荷量,要求放在F盘下运行-Computing IEEE 79 system via Monte Carlo simulation method loss of load, run under the requirements placed on the F drive
  3. 所属分类:matlab

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