代码搜索结果

找到约 10,000 项符合 Design 的代码

modulator_map.mrp

Release 8.1.03i Map I.27 Xilinx Mapping Report File for Design 'modulator' Design Information ------------------ Command Line : D:\Xilinx\bin\nt\map.exe -ise E:/work/modulator_single/modulator.ise

4.c

#include //预处理文件里面定义了特殊寄存器的名称如P1口定义为P1 void main(void) { //定义花样数据 const unsigned char design[32]={0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,0x7F, 0x7F

runled.c

#include //预处理文件里面定义了特殊寄存器的名称如P1口定义为P1 void main(void) { //定义花样数据 const unsigned char design[32]={0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,0x7F, 0

4.c

#include //预处理文件里面定义了特殊寄存器的名称如P1口定义为P1 void main(void) { //定义花样数据 const unsigned char design[32]={0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,0x7F, 0x7F

cout_waveforms.html

Sample Waveforms for COUT.vhd Sample behavioral waveforms for design file COUT.vhd The following waveforms show the beh

runled.c

#include //预处理文件里面定义了特殊寄存器的名称如P1口定义为P1 void main(void) { //定义花样数据 const unsigned char design[32]={0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,0x7F, 0

assemblyinfo.cs

#region Using directives using System.Reflection; using System.Runtime.CompilerServices; #endregion // General Information about an assembly is controlled through the following // set of

bookinfo.txt

005Computer Data Structures 010Introduction to Data Structures 023Fundamentals of Data Structures 034The Design and Analysis of Computer Algorithms 050Introduction to Numerical Analysis 067Numeri

toplevel.drc

WARNING:PhysDesignRules:367 - The signal is incomplete. The signal does not drive any load pins in the design. DRC detected 0 errors and 1 warnings.

p7_1.m

% Program P7_1 % Design of a Butterworth Bandstop Digital Filter Ws = [0.4 0.6]; Wp = [0.2 0.8]; Rp = 0.4; Rs = 50; % Estimate the Filter Order [N1, Wn1] = buttord(Wp, Ws, Rp, Rs); % Design the Filte