搜索资源列表

  1. 020501刘超HW1

    0下载:
  2. 用matlab实现对语音信号的短时分析,包括清音和浊音的判决,基音周期的估计,实验报告。-to realize the analysis of short time of speech signal by Matlab, including the judgement of surd and sonant, the estimate of the pitch and experiment report.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:591245
    • 提供者:刘超
  1. HW1

    0下载:
  2. 我的一个global brain modelling的一个作业,用的是不同的Training Phase
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4693
    • 提供者:binchenh
  1. hw1.tar

    0下载:
  2. OpenMP下的并行计算Barnes-Hut问题. 只实现了computeandupdateforce部分的并行
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:55808
    • 提供者:Chengjia Huo
  1. HW1

    0下载:
  2. 该程序实现了运用了直方图均衡化、图像平滑、图像锐化、图像的边缘检测以及必须的图像的显示与保存。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69382
    • 提供者:zhou
  1. hw1

    0下载:
  2. 使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1464
    • 提供者:kingbirdji
  1. 020501刘超HW1

    1下载:
  2. 用matlab实现对语音信号的短时分析,包括清音和浊音的判决,基音周期的估计,实验报告。-to realize the analysis of short time of speech signal by Matlab, including the judgement of surd and sonant, the estimate of the pitch and experiment report.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:590848
    • 提供者:刘超
  1. HW1

    0下载:
  2. 我的一个global brain modelling的一个作业,用的是不同的Training Phase-I have a global brain modelling an operation, using a different Training Phase
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:binchenh
  1. hw1.tar

    0下载:
  2. OpenMP下的并行计算Barnes-Hut问题. 只实现了computeandupdateforce部分的并行-OpenMP parallel computing under the Barnes-Hut problem. Computeandupdateforce only realize a part of the parallel
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:61440
    • 提供者:Chengjia Huo
  1. HW1

    0下载:
  2. 该程序实现了运用了直方图均衡化、图像平滑、图像锐化、图像的边缘检测以及必须的图像的显示与保存。-The program achieved the use of histogram equalization, image smoothing, image sharpening, image edge detection and the need to display images and preservation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2004992
    • 提供者:zhou
  1. hw1

    0下载:
  2. 使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,-Using OpenMP, Parallel vector product of two characteristics: the use of multiple parallel program reduction, critical, atomic, sche
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:kingbirdji
  1. HW1

    0下载:
  2. 一个学生成绩登记程序,能够首先输入学生的人数,然后依次输入每个学生的信息。 每个学生的信息是学生的姓名(包含空格,以回车结尾),然后输入该学生的成绩数量。 接着输入每门课的名称和分数(100分制)。 最后程序将输入的全部数据输出,输出时,要计算和输出每个学生的平均成绩。 -Grade a student registration process, first of all be able to enter the num
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:774144
    • 提供者:WangDi
  1. sql_baskent_hw1

    0下载:
  2. ural alanya bil352 baskent university hw1
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-18
    • 文件大小:50176
    • 提供者:uralalanya
  1. HW1

    0下载:
  2. in this code we do the multiplication with divide and conquer method. it can be known dynamic programming
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:burcin
  1. HW1-1

    0下载:
  2. 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the defini
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:bob
  1. HW1-2

    0下载:
  2. 将40个字母a的字符串从源缓冲区传送到目的缓冲区。 我们使用UltraEdit 编写汇编语言程序。当然也可以使用其他文本书写软件。 与DEMO1程序仅仅“程序段”名称不同。-40 letters to a string buffer from the source to the purpose of the buffer zone. We use assembly language procedures for the
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:bob
  1. HW1

    0下载:
  2. CMOS design1 by pokar
  3. 所属分类:DSP编程

    • 发布日期:2024-05-18
    • 文件大小:97280
    • 提供者:sakthisanmuga
  1. HW1

    0下载:
  2. 計算WORD以及許多功能,非常好用可以跳號也可以順序來計算-Calculation WORD
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:richatd
  1. hw1

    0下载:
  2. homework , operating system, on shared memory
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:basamt
  1. hw1-project

    0下载:
  2. 找出横竖斜存在的在字典中存在的单词并且输出,要求时间较少-Inclined to find out if they had existed there in the dictionary of words and the output require less time
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:194560
    • 提供者:weiyingya
  1. hw1

    0下载:
  2. eps value fitting function eps = hw1(e) if ((1+e) <= 1) e = e * 2 else e = e / 2 hw1(e) end eps = e-eps value fitting function eps = hw1(e) if ((1+e) <= 1) e = e* 2 else e = e/2
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:121856
    • 提供者:JackLi
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org