代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/136764/13362203
png fig2_2.png
www.eeworm.com/read/136681/13366783
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/322707/13370523
java example2_2.java
1 //计算圆的面积
2 class Example2_2 {
3 public static void main(String args[]) {
4 double pi,r,s;
5 r = 10.8; //圆的半径
6 pi = 3.1416;
7 s = pi * r * r; //计算
www.eeworm.com/read/322705/13370673
uv2 demo2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
www.eeworm.com/read/322342/13382099
ppt 第2章(2).ppt
www.eeworm.com/read/136353/13382214
c 2x2.c
/*
* Copyright (c) 1992 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any
www.eeworm.com/read/321534/13403509
uv2 led2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,2,
www.eeworm.com/read/321424/13405142
m fig2_2.m
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a
www.eeworm.com/read/321385/13407812
m fig2_2.m
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a