代码搜索结果
找到约 10,000 项符合
8 的代码
font8_8_.d
.\OutPut\font8_8_.o: GUI\font8_8_.c
.\OutPut\font8_8_.o: GUI\..\APP\CONFIG.H
.\OutPut\font8_8_.o: GUI\..\APP\Includes.h
.\OutPut\font8_8_.o: GUI\..\APP\..\uCosii\os_cpu.h
.\OutPut\font8_8_.o: GUI\
eg8_8.m
syms x y; %定义基本变量
f = (x+y)^3; %创建符号表达式
f1 = expand(f) %展开多项式f
examp8_8.m
x=-3+6*rand(200,1); y=-2+4*rand(200,1); % 重新生成样本点
z=(x.^2-2*x).*exp(-x.^2-y.^2-x.*y);
ii=find((x+1).^2+(y+0.5).^2>0.5^2); % 找出不满足条件的点坐标
x=x(ii); y=y(ii); z=z(ii); plot(x,y,'x')
t=[0:.1:2*pi,2*pi
prog8_8.java
public class Prog8_8
{
public static void main(String argv[])
{
A a1 = new A();
B b1 = new B();
C c1 = new C();
a1=c1;
b1=(B)a1;
}
}