代码搜索结果
找到约 10,000 项符合
Design 的代码
acgde.pas
{**************************************************************************}
{ TADVCOLUMNGRID DESIGN TIME EDITOR }
{ for Delphi & C++Builder
advsmoothgdipde.pas
{**************************************************************************}
{ TAdvSmoothLabelGDIPicture design editor }
{ for Delphi & C++Builder
emif_com.unroutes
Release 9.1i - par J.30
Copyright (c) 1995-2007 Xilinx, Inc. All rights reserved.
Fri Mar 27 16:59:23 2009
All signals are completely routed.
WARNING:ParHelpers:361 - There are 1 loadless signals
manqiesite.map.rpt
Analysis & Synthesis report for manqiesite
Tue Mar 10 14:31:27 2009
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Le
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
carrier_rom_waveforms.html
Sample Waveforms for CARRIER_ROM.vhd
Sample behavioral waveforms for design file CARRIER_ROM.vhd
The following waveform
lpm_rom0_394_waveforms.html
Sample Waveforms for lpm_rom0_394.vhd
Sample behavioral waveforms for design file lpm_rom0_394.vhd
The following wavefo
跑马灯.c
#include
void main(void)
{//定义花样
const unsigned char design[32]={0xFF,0xFE,0xFD,0xFB,0xF7,0xEF,0xDF,0xBF,0x7F,
0x7F,0xBF,0xDF,0xEF,0xF7,0xFB,0xFD,0xFE,0xFF,
0xFF,0xFE,0xFC,
1031.cpp
#include
#include
using namespace std;
int n,m,k;
bool cmp(int a,int b){
return a>b;
}
int main()
{
while(cin>>n>>m>>k){
int i,t=k;
double mark;