代码搜索结果
找到约 10,000 项符合
Switch 的代码
2410 core.opj
(ExpressProject "2410 core"
(ProjectVersion "19981106")
(ProjectType "PCB")
(Folder "Design Resources"
(Folder "Library"
(File ".\library1.olb"
(Type "Schematic Library")
gmsd.abl
module switch;
title 'switch in GAL16v8 98.8.20 FOR control'
Gmsd device 'p16v8s';
a5,a4,a3,a2,a1,a0 PIN 9,8,7,6,5,4;
d7,d6,d5,d4,d3,d2,d1,d0 PIN 12,13,14,15,16,17,18,19;
gmsd.out
Pf;
V200;
M
D25"switch in GAL16v8 98.8.20 FOR control
S10;
3p16v8s Gmsd;
1 4P0 49 a0;
1 5P0 49 a1;
1 6P0 49 a2;
1 7P0 49 a3;
1 8P0 49 a4;
1 9P0 49 a5;
1 13P0 48 d0;
1 12P0 48 d1;
1 11P0
gmsd.lst
0001 | module switch;
0002 | title 'switch in GAL16v8 98.8.20 FOR control'
0003 | Gmsd device 'p16v8s';
0004 | a5,a4,a3,a2,a1,a0 PIN 9,8,7,6,5,4;
0005 | d7,d6,d5,d4,d3,d2,d1,d0
remove_nan.m
function [x,y,z,v]=remove_nan(filename)
%%% remove NaN's
%%
%% Kriging Software Package version 3.0, May 1, 2004
%% Copyright (c) 1999, 2001, 2004, property of Dezhang Chu and Woods Hole Oce
newsgas.h
/* In Sony versions before 3.0, use the GNU Assembler, because the
system's assembler has no way to assemble the difference of two
labels for the displacement in a switch-dispatch instruction.
demo3.c
#include
#include "xlib.h"
#include "xdetect.h"
int processor;
void main(void){
printf("Hardware detection demo...\n\n");
printf("Graphics Card : ");
switch (x_graphics
algo0912.cpp
void LeftBalance(BSTree &T) { // 算法 9.12
// 对以指针T所指结点为根的二叉树作左平衡旋转处理。
// 本算法结束时,指针T指向新的根结点
BSTree lc,rd;
lc = T->lchild; // lc指向*T的左子树根结点
switch (lc->bf) { // 检查*T的左子树的平衡度,并作相应平衡处理
cdhouse.c
/*
Define DEBUG to switch on WRITEMSG and WRITEVAR statements in code
*/
#ifdef DEBUG
int Debug_g = 1;
#else
int Debug_g = 0;
#endif
4lut_sanitized.arch
# NB: The timing numbers in this architecture file have been modified
# to comply with our NDA with the foundry providing us with process
# information. The critical path delay output by VPR WILL NO