搜索资源列表
Java布局管理器使用方法
- 很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met o
quartz.1.4.5-src
- 非常好用的计划任务调度包,能定义复杂的任务-very useful task scheduling program package can define complex task
3GPP_Specifications
- All 3G and GSM specifications have a 3GPP specification number consisting of 4 or 5 digits. (e.g. 09.02 or 29.002). The first two digits define the series as listed in the table below. They are followed by 2 further digits for the 01 to 13 series or
AVCTP_Spec_v1_0
- 蓝牙协议This specification describes the Audio/Video Control Transport Protocol (AVCTP), which is used to transport command and response messages for controlling Audio Video features in conformant devices. This protocol enables a device to support more t
style
- Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other optio
mapapi0.4alpha
- MapEasy is a web mapping client api which has an alogy with Google Map Api. It helps to build a map-based application easily. Based on Javascr ipt and AJAX technology, MapEasy will work on most modern browsers (Firefox 1.0+, Internet Explorer 6.
huiguizuotu
- 让大家通过该实验更好的理解怎么样去定义一个抽象数据类型,-let everyone through the experiment better understanding of how to define a kind of abstract data types,
Codejia.com_24b9b2a32e168663eea157babdaaedf6
- 360免费图片上传系统 --安装: 将压缩包解压至你的站点目录下. 编辑配置文件 config.php. define( SITE_NAME , 360免费图片上传系统 ) define( SITE_ADV , 支持png gif jpg swf rar等文件上传 ) define( SITE_DIR , http://upload.360mf.cn/ ) // with / at the end. define( UPLOAD_DIR , up
phptest
- 探测信息最多的PHP探针,除一般的信息外,还提供了探测CUP信息,磁盘信息,网络速度测试等将压缩包解压至你的站点目录下. 编辑配置文件 config.php. define( SITE_NAME , 360免费图片上传系统 ) define( SITE_ADV , 支持png gif jpg swf rar等文件上传 ) define( SITE_DIR , http://upload.360mf.cn/ ) // with / at the end. define
Lab10
- Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details: Programming I, WXES1114, taught by SMT. Besides, your program must test all the ac
MD5
- /* 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个
openreports-0.8.0
- The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule an
ActionScript编程实例
- Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
Test3
- 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
GetWeb
- java爬虫程序,运行时输入网址作为参数,然后可以爬下来一些网页内容。采用多线程结构,可以设置爬虫深度-It is a net-spider which can define the deepth of it and get the HTML and save as an static file at your disk.
shiyanyi
- 某学校对教师每月工资的计算规定如下:固定工资+课时补贴。教授的固定工资为5000元,每个课时补贴50元;副教授的固定工资为3000元,每个课时补贴30元;讲师的固定工资为2000元,每个课时补贴20元。定义教师抽象类,派生不同职称的教师类,编写程序求若干个教师的月工资。-Monthly wages of teachers in a school of calculation are as follows: a fixed wage+ hours subsidies. Professor fixe
JNative
- JNA框架,是Java 调用DLL动态库框架,功能强大,告别往日的JNI,只需定义接口,就可以方便调用DLL库,为开发人员省了不少事。-JNA framework, the Java call DLL dynamic library framework, powerful, bid farewell to the past JNI, simply define an interface, you can easily call the DLL libraries for developers t
T5b3
- 定义一个可序列化的对象Student类,这个类实现了Serializable接口,类中的成员变量id,name,age,department都可以被序列化,方法不能序列化。通过对象输出流的writeObject()方法将Student对象保存到文件data.ser中,然后通过对象输入流的readObject()方法从文件data.ser中读出保存下来的Student对象,然后将Student对象的id和name输出到控制台。-Define a sequence of objects Studen
java
- 定义一个点类成员包括横坐标和纵坐标成员方法包括构造方法和拷贝析构方法输出坐标和验证-Define a point of class members, including members of the abscissa and ordinate methods include copy constructor and destructor methods and validation of the output coordinates
coo
- 用xml+swing+jdbc(hsqldb)写的电视广告管理软件 客户定义好广告的具体信息,系统根据广告的时间,主题,播放次数,给出其广告的一份推荐播放时段列表,客户确定好,生产合同 管理员可以定义电视台每天的广告时段,定义广告时段的价格,以及此时段的各种约束(比如可以放何种类型的广告,何种广告可以重复放,何种主题的广告可以一起放等等),同时客户可以查看广告的播放时段。 同时系统支持一些特殊广告(比如公益广告,或者重要新闻)的发布-Use xml+ swing+ jdbc (hsq