代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/168196/9934530
gif selectmodel_r4_c4.gif
www.eeworm.com/read/168196/9935216
gif shoptop_r4_c4.gif
www.eeworm.com/read/361418/10053660
bak ex4-4_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Targ
www.eeworm.com/read/164682/10095591
m plot_4_11a_and_4_12a.m
make_rp;
rp.mu =0.3;
rp.a1=-1.5955; rp.a2=0.95; rp.lam1=1.818; rp.lam2=0.182; xl=6; yl=4.3;
[v, w]=steepest_descent(rp);make_plot(v, w, rp, 5, xl, yl, 'figure 4.11a', 'figure 4.12a');
print -d
www.eeworm.com/read/164682/10095594
m plot_4_8a_and_4_9a.m
make_rp;
rp.mu = 0.3;
rp.a1=-0.1950; rp.a2=0.95; rp.lam1=1.1; rp.lam2=0.9; xl=3; yl=2.2;
[v, w]=steepest_descent(rp);make_plot(v, w, rp, 5, xl, yl, 'figure 4.8a', 'figure 4.9a');
print -dpsc 4
www.eeworm.com/read/164660/10098080
class ch4_e4_9.class
www.eeworm.com/read/164660/10098084
java ch4_e4_9.java
public class ch4_e4_9
{
public static void main(String args[])
{
Student demoStudent = new Student("008",892,'m',"张散",19);
System.out.println(demoStudent.toString());
}
}
class Student
www.eeworm.com/read/164660/10098087
java ch4_e4_11.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
public class ch4_e4_11 extends Applet implements ActionListener
{
Label numberPrompt;
Label passwordPrompt;
Label balance
www.eeworm.com/read/164660/10098091