搜索资源列表
myupdate
- 由于程序的需要,需要做一个自动更新的小程序,在网上找了找,完整源代码的程序不多,所以,我把这个完整的自动更新的源代码弄上来,供大 家参考,本程序采用HTTP下载方式,代码解释就不在这里罗列出来啦,自己看看源代码吧,关键部分我已经封装成了类,可以直接拿过来就能用, 服务器端页面采用动态页面(提供了三种动态主机下的页面文件,ASP,JSP,PHP),目的在于以后程序的升级与扩展,也可以采用HTML格式的形式. 有兴趣的不仿自己改改. 本程序为外部升级程序(需要主程序的调用
JTextAreaDemo
- 利用 JFrame的扩展类JTextAreaDemo 实现记事本分三段,可分类记录不相干内容-use of the extension of the class JFrame JTextAreaDemo achieve notebook IPP Records can be categorized as irrelevant
JFileChooserDemo
- 创建文件对话框对象, 利用 JFrame的扩展类myFrame 实现。 所用的编程技术: 图形编程和按钮事件处理 -create dialog objects, using the extension of the class JFrame myFrame achieve. Used in the programming technology : Graphics Programming and buttons incident
javamine
- java扫雷游戏 程序文件说明 文件 内容 备注 AboutFrame.java 程序“关于”对话框。 JCounter.java 计数器类。 有小位数3位,图形。 JMine.java 主程序类 JMineArth.java 地雷分布图算法类 JMineButton.java Jbutton的扩展类有行号、列号、标记标志和单击标志 StartJMine.java 程序入口点 WinFrame.java 胜利对话框,有易中难三个启动选项
tianditu
- 基于arcgis for flex api做的动态读取天地图切片服务的扩展类-The dynamic slice service extension classes read the world map based arcgis for flex api
cart
- php 购物车功能 使用session 开发,session使用方便,速度快。这原来是一个国外的朋友开发的类,我只是在这基础上增加了应用部分,也可以在此基础上做更多的扩展,欢迎朋友们使用。-php function using the session to Cart Development, session easy to use, fast. This was a friend abroad to develop the class, I just add in this part of th
Flash_Class_Library
- flash强大事件机制扩展类,来自蓝色理想论坛,与各位flash爱好者分享-flash a powerful mechanism for the expansion of categories of events, from the blue the ideal forum for enthusiasts to share with you flash
dd
- 编写j2me程序时,必备的midlet扩展类.-J2me preparation process, necessary to expand category midlet.
powerswing-0.3
- java swing的扩展类库,有助于java swing的开发-extension of java swing library to help the development of java swing
javaarray
- Java 对象和类的学习例子,都挺简单的实例,比较散乱,仅供学习参考,通过这些代码了解一些java对象及类的初级编写方法,发及如何扩展类等。-Java objects and categories of learning examples, all kind of simple example, more scattered, only to learn reference, through which a number of java code to understand the primar
Multiplication
- Java 对象和类的学习例子,都挺简单的实例,比较散乱,仅供学习参考,通过这些代码了解一些java对象及类的初级编写方法,发及如何扩展类等。-Java objects and categories of learning examples, all kind of simple example, more scattered, only to learn reference, through which a number of java code to understand the primar
objectclass
- Java 对象和类的学习例子,都挺简单的实例,比较散乱,仅供学习参考,通过这些代码了解一些java对象及类的初级编写方法,发及如何扩展类等。-Java objects and categories of learning examples, all kind of simple example, more scattered, only to learn reference, through which a number of java code to understand the primar
StaticImportTest
- Java 对象和类的学习例子,都挺简单的实例,比较散乱,仅供学习参考,通过这些代码了解一些java对象及类的初级编写方法,发及如何扩展类等。-Java objects and categories of learning examples, all kind of simple example, more scattered, only to learn reference, through which a number of java code to understand the primar
String.class
- 一个用于thinkphp的字符串截取的扩展类。-The interception of a string for thinkphp extension classes.
jquery
- javascr ipt的扩展类,用于页面动化效果.使用方便-javascr ipt s extend class
jackcess-encrypt-1.0.3
- Jackcess Encrypt是Jackcess项目的一个扩展类库实现了Microsoft Access和Microsoft Money某些形式的加密功能。-Jackcess Encrypt Microsoft Access and Microsoft Money, some form of encryption is an extension of the project Jackcess class library.
rxtx-2.2pre2.jar
- java串口通信所用的扩展类,用于与单片机等尽心通信-java extension class used in serial communication
SA
- JAVA遗传算法分布式实现,包括extend扩展类功能等,主要实现遗传算法解方程。-JAVA genetic algorithm distributed implementation, including the extend extended class function, the main realization of genetic algorithm solution equation.
PhalApi
- 简称π框架,一个轻量级PHP开源接口框架,专注于接口服务开发,支持HTTP/SOAP/RPC协议,拥有自动生成的在线文档、多种开发语言的客户端SDK包以及可重用的扩展类库,可用于快速搭建微服务、RESTful接口或Web Services。
Java类的设计
- 假定根据学生的3门学位课程的分数决定其是否可以拿到学位,对于本科生,如果3门课程的平均分数超过60分即表示通过,而对于研究生,则需要平均超过80分才能够通过。根据上述要求,请完成以下Java类的设计: (1)设计一个基类Student描述学生的共同特征。 (2)设计一个描述本科生的类Undergraduate,该类继承并扩展Student类。 (3)设计一个描述研究生的类Graduate,该类继承并扩展Student类。 设计一个测试类StudentDemo,分别创建本科生