代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/414207/11124941
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/268659/11126329
plg ex5-4.plg
礦ision2 Build Log
Project:
E:\祘Α栋\ex5-4\ex5-4.uv2
Project File Date: 06/18/2004
Output:
Build target 'Target 1'
compiling ex5-4.C...
compili
www.eeworm.com/read/413862/11139312
ini editconfig.ini
[path]
dbpath=
savefilepath=
[huipi]
huipi=1
jgorw=1
[format]
formats=0.00
[variable]
ambit=50
www.eeworm.com/read/268231/11149003
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables with
www.eeworm.com/read/413516/11153031
plg dianji.plg
礦ision2 Build Log
Project:
D:\接口技术子程序集\程序\第八章\8.7\dianji.uv2
Project File Date: 05/12/2005
Output:
compiling pwm.c...
PWM.C(25): warning C280
www.eeworm.com/read/268109/11154259
m gngauss.m
function [n1,n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(m,sgma)
% [n1 n2]=gngauss(sgma)
% [n1 n2]=gngauss
% GNGAUSS generates two independent gaussian variables with
% mean m & S.D sgma
% if one of
www.eeworm.com/read/413412/11157122
cce maincp.cce
Warning[000] lcd.h 16 : Missing newline
Warning[000] ds1302.h 48 : Missing newline
Warning[000] maincp.c 253 : array dimension on read_from_usb[] ignored
Warning[000] maincp.c 445 : unused variable
www.eeworm.com/read/267887/11159344
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/267760/11163984
lp a.lp
/* Objective function */
min: +COLONE +3 COLTWO +6.24 COLTHREE +0.1 COLFOUR;
/* Constraints */
THISROW: +78.26 COLTWO +2.9 COLFOUR >= 92.3;
THATROW: +0.24 COLONE +11.31 COLTHREE
www.eeworm.com/read/413044/11168813
c input.c
// input.c -- when to use &
#include
int main(void)
{
int age; // variable
float assets; // variable
char pet[30]; // string
printf("