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

搜索资源列表

  1. lab2答案

    0下载:
  2. 设计一个因子分解算法,并分析其复杂性。用你熟悉的计算机语言实现以上算法,记录3个测试结果。-design a factorization algorithm and analysis of their complexity. You familiar with the computer language achieve the above algorithm, recorded three test results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:46.92kb
    • 提供者:西们子
  1. Lab2

    0下载:
  2. 自动生成矩阵 用法简单 用用就知道了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.35kb
    • 提供者:edsion
  1. lab2

    0下载:
  2. system generator/simulink 应用开发2,User Starting
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:154.15kb
    • 提供者:troy
  1. lab2

    0下载:
  2. ec627 speech processing lab2 program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:31.92kb
    • 提供者:shyam agarwal
  1. lab2

    0下载:
  2. ec627 speech processing course programs lab2
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3.47kb
    • 提供者:shyam agarwal
  1. lab2

    0下载:
  2. Zackerman algoritm encode/decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6.5kb
    • 提供者:bespider
  1. lab2

    0下载:
  2. digital image processing- lenna.bmp
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:161.27kb
    • 提供者:gosling
  1. Lab2-omar-komp4

    0下载:
  2. days counter between to dates, elegance results, conceder the leap year.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:36.3kb
    • 提供者:Omar
  1. Lab2-Starter1

    0下载:
  2. lab2 starter0 is important
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:21.88kb
    • 提供者:eman
  1. lab2

    0下载:
  2. 利用广义表建立的二叉树,将碱基作为他的节点,实现了以树形输出,并且交换了左右子树,利用非递归中序遍历和先序遍历。-The establishment of the binary tree using the generalized form, the base node as he realized to the output tree, and the exchange of left and right sub-tree in the use of non-recursive travers
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:239.36kb
    • 提供者:张晓笛
  1. lab2

    0下载:
  2. 石头 剪子 布 游戏,用C++的类实现,大家可以试一试,可以直接用来交作业-stone-play
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:228.09kb
    • 提供者:ice
  1. lab2

    0下载:
  2. 数据结构 二叉树的建立,前序中序,后续遍历,还有非递归算法-Bitree create
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:534.84kb
    • 提供者:ice
  1. lab2

    0下载:
  2. 编程计算图形的面积。程序可计算圆形、长方形、正方形的面积,运行时先提示用户选择图形的类型,然后,对圆形要求用户输入半径值,对长方形要求用户输入长和宽的值,对正方形要求用户输入边长的值,计算出面积的值后将其显示出来。-Calculate the area of graphics programming. Program calculates circular, rectangular, square area, run-time prompts the user to first select t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:飞机
  1. lab2

    0下载:
  2. Projext for algoritm minusing and adding and+ - *
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:216.63kb
    • 提供者:Dima
  1. lab2

    0下载:
  2. 定义一个分数类,用两个整数数据成员表示分数的分子和分母,成员函数包括求两个整数的最大公约数gcd()和最小公倍数lcm()的函数,再定义构造函数、获取分数、打印分数、实现分数四则运算的成员函数。 计算结果仍用分数表示并调用gcd(),lcm()成员函数化简-Define a fraction of class, with two integer data members of the numerator and denominator of the fraction, member functi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1.2kb
    • 提供者:gengchn
  1. lab2

    0下载:
  2. 利用最小二乘法求解多项式的根 利用最小二乘法求解多项式的根-Least-squares method to solve polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:43.7kb
    • 提供者:孙大圣
  1. Lab2

    0下载:
  2. C++编程实例 //Lab2 迭代法求非线性方程数值分析课本P.93,习题#5 //要求:输出结果用科学计数法表示,小数点后保留8位有效数字 //作者:于涛 //学号:GS1003217 //时间:2011年7月9日-C++ programming examples// Lab2 iterative method for the numerical analysis of nonlinear equations textbooks P.93, Exercise# 5// r
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:718byte
    • 提供者:yutao
  1. lab2-conv

    0下载:
  2. This does convolution of two sequences in stepwise manner according to normal understanding. sigfold.m:-fips signal 1..and changes n accordingly. sigshift.m:-shifts flipped signal from left to right to cover all overlapping sigmulti.m:-multipli
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.04kb
    • 提供者:GajenJung
  1. lab2

    0下载:
  2. source code for different distribution models
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8.01kb
    • 提供者:Biruk
  1. Lab2

    0下载:
  2. Lab2 for system generator from xilinx
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:228kb
    • 提供者:bilalo
« 12 3 »
搜珍网 www.dssz.com