代码搜索:SW

找到约 10,000 项符合「SW」的源代码

代码结果 10,000
www.eeworm.com/read/155104/11898761

lkv custom.lkv

-z -c -m"AIC10SW_4.map" -o"AIC10SW_4.out" -x -i"e:/ti/C5400/bios/lib" -i"e:/ti/C5400/dsk5416/lib" -i"e:/ti/c5400/rtdx/lib" -i"e:/ti/c5400/xdais/lib" -i"e:/ti/c5400/cgtools/lib" "C:\ti\myprojects\AIC1
www.eeworm.com/read/155104/11898816

lkf custom.lkf

-z -c -m"AIC10SW_4.map" -o"AIC10SW_4.out" -x -i"e:/ti/C5400/bios/lib" -i"e:/ti/C5400/dsk5416/lib" -i"e:/ti/c5400/rtdx/lib" -i"e:/ti/c5400/xdais/lib" -i"e:/ti/c5400/cgtools/lib" "C:\ti\myprojects\AIC1
www.eeworm.com/read/343759/11928931

v unsignmulti.v

module UnsignMulti ( SW,KEY, LEDR,LEDG,HEX0,HEX1,HEX2,HEX3,HEX4,HEX5,HEX6,HEX7 ); input [17:0] SW; input [3:0] KEY; output [17:0] LEDR; output [8:0] LEDG; output [6:0] HEX0,HEX1,HEX2,HEX3,HEX
www.eeworm.com/read/343759/11928951

bak unsignmulti.v.bak

module UnsignMulti ( SW,KEY, LEDR,LEDG,HEX0,HEX1,HEX2,HEX3,HEX4,HEX5,HEX6,HEX7 ); input [17:0] SW; input [3:0] KEY; output [17:0] LEDR; output [8:0] LEDG; output [6:0] HEX0,HEX1; //output [6
www.eeworm.com/read/343759/11929264

rpt unsignmulti.tan.rpt

Classic Timing Analyzer report for UnsignMulti Sun Jul 13 17:08:53 2008 Quartus II Version 7.2 Build 207 03/18/2008 Service Pack 3 SJ Full Version --------------------- ; Table of Contents ;
www.eeworm.com/read/153764/12008429

h prologue.h

////////////////////////////////////////////////////////////////////////////// // // prologue.h -- assembly-language to be prefixed to output // // one for spim; one for SGI machines. // const char
www.eeworm.com/read/152752/12087957

sbk sort.sbk

.set reorder .globl in .data .align 2 in: .word 0xa .word 0x20 .word 0xffffffff .word 0x237 .word 0x3 .word 0x12 .word 0x1 .word 0xffffffcd .word 0x315 .word 0x0 .globl main .text .te
www.eeworm.com/read/152398/12117528

m msfgainm.m

function [Ksp,K,Kdelay,Kspstr,Kstr,invDs,invDstr]=msfgainM(q,order,e,qdeadmt,qnummt,qdenmt,y) % Find Ksp and Ks for the MSF controller %[input_delay,dec_M,qdeadmt]=dtarray(Xmdeadmt,y); % ----------
www.eeworm.com/read/337823/12339514

txt readme.txt

USB接口实验用例 ----------------------------------------------------------------------- 跳线设置: 短接2-3:SW601、SW602、SW603、SW604 短接1-2:SW605 断开:SW606 使用方法: 1、编译通过后,运行程序; 3、连接USB线从J605到主计算机USB接口,
www.eeworm.com/read/251182/12359628

cpp algo9-3.cpp

// algo9-3.cpp 静态查找表(静态树表)的操作 #include"c1.h" #define N 9 // 数据元素个数 typedef char KeyType; // 设关键字域为字符型 struct ElemType // 数据元素类型(以教科书例9-1为例) { KeyType key; int weight; }r[N]={{'A',