搜索资源列表
kuaishupingxie
- 使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x
JFtp
- JFtp是一个用 Java编写的图形化的FTP客户端程序。它支持所有基本的FTP操作,有一些改善的性能,如递归式目录上传,漂亮的swing UI,能够自动断点续传,能识别不完整的目录名。API从GUI中分离,可以用于第三方应用程序或命令行模式。-JFtp is a Java prepared by the graphic FTP client. It supports all basic FTP operation, the performance of some improvements, s
SubjectSpider_ByKelvenJU
- 1、锁定某个主题抓取; 2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL; 3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限) 4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟; 5、能对HTML网页进行解析,提取出链接URL,能判别提取的URL是否已处理过,不重复解析已crawl过的网页; 6、能够对spider/crawler程序的一些基本参数进行
JiglooPPSwing
- 本文是Jigloo开发Swing 的入门教程,适用于从未有过 GUI/SWT 开发经验但是熟悉 Eclipse IDE 的基本使用以及插件安装的读者,-This article is a tutorial introduction to Swing Jigloo development, for there has never been GUI/SWT development experience but are familiar with the basic use of Eclipse ID
SwingTest
- 举例说明了swing中的一些对象使用,可以详细的了解GUI的基本编程原则。-Examples of swing use some of the object can be a detailed understanding of the basic programming principles GUI.
process
- 图象处理程序,可以潜逃在JSP中,实现最基本的功能,GUI的界面,还可以继续扩充功能-Image processing procedures, can absconded in the JSP, the realization of the most basic functions, GUI interface, you can continue to expand functionality
JAVAswingprogramming
- 这是关于Java图形界面编程的一本书,介绍了一些基本的东西,可以作为参考手册。-This is about Java GUI programming a book, introduce some basic things, can serve as a reference manual
banking
- 本程序用Java语言描述了一个基本的银行管理系统,用简单GUI界面给出了一个类似ATM的功能。-This procedure describes the use of Java language, a basic banking management system, with a simple GUI interface ATM gives a similar function.
ATM
- 这是由Java的GUI模拟银行ATM机的一些基本操作功能,并且连接MySQL数据库,保证数据的储蓄,希望对大家的学习有所帮助!-This is the GUI by the Java simulation of the bank ATM machine to operate some basic functions, and to connect MySQL database to ensure that the savings data, and they hope to help you s
AWebsearchprogram
- 这是一个web搜索的基本程序,从命令行输入搜索条件(起始的URL、处理url的最大数、要搜索的字符串), 它就会逐个对Internet上的URL进行实时搜索,查找并输出匹配搜索条件的页面。 这个程序的原型来自《java编程艺术》, 为了更好的分析,站长去掉了其中的GUI部分,并稍作修改以适用jdk1.5。以这个程序为基础,可以写出在互联网上搜索 诸如图像、邮件、网页下载之类的“爬虫”。-This is a web search of the basic procedures, fro
NetBeans6GUI
- java GUI基础教学,适合JavaGUI初学者使用学习!-basic teaching java GUI for beginners to learn JavaGUI!
SimulateRailwayStation
- 本人自己写的一个火车票销售系统。采用C/S模式,多线程,实现多网点销售,每个网点的基本功能为卖票和退票,能够实时显示票源情况,客户端使用GUI界面。装完JDK 编译后即可执行。-I wrote it myself a ticket sales system. The use of C/S mode, multi-threaded, multi-network marketing, the basic functions of each network as such as selling a t
KillMonkey
- 簡單的打地鼠程式喔!!學習java基本gui與滑鼠應用-A simple program to play Hamster Oh!! To learn the basic gui and mouse java application!!
gui
- 运用java编写gui,小应用程序,基本操作,模式例子-Prepared using java gui, a small application, the basic operation mode example
GUI
- 关于java图形用户界面的简单例子,适合初学java者学习用,是基本的java编程-Java graphical user interface on a simple example, suitable for beginners who learn to use java, java programming is the basic
WindChill
- 基本的GUI界面,输入两个未知数,在面板上计算出结果并显示-Basic GUI interface, enter the two unknowns, the results calculated on the panel and display
GUI-code
- Basic skill of programming for the GUI in Java
JavaTutorialExamplesSwing_56880323
- Java GUI编程的示例程序,包括一些最基本的GUI范例-Java GUI programming examples procedures, including some basic GUI paradigm
gui
- 使用java语言完成的一个简单的GUI程序,基本功能都实现了,供参考-Using java language to complete a simple GUI program, the basic functions are realized, for reference
gui
- 基于GUI的网络通信程序设计,客户机端建立Socket连接后,编程实现这两端的数据通信,每次将接收到对方的数据追加显示在多行文本框中。-connect program basic in GUI