代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/260654/11711361
tdf bcd7.tdf
SUBDESIGN BCD7
(
IN[3..0]:INPUT;
OUT[6..0]:OUTPUT;
)
VARIABLE A,B,C,D,E,F,G:NODE;
BEGIN
TABLE
IN[3..0]=>A,B,C,D,E,F,G;
0=>1,1,1,1,1,1,0;
1=>0,1,1,0,0,0,0;
2=>1,1,0,1
www.eeworm.com/read/157384/11713872
c tournament.c
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
*
www.eeworm.com/read/260443/11724729
dsn lagrange_5thorderinterp.dsn
1 7.700 0 0
10 11 "Lagrange_5thOrderInterp" 2 1101158067 0 164 1 0
90 "pt_timed_df" 1 1 0 `1`
90 "pt_timed" 1 1 0 `4`
90 "pt_numeric" 1 1 0 `2`
90 "pt_
www.eeworm.com/read/157220/11729117
cc database.cc
// Copyright 2002 by Keith Vallerio.
// All rights reserved.
/************************************************************
database.cc
This is the main analysis file. It handles the datab
www.eeworm.com/read/260080/11748398
m show_psooptions.m
%show_psoOptions >> A function to read and display the psoOptions structure.
%
% Usage : strOptions = show_psoOptions( psoOptions )
% Arguments : A structure containing various option
www.eeworm.com/read/346363/11753267
c fet440_lcd_03.c
//*****************************************************************************
// MSP-FET430P440 Demo - LCD, Displays Numbers on a 4-Mux LCD
//
// Description: This program displays digits store
www.eeworm.com/read/156755/11776974
m s_point.m
function s_Point(Z)
%
% This function plots a point on the Smith Chart
% It is assume that global variable Z0 has
% already been set (see Set_Z0)
%
% usage: s_Point(30+j*20)
%
% Copyright (
www.eeworm.com/read/345786/11792105
txt dqed_prb.out.txt
June 24 2002 10:54:43.768 AM
DQED_PRB
A set of tests for DQED, which can solve
bounded and constrained linear least squares problems
and systems of nonlinear equations.
Example 0121C
Inpu
www.eeworm.com/read/156494/11797944
sql demo01.sql
select *
from nls_database_parameters
where parameter = 'NLS_CHARACTERSET';
host echo $NLS_LANG
create table t ( data varchar2(1) );
insert into t values ( chr(224) );
insert into t values ( chr
www.eeworm.com/read/345575/11808282
cpp heap.cpp
/*
* heap.cpp
* (based on MiniSat's Heap.C)
* This file contains functions related to the implementation
* of the variable heap for ordering variables.
*
* The following functions are in this f