代码搜索结果

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

decoder3by8low.vcd

$date Jan 02, 2009 20:19:16 $end $version SystemC 2.1.v1 --- Dec 24 2008 16:49:27 $end $timescale 1 ps $end $scope module SystemC $end $var wire 8 aaa

objectsbrowser.rc

<mark>B</mark>0 <mark>B</mark>ITMAP 0.<mark>b</mark>mp <mark>B</mark>1 <mark>B</mark>ITMAP 1.<mark>b</mark>mp <mark>B</mark>2 <mark>B</mark>ITMAP 2.<mark>b</mark>mp <mark>B</mark>3 <mark>B</mark>ITMAP 3.<mark>b</mark>mp <mark>B</mark>4 <mark>B</mark>ITMAP 4.<mark>b</mark>mp <mark>B</mark>5 <mark>B</mark>ITMAP 5.<mark>b</mark>mp <mark>B</mark>6 <mark>B</mark>ITMAP 6.<mark>b</mark>mp <mark>B</mark>7 ...

verilog.dump

$date Jul 26, 1997 13:37:48 $end $version VERILOG-XL 2.3.3 $end $timescale 1ns $end $scope module system $end $var wire 1 ! VMA $end $var wire 1 " R_W $end $var parame

barker.m

b2_1 = [1 1]; b2_2 = [-1 1]; b3 = [1 1 -1]; b4_1 = [1 1 -1 1]; b4_2 = [1 1 1 -1]; b5 = [1 1 1 -1 1]; b7 = [1 1 1 -1 -1 1 -1]; b11 = [1 1 1 -1 -1 -1 1 -1 -1 1 -1]; b13 = [1 1 1 1 1 -1 -1 1 1 -1 1 -1 1

anon6.c

// { dg-do run } extern "C" void abort (); struct A { union { int a; double b; int d; }; int c; }; struct B : public A { union { double a; void *c; }; float b; int

auto.bat

bmp2h b1 bmp2h b2 bmp2h b3 bmp2h b4 bmp2h b5 bmp2h b6 bmp2h b7 bmp2h b8 bmp2h b9

auto.bat

bmp2h b1 bmp2h b2 bmp2h b3 bmp2h b4 bmp2h b5 bmp2h b6 bmp2h b7 bmp2h b8 bmp2h b9

fft2

Well, according to the amount of E-mail I received, and as I cannot answer to all of them, I am posting the 2D FFT program I have written in C. How to use it : first, it can be used only on matr

fft2

Well, according to the amount of E-mail I received, and as I cannot answer to all of them, I am posting the 2D FFT program I have written in C. How to use it : first, it can be used only on matr

hairygraph.java

import java.io.*; class GraphNode implements Serializable { GraphNode( String s ) { this.s = s; } public String toString() { return this.s; } String s; GraphNode a; Gra