代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/329374/12957550
m exp2_2.m
clc
clear
more on
echo on %为便于理解,在程序等执行过程中显示程序的表达式
a=16;b=12;
c=3;
d=4;
e=a+b-c*d
f=e/2
k=e\2
h=c^3
g=e+f+ ...
2+1-9
aa=sin(g)
abs(aa)
bb=2+3j
cc=conj(bb)
rbb=real(bb)
log(rbb)
www.eeworm.com/read/329331/12960261
m dxz2_2.m
clear;global M r q p u g lemda;
M=2000;
lemda=0.3;
r=[9.6 18.5 49.4 23.9 8.1 14 40.7 31.2 33.6 36.8 11.8 9 35 9.4 15 5]'/100;
q=[42 54 60 42 1.2 39 68 33.4 53.3 40 31 5.5 46 5.3 23 0]'/100;
p=[2.
www.eeworm.com/read/142091/12963788
vw2 pdeexam2.vw2
axe1:="x";
axe2:="y";
axe3:="u(t,x,y)";
vdir[0]:=-100;vdir[1]:=-50;vdir[2]:=30;
vpt[0]:=pi/2;vpt[1]:=pi/2;vpt[2]:=0;
ext:=1.5;
www.eeworm.com/read/329270/12965665
jpg sub2-2.jpg
www.eeworm.com/read/329270/12966029
gif sub2-2.gif
www.eeworm.com/read/141824/12983373
java~2~ testmyclass2.java~2~
package Test;
import junit.framework.*;
public class TestMyClass2 extends TestCase {
private MyClass myClass = null;
protected void setUp() throws Exception {
super.setUp();
/*
www.eeworm.com/read/141644/12992661
cpp main2-2.cpp
// main2-2.cpp 检验bo2-2.cpp的主程序(与main2-1.cpp很像)
#include"c1.h"
typedef int ElemType;
#include"c2-2.h" // 与main2-1.cpp不同
#include"bo2-2.cpp" // 与main2-1.cpp不同
Status comp(ElemType c1,ElemTy
www.eeworm.com/read/141644/12992685
cpp algo2-2.cpp
// algo2-2.cpp 实现算法2.2的程序
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.cpp"
void MergeList(SqList La,SqList Lb,SqList &Lc) // 算法2.2
{ // 已知线性表La和Lb中的数据元素按值非递减排列。