Location:
Search - lp.h
Search list
Description: PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。
文件说明:
PL.htm---PL/0语言基本原理
pl0.h---定义
PL0.cpp---实现
testPl0.cpp---使用方法举例
testPas.txt---一个LP/0语言源程序
Platform: |
Size: 597066 |
Author: |
Hits:
Description: 第12章(/12/)
BasicUSB.SchDoc 电路原理图
FX2Test/FX2Test.Uv2 Keil C51工程
FX2Test/EZUSB.LIB EZ-USB库文件
FX2Test/dscr.a51 USB描述符
FX2Test/USBJmpTb.OBJ USB中断跳转表
FX2Test/syncdly.h 同步延时
FX2Test/lpregs.h 寄存器声明
FX2Test/lp.h EZ-USB头文件
FX2Test/fw.c C51主程序
FX2Test/periph.c 初始化及任务调度
FX2Test/FX2Test.hex 单片机Hex文件
FX2Test/STARTUP.A51 启动代码
程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。
安装:把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。
注意:这里需要添加完整的头文件及库文件才可以编译。
Platform: |
Size: 46479 |
Author: 熊達達 |
Hits:
Description: 从资源文件中,载入音声,图片等,并播放声音,或者显示
HINSTANCE h=AfxGetInstanceHandle()
HRSRC hr=FindResource(h,\"IDW\",\"WAVE\")
HGLOBAL hg=LoadResource(h,hr)
LPSTR lp=(LPSTR)LockResource(hg)
sndPlaySound(lp,SND_MEMORY|SND_ASYNC)
FreeResource(hg)
return 0
Platform: |
Size: 309750 |
Author: Joey |
Hits:
Description: PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序-PL/0 language may regard as the PASCAL language the subset,
its compiler is a translation explanation execution system. The PL/0
target program for the imaginary stack type computer assembly
language, has nothing to do with with the concrete computer. Document
explanation that, PL.htm---PL/0 language basic principle pl0.h---
defines PL0.cpp--- to realize the testPl0.cpp--- application method to
give an example testPas.txt--- a LP/0 language source program
Platform: |
Size: 596992 |
Author: 许豫飞 |
Hits:
Description: 程序描述:使用Cypress的Cy7C68013A芯片进行设计,控制外部LED数码管的显示。程序包括USB固件程序以及主机程序。
安装:把源码拷贝到硬盘特定目录下,使用Keil C编译器和Visual C++ 6.0运行即可。
注意:可以首先使用Cypress的调试工具进行固件程序的调试,以确保固件程序的正确性。
-Description: Using Cypress
Platform: |
Size: 531456 |
Author: 李颜 |
Hits:
Description: 第12章(/12/)
BasicUSB.SchDoc 电路原理图
FX2Test/FX2Test.Uv2 Keil C51工程
FX2Test/EZUSB.LIB EZ-USB库文件
FX2Test/dscr.a51 USB描述符
FX2Test/USBJmpTb.OBJ USB中断跳转表
FX2Test/syncdly.h 同步延时
FX2Test/lpregs.h 寄存器声明
FX2Test/lp.h EZ-USB头文件
FX2Test/fw.c C51主程序
FX2Test/periph.c 初始化及任务调度
FX2Test/FX2Test.hex 单片机Hex文件
FX2Test/STARTUP.A51 启动代码
程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。
安装:把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。
注意:这里需要添加完整的头文件及库文件才可以编译。
-Chapter 12 (/ 12 /) BasicUSB.SchDoc circuit schematic FX2Test/FX2Test.Uv2 Keil C51 works FX2Test/EZUSB.LIB EZ-USB library file FX2Test/dscr.a51 USB descriptor FX2Test/USBJmpTb.OBJ USB interrupt jump table FX2Test/syncdly.h sync delay register FX2Test/lpregs.h statement FX2Test/lp.h EZ-USB header files FX2Test/fw.c C51 main program initialization and task scheduling FX2Test/periph.c single FX2Test/FX2Test.hex Hex machine code file to start the procedure FX2Test/STARTUP.A51 Description: Cypress provided the use of EZ-USB Development Kit basic firmware programming. Installation: copy the source to your hard disk under a specific directory, use the Keil C compiler can run. Note: There will need to add the complete header files and library files can be compiled.
Platform: |
Size: 46080 |
Author: 熊達達 |
Hits:
Description: 从资源文件中,载入音声,图片等,并播放声音,或者显示
HINSTANCE h=AfxGetInstanceHandle()
HRSRC hr=FindResource(h,"IDW","WAVE")
HGLOBAL hg=LoadResource(h,hr)
LPSTR lp=(LPSTR)LockResource(hg)
sndPlaySound(lp,SND_MEMORY|SND_ASYNC)
FreeResource(hg)
return 0 -From the resource document, loading voice, pictures, etc., and to play a sound, or show HINSTANCE h = AfxGetInstanceHandle () HRSRC hr = FindResource (h, IDW , WAVE ) HGLOBAL hg = LoadResource (h, hr) LPSTR lp = (LPSTR) LockResource (hg) sndPlaySound (lp, SND_MEMORY | SND_ASYNC) FreeResource (hg) return 0
Platform: |
Size: 309248 |
Author: Joey |
Hits:
Description: 程序描述:使用Cypress提供的EZ-USB开发工具包进行基本的固件程序设计。安装时把源码拷贝到硬盘特定目录下,使用Keil C编译器运行即可。但要添加完整的头文件及库文件才可以编译。
BasicUSB.SchDoc 电路原理图
FX2Test/FX2Test.Uv2 Keil C51工程
FX2Test/EZUSB.LIB EZ-USB库文件
FX2Test/dscr.a51 USB描述符
FX2Test/USBJmpTb.OBJ USB中断跳转表
FX2Test/syncdly.h 同步延时
FX2Test/lpregs.h 寄存器声明
FX2Test/lp.h EZ-USB头文件
FX2Test/fw.c C51主程序
FX2Test/periph.c 初始化及任务调度
FX2Test/FX2Test.hex 单片机Hex文件
FX2Test/STARTUP.A51 启动代码-Description: Use to provide Cypress' s EZ-USB development kit for the basic design of the firmware. Copy the installation source to your hard disk under a specific directory, use the Keil C compiler can run. However, the first to add a complete library of documents and files can be compiled. BasicUSB.SchDoc circuit schematic FX2Test/FX2Test.Uv2 Keil C51 works FX2Test/EZUSB.LIB EZ-USB library file descriptor FX2Test/dscr.a51 USB interrupt jump table FX2Test/USBJmpTb.OBJ USB sync delay FX2Test/syncdly.h Register FX2Test/lpregs.h statement FX2Test/lp.h EZ-USB headers FX2Test/periph.c main FX2Test/fw.c C51 initialization and task scheduling Hex file FX2Test/FX2Test.hex single-chip FX2Test/STARTUP. startup code A51
Platform: |
Size: 43008 |
Author: 刘可 |
Hits:
Description: LED点阵显示器
利用LP-2900实验仪Altera模块上的PLD器件,编写VHDL程序,设计一个扫描控制电路,在H区的8*8型LED点阵上实现点阵的逐点显示,扫描显示的顺序是光点从左上角像素点开始,终止于右下角像素点,然后周而复始地重复运行下去。扫描全部区域大概所需时间为13s。-LED dot matrix display
Platform: |
Size: 80896 |
Author: duopk |
Hits:
Description: 将低通模拟滤波器(LP)H(s)数字化为H(z).-The low-pass analog filter (LP) H (s) figures into H (z).
Platform: |
Size: 1024 |
Author: yuanman |
Hits:
Description: Designs a frequency-domain and time-domain FIR equalizer for
a single-input single-output (SISO) channel.
Frequency-domain equalization uses a Chebychev criteria and
is specified in terms of frequency response functions.
It is a convex problem (which can be formulated as an SOCP):
-
where H is the frequency response function and our variable
is the filter impulse response h. Function G is the unequalized
frequency response and G_des is the desired freq response.
Time-domain equalization immediately designs the impulse
response function by specifying the problem in time (it s an LP):
minimize max_{t neq D} |g_tilde(t)|
s.t. g_tilde(D) = 1
Platform: |
Size: 1024 |
Author: wwcj |
Hits:
Description: Designs a linear phase FIR lowpass filter such that it:
- minimizes maximum stopband attenuation
- has a constraint on the maximum passband ripple
This is a convex problem (when sampled it can be represented as an LP).
minimize max |H(w)| for w in the stopband
s.t. 1/delta <= |H(w)| <= delta for w in the passband
- where H is the frequency response function and variable is
h (the filter impulse response). delta is allowed passband ripple.
Platform: |
Size: 1024 |
Author: wwcj |
Hits:
Description: PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。
文件说明:
PL.htm---PL/0语言基本原理
pl0.h---定义
PL0.cpp---实现
testPl0.cpp---使用方法举例
testPas.txt---一个LP/0语言源程序-PL/0 language can be seen as a subset of the PASCAL language, the compiler is a compiler to explain the implementation of the system. Target program for a hypothetical stack computer assembly language PL/0, has nothing to do with the specific computer.
File Description:
PL.htm-- PL/0 language the basic principles of
pl0.h-- definition of
PL0.cpp-- to achieve
testPl0.cpp-- Examples of use
testPas.txt-- LP/language source code
Platform: |
Size: 594944 |
Author: Jeep |
Hits:
Description: C script for converting LP analog h(s) to digital h(z)
Platform: |
Size: 1024 |
Author: zcos123 |
Hits:
Description: /RJLF SURJUDPPLQJ LV D SRZHUIXO WRRO IRU VRPH SUREOHPV 7R
WDNH DGYDQWDJH RI WKLV WHFKQLTXH ZKHQ LW LV DSSURSULDWH KRZHYHU
WKH SURJUDPPLQJ ODQJXDJH LQ XVH PXVW VXSSRUW LW 7KLV SDSHU
SURSRVHV DQ DSSURDFK WR LPSOHPHQWLQJ ORJLF SURJUDPPLQJ IHD
WXUHV LQ & WKURXJK D FODVV OLEUDU\ 7KLV DSSURDFK GRHV QRW LQ
YROYH LQWHJUDWLQJ & ZLWK D VHSDUDWH RU VXERUGLQDWH 3URORJ UXQ
WLPH RU SURYLGLQJ D & LPSOHPHQWDWLRQ RI D 3PLQL LQWHUSUHWHU′
IRU ORJLF UXOHV ,QVWHDG LW SURSRVHV D QDWXUDO HPEHGGLQJ RI ORJLF
VW\OH FRPSXWDWLRQ LQ & FODVVHV 1R ODQJXDJH PRGLILFDWLRQV RU
FRPSLOHU H[WHQVLRQV DUH UHTXLUHG WR VXSSRUW WKH OLEUDU\ 7KH LP
SOHPHQWDWLRQ VWUDWHJ\ LV SUHVHQWHG WRJHWKHU ZLWK H[DPSOHV DQG D
GLVFXVVLRQ RI LVVXHV UHTXLULQJ IXWXUH ZRUN
Platform: |
Size: 102400 |
Author: Mudasir Mir |
Hits:
Description: A C++ compiler is required to include gdiplusmetafile.h.
Platform: |
Size: 9216 |
Author: nievaidx |
Hits:
Description: 拉普拉斯金字塔变换代码
有关多尺度分解方法的研究,始于1983年Burt P.J.和Adelson E.H.提出的拉普拉斯金字塔变换(Laplacian Pyramid,LP)。其他金字塔变换方法大多是在此结构及其派生结构的基础上建立起来的。-Laplasse Pyramid transform code
Platform: |
Size: 36864 |
Author: 侯宇明 |
Hits: