Welcome![Sign In][Sign Up]
Location:
Search - h1

Search list

[assembly languageFIR4

Description: *用循环缓冲区和双操作数寻址方法实现FIR滤波器 *N=80,y(n)=h0*x(n)+h1*x(n-1)+...+h78*x(n-78)+h79*x(n-79) *先用matlab,选择80点汉明窗设计一个截止频率为0.2pi的低通滤波器
Platform: | Size: 1024 | Author: hhh | Hits:

[assembly languageFIR5

Description: 系数对称的FIR滤波器设计 * *N=8,h(n)=h(N-1-n) * *y(n)=h0*[x(n)+x(n-7)]+h1*[x(n-1)+x(n-6)] * * +h2*[x(n-2)+x(n-5)]+h3*[x(n-3)+x(n-4)]-Symmetrical coefficient FIR filter design** N = 8, h (n) = h (N-1-n)** y (n) = h0* [x (n)+ X (n-7)] 2B ! h1* [x (n-1)+ x (n-6)]**+ h2* [x (n-2)+ x (n-5)]+ h3* [x (n- 3)+ x (n-4)]
Platform: | Size: 1024 | Author: hhh | Hits:

[J2MEH1

Description: 一个j2me的小程序,实现高级界面,演示高级界面的各个特性-A small j2me program to achieve high-level interface, presentation of various characteristics of high-level interface
Platform: | Size: 10240 | Author: 胡恒 | Hits:

[Industry researchjin.doc

Description: x(n)的心电脉冲函数,通过滤波器H1(z)、H2(z)、H3(z)后的对数频率响应20log[Ha3(ejw)]函数-x (n) function of the heart electrical pulse through the filter H1 (z), H2 (z), H3 (z) after the logarithmic frequency response 20log [Ha3 (ejw)] function
Platform: | Size: 43008 | Author: 金彪 | Hits:

[uCOSUCOS-IIARM

Description: UCOS-II的移植需要提供2,3个文件分别介绍如下: 一:OS_CPU.H 1 与编译器有关的数据类型 只是按照不同的编译器编写对应的数据类型的typedef 对应于ARM7的数据类型的编写 -Transplant UCOS-II need to provide documents 2,3, respectively, as follows: 1: OS_CPU.H1 with the compiler-related data types only in accordance with the different compiler to prepare the corresponding data types correspond to typedef the data types ARM7 preparation
Platform: | Size: 228352 | Author: yuan | Hits:

[SCM8-bit(PWM)

Description: 8位定时器H1(PWM 输出) -8-bit timer H1 (PWM output)
Platform: | Size: 7168 | Author: weihua | Hits:

[Process-ThreadH1

Description: 一个异步线程的例子!使用C++编写。 多线程编写初步例子!-Example of an asynchronous thread! The use of C++ Prepared. Examples of the preparation of a preliminary multi-threaded!
Platform: | Size: 1024 | Author: 王浩 | Hits:

[Chess Poker gamesH1

Description: 一个五子棋算法,比较智能,单机版的人机对战-A Gobang algorithm to compare intelligent, stand-alone version of the man-machine war
Platform: | Size: 2048 | Author: 马占友 | Hits:

[SCMHW

Description: 红外在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 红外接收电路采用集成红外接收器成品H1,接收器包括红外接收管和信号处理IC,均集成在红外接收器H1内。接收器对外只有3个引脚:Vcc、GND和一个脉冲信号输出PO。Vcc接系统的电源正极(+5V),GND接系统的地线,脉冲信号输出接CPU的中断输入引脚INT0。如果没有红外遥控信号到来,接收器的输出端口PO保持高电平,当接收到红外遥控信号时,接收器件信号转换成脉冲序列加到CPU的中断输入引脚。CPU定时器T0、T1都初始化为定时器工作方式1,T0的GATE位置位,这样T0只在INT0为高电平时计数。每次外部中断首先停止定时,记录T0、T1的计数值,然后将T0、T1的计数器清零,并重新启动定时。T0的值即为高电平脉冲,T1-T0的值为低电平脉宽。 红外发送电路是将单片机发送的信号(P2.7管脚),由一个38K的脉冲频率进行调制,并通过一个红外发射管发送出去。U11B和U11C及附加的电阻电容形成了一个38K脉冲发生器。 -err
Platform: | Size: 38912 | Author: Tad | Hits:

[Graph DrawingSHX

Description: SHX.rar是AUTOCAD2008绘图软件绘图时所需的字库文件-AUTOCAD2008 mapping software SHX.rar is required font mapping file
Platform: | Size: 78848 | Author: 何小东 | Hits:

[Windows Developcrafty

Description: 0x88体系还可以快速判断攻击,这就是要使用16x8棋盘的另一个原因。如果你将两格子的号码相减,你会得到两个格子之间的关系。   例如,如果两个格子减下来是1,那么第二个格子就在第一个格子的左边。如果减下来是16,那么第二个格子就在第一个格子的上面。   这在8x8棋盘上是做不到的。d1 - c1 = 1确实如此,但是a2 - h1也是1。这个“回圈”问题可以在128个格子的棋盘上解决。   你在写判断将军或者一个子是否在捉另一个子的函数时,可以利用以上这个技巧。-Express 0x88 system can also determine the attack, which is to use another reason 16x8 chessboard. If you two lattice minus the number of phase, you will be the relationship between the two lattices. For example, if two squares are minus one down, then the second lattice on the lattice at the first left. If it is minus 16, then the second on the grid at the top of the first lattice. 8x8 chessboard on which are impossible. d1- c1 = 1 is true, but a2- h1 is 1. This " loop" problem can be at 128 grid solution on the chessboard. Writing you in general or to determine whether a subset of another son at catching function, this technique can make use of the above.
Platform: | Size: 306176 | Author: kobe | Hits:

[Embeded-SCM Develop!00001

Description: h0=figure( toolbar , none ,... position ,[198 56 408 468],... name , my second gui ) h1=axes( parent ,h0,- h0=figure( toolbar , none ,... position ,[198 56 408 468],... name , my second gui ) h1=axes( parent ,h0,...
Platform: | Size: 19456 | Author: ainx | Hits:

[Mathimatics-Numerical algorithmsBP

Description: BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //学习样本个数 #define IN 3 //输入层神经元数目 #define HN 2 //隐层神经元数目 #define ON 2 //输出层神经元数目 #define Z 20000 //旧权值保存-》每次study的权值都保存下来 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double U11[IN][HN] //输入层至第一隐层权值 double V[HN][ON] //隐层至输出层权值 double X1[HN] //第一隐层的输入 double Y[ON] //输出层的输入 double H1[HN] //第一隐层的输出 double O[ON] //输出层的输出 double YU_HN1[HN] //第一隐层的阈值 double YU_ON[ON] //输出层的阈值 double err_m[N] //第m个样本的总误差 double a //学习效率 double alpha //动量因子-BP net
Platform: | Size: 3072 | Author: 梅汉文 | Hits:

[Windows DevelopBlackMagicTraffic

Description: The most important tag on a page is your title tag, followed after by the h1 and h2 (not sure on h3, h4 etc.). If you look at a well presented site you ll see that either the site title is in a h1 on every page, and the page title is in a h2, or the page title is in a h1 on each page. A standard WordPress site has the site title in a h1 and the post titles are in h2s.
Platform: | Size: 87040 | Author: de thik | Hits:

[Shell apih1

Description: pipe to use for communication with other applications
Platform: | Size: 5120 | Author: allabelani | Hits:

[assembly languageDS18B20

Description: <html> <body> <pre> <h1>礦ision3 Build Log</h1> <h2>Project:</h2> I:\电子系统设计\fzuhaisc\温度计.uv2 Project File Date: 06/12/2009 <h2>Output:</h2> Build target Target 1 compiling 温度计.c... 温度计.C(112): warning C265: _display : recursive call to non-reentrant function 温度计.C(113): warning C265: _display : recursive call to non-reentrant function 温度计.C(114): warning C265: _display : recursive call to non-reentrant function linking... Program Size: data=38.1 xdata=0 code=1695 creating hex file from "温度计"... "温度计" - 0 Error(s), 3 Warning(s). -<html> <body> <pre> <h1>礦ision3 Build Log</h1> <h2>Project:</h2> I:\电子系统设计\fzuhaisc\温度计.uv2 Project File Date: 06/12/2009 <h2>Output:</h2> Build target Target 1 compiling 温度计.c... 温度计.C(112): warning C265: _display : recursive call to non-reentrant function 温度计.C(113): warning C265: _display : recursive call to non-reentrant function 温度计.C(114): warning C265: _display : recursive call to non-reentrant function linking... Program Size: data=38.1 xdata=0 code=1695 creating hex file from "温度计"... "温度计"- 0 Error(s), 3 Warning(s).
Platform: | Size: 433152 | Author: 叶王南 | Hits:

[Other Embeded programNEC78KOSKY18H1

Description: NEC78KOSKY1+系列8位单片机程序范例,8位定时器H1,分别用C语言及汇编语言编写,对初学者很有用-failed to translate
Platform: | Size: 14336 | Author: 李华清 | Hits:

[Special Effectsphotoanalysis

Description: 图像分析 h0=figure( toolbar , none ,... position ,[198 56 350 468],... name , 实例72 ) h1=axes( parent ,h0,... position ,[0.25 0.45 0.5 0.5],... visible , off ) I=imread( rice.tif ) imshow(I) k=0 b1=uicontrol( parent ,h0,... units , points ,... tag , b1 ,... style , pushbutton ,... string , 图像轮廓图 ,-图像分析 h0=figure( toolbar , none ,... position ,[198 56 350 468],... name , 实例72 ) h1=axes( parent ,h0,... position ,[0.25 0.45 0.5 0.5],... visible , off ) I=imread( rice.tif ) imshow(I) k=0 b1=uicontrol( parent ,h0,... units , points ,... tag , b1 ,... style , pushbutton ,... string , 图像轮廓图 ,...
Platform: | Size: 1024 | Author: fei fei yang | Hits:

[AlgorithmErrest

Description: 关于有限元的数字计算误差,分别有L2误差和H1误差-On the number of finite element calculation error, respectively, L2 and H1 error error
Platform: | Size: 1024 | Author: 李明 | Hits:

[Othergllist

Description: 设计一个算法Same(*h1,*h2),判断两个广义表h1和h2是否相同。-To design an algorithm Same (* h1,* h2), to determine the two generalized form is the same as h1 and h2.
Platform: | Size: 1024 | Author: 翁昀 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net