代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/182178/9213442
tdf count3.tdf
SUBDESIGN COUNT3
(
clk : INPUT;
q[4..0] : OUTPUT;
)
variable
count[4..0]:dff;
begin
count[].clk=clk;
if count[].q==23 then count[].d=0;
else count[].d=count[].q+1;
end if;
q[]=count
www.eeworm.com/read/181830/9235699
m iszero.m
function yesno = iszero(A)
% ISZERO -- checks whether a numerical matrix contains only zeros
%
% yesno = iszero(A)
%
% If the numerical matrix A contains only entries which are zero
% (within
www.eeworm.com/read/181432/9255486
vhd pack8051.vhd
------------------------------------------------------------------------------
-- Model : 8051 Behavioral Model,
-- Supporting Package of Procedures
--
-- File : p
www.eeworm.com/read/377944/9256823
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/377831/9260736
cpp zchaff_solver.cpp
/*********************************************************************
Copyright 2000-2004, Princeton University. All rights reserved.
By using this software the USER indicates that he or she has
www.eeworm.com/read/377308/9281307
txt input-rb+bin.txt
Number of Real and Binary Variables (nreal nbinary)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter
www.eeworm.com/read/180885/9281746
err usbmain.err
"usbmain.c", line 53: Warning: C2870W: variable 'oldTmp1' declared but not used
"usbmain.c", line 53: Warning: C2870W: variable 'tmp1' declared but not used
"usbmain.c", line 53: Warning: C2870W: va
www.eeworm.com/read/180885/9281753
err u2440mon.err
"u2440mon.c", line 78: Warning: C2207W: inventing 'extern int __rt_lib_init();'
"u2440mon.c", line 155: Warning: C2870W: variable 'key' declared but not used
"u2440mon.c", line 155: Warning: C2870W:
www.eeworm.com/read/377138/9293418
h dsboard.h
./*------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------*/
www.eeworm.com/read/180351/9311430
c serversettings.c
/*
Copyright (c) 2000-2002, Jelle Kok, University of Amsterdam
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the f