代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/349103/10852585
scr quick_map.scr
analyze -format vhdl -lib WORK ripple.vhd
elaborate CFG_RIPPLE_BLOCK_BEHAVIORAL -lib DEFAULT -update
/* set wire load model and apply load at output ports*/
create_clock clk -name clock -period 10
set
www.eeworm.com/read/349103/10852656
scr quick_map.scr
analyze -format vhdl -lib WORK onehot.vhd
elaborate CFG_ONEHOT_BLOCK_BEHAVIORAL -lib DEFAULT -update
/* set wire load model and apply load at output ports*/
create_clock clk -name clock -period 10
set
www.eeworm.com/read/418731/10934030
txt quick msc.txt
Start > Run >
Certificates - certmgr.msc
Indexing Service - ciadv.msc
Computer Management - compmgmt.msc
Device Manager - devmgmt.msc
Disk Defragmenter - dfrg.msc
Disk Management - d
www.eeworm.com/read/272513/10955191
cc quick_test.cc
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/466501/7036628
gif quick_img.gif
www.eeworm.com/read/460348/7252969
c sort_quick.c
/* 快速排序的算法源程序*/
#include
#define MAXNUM 100
#define TRUE 1
#define FALSE 0
typedef int KeyType;
typedef int DataType;
typedef struct {
KeyType key; /* 排序码字段 */