搜索资源列表
multytalk
- 可以支持很多人在线聊天,并且有服务器支持。服务器要求有sql。-can support many online chat, as well as server support. Sql server requirements.
orriginalcode
- java版客户端与服务器通信,要求支持java,javac-java version of the client and server communications, support requirements java and javac
javaanlisys
- 对一个Java程序进行简单的词法分析,要求用到StringTokenizer等类进行各类分析的题目。-of a Java process simple lexical analysis, StringTokenizer requirements used for various categories such as analysis of the topic.
kuaishupingxie
- 使用面向对象方法完成“快速拼写检查程序”的分析、设计和实现过程。快速拼写检查程序基本要求说明如下: 1.进行拼写检查的文件以文本文件形式存储于外存上;2.只检查文件中英文单词的拼写错误;3.单词是用字母(a…z或A…Z)定义,任一非字母字符作为分隔符;4.判断单词拼写正误的依据是词典,词典以文本文件形式存放于外存上;5.词典文件第1行为词典的名称,以后每一行存放一个单词;6.输出结果以文本文件形式存储,其格式为:第1行:被拼写检查的文件名 + 词典名 第2行后的每一行: 出错单词 位于第x
parkinglots
- 利用栈和队列实现停车场(作业要求,要不认我才不会这么作呢?直接用数据库多好啊,呵呵!)-use Stack and Queue achieve Parking (operational requirements, Otherwise, I would not be considered as such? the direct use of the database so nice. Ha ha!)
DownSys
- 编写一个下载程序。要求: (1)一个文本文件里存储了要下载的文件地址(可以先搜集若干个Mp3文件的下载地址),每行一个。 (2)让用户选择含有下载地址的文件; (3)在程序中读取地址,并开始下载(下载开始、结束、失败都要有提示);-prepared a download. Requirements : (1) a text document storage to download the document addresses (can collect a number of MP3
JDown
- 原创,用于下载网站音乐的JAVA程序,要求JDK1.5以上-originality for music download site JAVA procedures, the above requirements JDK1.5
MiniSQL_Java
- 本次实验要求实现的MiniSQL数据库主要由7个部分组成,分别是文件管理单元、缓冲区管理单元、记录管理单元、索引管理单元、数据字典单元、API单元、解释器单元。我采用java语言来实现MiniSQL,对系统的具体要求是安装了JDK1.42或以上版本。-the experimental demands of the main MiniSQL database by seven components, They are document management modules, buffer mana
03684
- 数字图像传输是图像编码与压缩技术的另一个重要应用领域。随着现代社会对通信业务要求的不断增长,图像通信和通信网容量的矛盾日益突出。特别是具有庞大数据量的数字图像信息更是难以传输和存储,极大地制约了图像通信的发展,已经成为图像通信发展中的瓶颈。图像压缩技术的应用为传真、视频点播、电视会议、医用图像传输等领域带来了巨大经济效益。快速压缩解压缩算法及其硬件结构在实时视频系统中起着关键的作用。 -digital image transmission of image coding and compre
trafficjava
- 设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。 -design of a traffic signal categories : (1) variables : location, col
codesystemunderjava
- 本设计基本上能够实现了课题的要求,能够实现对恺撒的密文进行很顺利的解密,不会对密文存在太多的要求和限制。唯一不足的地方是在代入法上还不够稳定。-this design is basically a task to achieve the requirements to achieve the right Caesar secret text of a declassified very smoothly, ciphertext not there are too many demands and
numbers01
- 根据自己的要求可以对算法进行相应的修改:输入一个整数,判断这个整数是否为 3 的倍数-according to the requirements of the algorithm can be amended accordingly : an integer input, judge whether the integer multiples of three
smartpool_1.5
- Contents * Introduction * Installation * SmartPool 1.5 * Features from earlier releases * Features expected in future releases * System Requirements * User Documentation * Source * Java Doc
drawing
- 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures,
122353
- This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and d
在JSP中编写你的第一个Tag标签程序
- 网页自动刷新页面在JSP中编写你的第一个Tag标签程序,在一些有这方面特殊要求的情景下很有用。-web pages automatically updated in your JSP preparation of a Tag labeling procedures, in some special requirements in this regard under the scenes useful.
XR.rar
- 交通信号灯的线程设计 实验目的:多线程设计,同步机制 题意 设计一个交通信号灯类: (1) 变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2) 方法:切(3) 换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 实验要求 (4) 设计线程。 (5) 设计路口信号灯示意图界面。 (6) 进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (7) 根据车流量进行时间的模糊控制。 ,Traffic signal design experimental pu
TableDisplay.rar
- 数据库查询结果表格输出实例, 这里介绍了几个用Java来查询数据库的表格输出 表格自己建立内容符合要求就可以了,Database query results form the output examples of a few here to query the database using Java forms the contents of the output form itself can meet the requirements of the
corporatewebsite.rar
- 某电子商品销售公司为了提升企业形象和商品销售量,决定开发一个公司形象宣传和商品介绍的网站。基本功能如下: 1、站内新闻 2、商品展示 3、在线聊天 4、留言簿 5、后台管理 实现要求: 语言:JSP,数据库:SQL Server,A sales company of electronic goods in order to enhance the corporate image and product sales, decided to develop a corporate im
requirements-specification
- 本文档作为用户需求说明书,编写的目的是为了定义所要开发的在线考试系统(以下简称项目)的开发目标,包括对功能的规定和性能的要求,指出预期的系统用户、系统的运行环境以及对用户操作的约定,为系统设计和开发提供依据,作为系统功能追溯的基础和系统开发量确定的蓝本。 本文档可以作为本项目组开发人员以及本系统使用人员参考之用。-This document as the user requirements specification, writing for the purpose of definitio
