代码搜索:example4
找到约 121 项符合「example4」的源代码
代码结果 121
www.eeworm.com/read/221812/14719919
cpp exam0-1.cpp
#include
int Example1(int a, int b, int c) //值参数
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/201037/15418075
cpp exam0-1.cpp
#include
int Example1(int a, int b, int c) //值参数
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/111298/15514925
cpp exam0-1.cpp
#include
int Example1(int a, int b, int c) //值参数
{
int x, y, z;
x = a; y = b; z = c;
a = 2 * a; b = 2 * b; c = 2 * c; //函数返回后对应实际参数的值不变
return (x + y + z)/3;
}
www.eeworm.com/read/121600/14749748
cpp example4.cpp
//////////////////////////////////////////////////////////////////////////////
// //
// example4
www.eeworm.com/read/355278/10282411
am makefile.am
## Process this file with automake to produce Makefile.in
examplesdir=$(exampledir)
examples_DATA = README
examples_SCRIPTS = Example1 \
Example2 \
Exam
www.eeworm.com/read/100333/15876980
st super.st
Class One
[
test
^ 1
| result1
^ self test
]
Class Two :One
[
test
^ 2
]
Class Three :Two
[
result2
www.eeworm.com/read/187955/8585899
makefile
DIRS = example1 example2 example4 example5 example6 example7 example8
include $(CELL_TOP)/make.footer
www.eeworm.com/read/148834/12422446
m example4.m
function [ret,x0,str,ts,xts]=example4(t,x,u,flag);
%EXAMPLE4 is the M-file description of the SIMULINK system named EXAMPLE4.
% The block-diagram can be displayed by typing: EXAMPLE4.
%
% SYS=EXAMPLE4
www.eeworm.com/read/219598/14874212
m example4.m
function [ret,x0,str,ts,xts]=example4(t,x,u,flag);
%EXAMPLE4 is the M-file description of the SIMULINK system named EXAMPLE4.
% The block-diagram can be displayed by typing: EXAMPLE4.
%
% SYS=EXAMPLE4