搜索资源列表
020501刘超HW1
- 用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.
HW1
- 我的一个global brain modelling的一个作业,用的是不同的Training Phase
hw1.tar
- OpenMP下的并行计算Barnes-Hut问题. 只实现了computeandupdateforce部分的并行
HW1
- 该程序实现了运用了直方图均衡化、图像平滑、图像锐化、图像的边缘检测以及必须的图像的显示与保存。
hw1
- 使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,
020501刘超HW1
- 用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.
HW1
- 我的一个global brain modelling的一个作业,用的是不同的Training Phase-I have a global brain modelling an operation, using a different Training Phase
hw1.tar
- OpenMP下的并行计算Barnes-Hut问题. 只实现了computeandupdateforce部分的并行-OpenMP parallel computing under the Barnes-Hut problem. Computeandupdateforce only realize a part of the parallel
HW1
- 该程序实现了运用了直方图均衡化、图像平滑、图像锐化、图像的边缘检测以及必须的图像的显示与保存。-The program achieved the use of histogram equalization, image smoothing, image sharpening, image edge detection and the need to display images and preservation.
hw1
- 使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,-Using OpenMP, Parallel vector product of two characteristics: the use of multiple parallel program reduction, critical, atomic, sche
HW1
- 一个学生成绩登记程序,能够首先输入学生的人数,然后依次输入每个学生的信息。 每个学生的信息是学生的姓名(包含空格,以回车结尾),然后输入该学生的成绩数量。 接着输入每门课的名称和分数(100分制)。 最后程序将输入的全部数据输出,输出时,要计算和输出每个学生的平均成绩。 -Grade a student registration process, first of all be able to enter the num
sql_baskent_hw1
- ural alanya bil352 baskent university hw1
HW1
- in this code we do the multiplication with divide and conquer method. it can be known dynamic programming
HW1-1
- 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the defini
HW1-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
HW1
- CMOS design1 by pokar
HW1
- 計算WORD以及許多功能,非常好用可以跳號也可以順序來計算-Calculation WORD
hw1
- homework , operating system, on shared memory
hw1-project
- 找出横竖斜存在的在字典中存在的单词并且输出,要求时间较少-Inclined to find out if they had existed there in the dictionary of words and the output require less time
hw1
- 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