代码搜索:example4
找到约 121 项符合「example4」的源代码
代码结果 121
www.eeworm.com/read/260388/11729806
dsw example4.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/256637/11982349
vbp example4.vbp
Type=Exe
Module=ModMain; ModMain.bas
Startup="Sub Main"
HelpFile=""
Title="Example4"
ExeName32="Example4.exe"
Command32=""
Name="Example4"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
Mi
www.eeworm.com/read/110325/15536508
vbp example4.vbp
Type=Exe
Module=ModMain; ModMain.bas
Startup="Sub Main"
HelpFile=""
Title="Example4"
ExeName32="Example4.exe"
Command32=""
Name="Example4"
HelpContextID="0"
CompatibleMode="0"
MajorVer=1
Mi
www.eeworm.com/read/401625/11553272
java example4.java
package java2.E;
public class Example4
{
public static void main(String[] args)
{
NewEmployee2 e1 = new NewEmployee2();
e1.setName("Jacky");
e1.setId(123);
e1.setDept(NewDepartment
www.eeworm.com/read/131520/14142667
m example6.m
clf
F = 8;
subplot(2,2,1)
example1(0,0,4,5,F+3)
subplot(2,2,2)
example2(0,0,4,5,F-2)
subplot(2,2,3)
example3(0,0,4,5,F-2)
subplot(2,2,4)
example4(0,0,4,5,F-2)
www.eeworm.com/read/247689/12627461
txt 累加和.txt
试验8源代码:
N EQU 100149 ;N=学号149+100000
AREA Example8,CODE,READONLY ;声明代码段Example4
ENTRY ;标识程序入口
CODE32
www.eeworm.com/read/126641/6015742
makefile
CC=cc
CFLAGS= -g -I../../include -Wall
LIBS= -L../.. -lcrypto
EXAMPLES=example1 example2 example3 example4
all: $(EXAMPLES)
example1: example1.o loadkeys.o
$(CC) -o example1 example1.o loadkeys.
www.eeworm.com/read/101042/6259318
makefile
CC=cc
CFLAGS= -g -I../../include -Wall
LIBS= -L../.. -lcrypto
EXAMPLES=example1 example2 example3 example4
all: $(EXAMPLES)
example1: example1.o loadkeys.o
$(CC) -o example1 example1.o loadkeys.
www.eeworm.com/read/242043/13098134
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/129319/14252309
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;
}