代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/481535/6642639
vhd ccdcontrol.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity ccdcontrol is
port(clk,adreset,reset:in std_logic;abg:out std_logic_vector(1 dow
www.eeworm.com/read/481535/6642645
bak ccdcontrol.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity ccdcontrol is
port(clk,adreset,reset:in std_logic;abg:out std_logic_vector(1 dow
www.eeworm.com/read/479992/6674503
lst text1.lst
C51 COMPILER V7.08 TEXT1 05/06/2009 21:03:31 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE TEXT1
OBJECT MODULE PLACED IN T
www.eeworm.com/read/479166/6699965
cpp fig22_02.cpp
// Fig. 22.2: fig22_02.cpp
// Demonstrating namespaces.
#include
using namespace std; // use std namespace
int integer1 = 98; // global variable
// create namespace Exa
www.eeworm.com/read/478645/6712106
txt overloading overriding runtime type and object orientation (1).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:01:58 AM
6)Overloading overriding runtime type and object orientation
Objective 1)
State the benefits of encapsulation in object oriented design and wri
www.eeworm.com/read/476392/6759299
m ghs.m
function [mag,phase]=ghs(num,den,s)
% Hadi Saadat, 1998
% This function returns the magnitude and phase angle in radian of
% the open-loop transfer function G(s)H(s) for the specified complex