代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/442482/7650588
tdf hb2.tdf
SUBDESIGN hb2
(
clk,reset :INPUT;
daout[10..0] :OUTPUT;
)
VARIABLE
count[10..0]: DFF;
BEGIN
count[].clk=clk;
count[].clrn=reset;
daout[]=count[].q;
IF(count[3..0].
www.eeworm.com/read/441886/7663235
m exa050905_tf2ss.m
% ------------------------------------------------------------------------------
% exa050905_tf2ss.m , for example 5.9.5
% to test tf2ss.m and ss2tf.m, to realize the conversion between H(z) and it
www.eeworm.com/read/440097/7693957
h objacces.h
/***************************************************************************
objacces.h - description
-------------------
begin
www.eeworm.com/read/377646/7715169
m exa050905_tf2ss.m
% ------------------------------------------------------------------------------
% exa050905_tf2ss.m , for example 5.9.5
% to test tf2ss.m and ss2tf.m, to realize the conversion between H(z) and it
www.eeworm.com/read/438832/7725762
sh ex10.sh
#!/bin/bash
# 小技巧:
# 如果你不能够确定一个特定的条件该如何进行判断,
#+ 那么就使用if-test结构.
echo
echo "Testing \"0\""
if [ 0 ] # zero
then
echo "0 is true."
else
echo "0 is false."
fi # 0 为真.
echo
ech
www.eeworm.com/read/438073/7737153
m exa050905_tf2ss.m
% ------------------------------------------------------------------------------
% exa050905_tf2ss.m , for example 5.9.5
% to test tf2ss.m and ss2tf.m, to realize the conversion between H(z) and it
www.eeworm.com/read/436022/7778707
c semtest.c
/*
********************************************************************
* Project: GNU-Port FreeRTOS Port
* File: semtest.c
*
* System: ARM7TDMI-S 32 Bit (LPC2378)
* Compiler:
www.eeworm.com/read/436017/7778823
c semtest.c
/*
********************************************************************
* Project: GNU-Port FreeRTOS Port
* File: semtest.c
*
* System: ARM7TDMI-S 32 Bit (LPC2378)
* Compiler:
www.eeworm.com/read/435615/7789113
c fdjac2.c
/* fdjac2.f -- translated by f2c (version 20020621).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include
#include "cminpack.h"
#define max