代码搜索:小样本

找到约 10,000 项符合「小样本」的源代码

代码结果 10,000
www.eeworm.com/read/148858/5708553

java applet.java

package applet; import java.applet.*; import java.awt.*; import java.util.Vector; //行情图表小应用程序(在showdetail.jsp页面中进行显示) public class applet extends Applet{ Vector vec=null; Label label[]=
www.eeworm.com/read/494226/6380633

txt extendsdemo2.txt

1: class 人{ 2: String 姓名; 3: int 年龄; 4: 5: public 人(String 姓名,int 年龄) 6: { 7: this.姓名= 姓名; 8: this.年龄 = 年龄; 9: } 10: 11: void 介绍() 12: { 13: System.out.println("小的
www.eeworm.com/read/261813/11622826

c link.c

/*链表的演示 2006.4.30 熊小辉 */ #include #include #include #include #include //双链表的定义 typedef struct link { int dat; //数值 struct link
www.eeworm.com/read/155458/11869965

asp test1.asp

http://bbs.asp2004.net 制作:小灰 QQ:103895
www.eeworm.com/read/149400/12382796

txt standard midi file format.txt

用【 小 | 中 | 大 】字体浏览 其他:standard midi file format [傲气雄鹰] [40次] 01-10-23 下午 07:36:39 standard midi file format dustin caldwell the standard midi file format is a very strange beast. when viewed
www.eeworm.com/read/131226/14154673

txt progress.java.txt

import javax.swing.*; import javax.swing.event.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; /* * 这是一个显示进度条的小程序 */ public class Progress extends JApplet
www.eeworm.com/read/131225/14154677

txt check.java.txt

import java.awt.*; import java.awt.event.*; import javax.swing.*; /* * 这是一个现实单选框的小程序 */ public class Check extends JApplet { JRadioButton rb1=new JRadioButton("rb1"); JRadioButton
www.eeworm.com/read/228714/14365665

java showdocument.java

import java.applet.*; import java.awt.*; import java.awt.event.*; import java.net.URL; import java.net.MalformedURLException; /** 该小应用程序通过GetAppletContext()方法得到AppletContext类型的对象。 * 在接口Apple
www.eeworm.com/read/122653/14677462

txt 使用@identity.txt

使用@IDENTITY -------------------------------------------------------------------------------- 【小菁】 于 00-6-9 上午 10:28:20 加贴在 Joy ASP ↑: 基本知识 1. IDENTITY 列不能由用户直接更新,它是由系统自动维护的。 2.该列
www.eeworm.com/read/116838/14951939

php index.php