代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/277141/10663776
htm otl1.htm
Oracle Call Interface Template Library 1.0.5 (OTL), Pro*OTL /
Pre-Pro*C preprocessor 1.0.0 (PPC)
Oracle Call Interface Template Library 1.0.5 (OTL
www.eeworm.com/read/277081/10670319
txt 各种功能计数器.txt
各种功能的计数器 vhdl
Library IEEE ;
use IEEE.std_logic_1164.all ;
use IEEE.std_logic_arith.all ;
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear : IN BIT;
ld :
www.eeworm.com/read/159105/10694411
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/276847/10701931
bas contourfill---想要的效果.bas
'==========================================================================
'CONTOURFILL.BAS
'
'This script demonstrates the following:
'
' How to create a contour map
' How to fill the contour
www.eeworm.com/read/350857/10705588
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/276771/10708331
h mono.h
// MONO.H - HEADER FOR MONOCHROME PRINTING ENGINE ///////////////////////////////
#ifndef MONOCHROME_H // watch out for multiple inclusions
#define MONOCHROME_H
// colors and styles for p
www.eeworm.com/read/421666/10713347
tex glpk09.tex
%* glpk09.tex *%
\chapter{CPLEX LP Format}
\label{chacplex}
\section{Prelude}
The CPLEX LP format\footnote{The CPLEX LP format was developed in
the end of 1980's by CPLEX Optimization, Inc. as an i
www.eeworm.com/read/421666/10714009
c glpios05.c
/* glpios05.c (Gomory's mixed integer cut generator) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyri
www.eeworm.com/read/349916/10781772
txt readme.txt
Tree Structured Genetic Algorithm
An algorithm for Genetic Programming
Ben.McKay & Mark Willis
(c)
www.eeworm.com/read/349916/10782767
m mav.m
function [out]=mav(v,n,all,in)
%
% mav.m
%
% Moving average filter
%
% v = current variable
% n = number of steps to include
% all = 0 to filter entire data set
% in = input data
% out