代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/422279/10650291
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/351435/10650581
err pll.err
"pll.c", line 67: Warning: C2870W: variable 'fclk' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sval' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sdiv' d
www.eeworm.com/read/351435/10650619
err k9s1208.err
"k9s1208.c", line 192: Warning: C2870W: variable 'i' declared but not used
"k9s1208.c", line 524: Warning: C2870W: variable 'id' declared but not used
"k9s1208.c", line 667: Warning: C2873W: implici
www.eeworm.com/read/422125/10662212
txt vhdl主程序的简单注释.txt
library ieee;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
--Travis Gilbert
-- last modified 21 Febur 2009
-- FP Multiplier (11-bit: 1 bit sign,
www.eeworm.com/read/422125/10662549
vhd mul11.vhd
library ieee;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
--Travis Gilbert
-- last modified 21 Febur 2009
-- FP Multiplier (11-bit: 1 bit sign,
www.eeworm.com/read/421666/10712963
mod cf12a.mod
/*
Curve fitting problem 12.11(a) H P Williams "Model Building in Mathematical Programming"
Dr. H J Mackenzie
HARD software
hjm@hardsoftware.com
2006-01-05
*/
# set of points
set I;
www.eeworm.com/read/421666/10713125
mod cf12b.mod
/*
Curve fitting problem 12.11(b) H P Williams "Model Building in Mathematical Programming"
Dr. H J Mackenzie
HARD software
hjm@hardsoftware.com
2006-01-23
*/
# set of points
set I;
www.eeworm.com/read/421666/10713506
h glpssx.h
/* glpssx.h (simplex method, bignum arithmetic) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).
*
* Copyright (
www.eeworm.com/read/421666/10714164
c glpapi11.c
/* glpapi11.c (basis factorization and simplex tableau routines) */
/***********************************************************************
* This code is part of GLPK (GNU Linear Programming Kit).