代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/251644/12328781
cpp inner1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/149030/12407909
cpp pgm14_07.cpp
//
// This file contains the C++ code from Program 14.7 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/250100/12433944
v fft.v
//
// Copyright (c) 2003 Launchbird Design Systems, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that
www.eeworm.com/read/234214/14119159
m prbs.m
%Initial_PID_objfun_MSE.m
%Written by Ian Griffin July 2003
%Last Modified 29-07-03
%____________________________________________________________________
function y=prbs(u)
%This prbs file is use
www.eeworm.com/read/234029/14124684
lst wave.lst
C51 COMPILER V8.02 WAVE 08/19/2007 10:03:35 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE WAVE
OBJECT MODULE PLACED IN wa
www.eeworm.com/read/234029/14124705
c wave.c
#include
#include"reg52.h"
#define DA0832_1 PBYTE[0xff]
#define DA0832_2 XBYTE[0xfdff]
#define uchar unsigned char
#define uint unsigned int
sbit WR2_XFER=P2^2;
sbit cs=P2^0;
//
www.eeworm.com/read/233704/14142739
v reduct_test.v
module reduct_test;
reg[3:0] a,b,c;
initial begin
a=4'b1111;
b=4'b0101;
c=4'b0011;
$displayb(&a);
$displayb(|b);
$displayb(^b);
$displayb(~&c);
$displayb(~|c);
$dis
www.eeworm.com/read/233704/14142842
v bit_test.v
module bit_test;
reg[3:0] a,b,c;
initial begin
a=4'b1100;b=4'b0011;c=4'b0101;
$displayb(~a);
$displayb(a&c);
$displayb(a|b);
$displayb(b^c);
$displayb(a~^c);
end
endmodule
www.eeworm.com/read/128915/14272632
m51 count.m51
BL51 BANKED LINKER/LOCATER V5.11 01/14/2005 08:39:49 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE count.
www.eeworm.com/read/128915/14272643
m51 count.m51
BL51 BANKED LINKER/LOCATER V5.11 01/14/2005 08:43:24 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE count.