搜索资源列表
graph2dapp
- 使用Java书写的图形学2D程序集合(可以用JCreator3.5编译),程序包括交互式编辑,常用曲线(抛物线,三次参数样条,Beizer,B样条),还有多边形填充,2D旋转和字体示例-written in Java 2D graphics procedures set (which can be used JCreator3.5 compiler), including interactive editing procedures, common curve (parabola, the th
gsxt
- 公司定饭系统(JAVA),该系统是一个B/S结构的公司定饭系统,整套软件由JSP编制 -Corporation (JAVA), which is a B / S structure of the Corporation rice systems, software packages prepared by the JSP
javakechenjisheji
- java课程设计. 编写程序模拟实现银行帐户相关功能。已知: a)属性:帐号,储户姓名,地址,电话,存款余额,最小余额,密码;方法:存款,取款,查询,计算利息,累加利息等。 b)根据用户操作显示储户相关信息。如存款操作后,显示储户原有余额,今日存款数额,以及最终存款余额等。 c)当用户取款时,要求提供密码,只有密码正确,方可取款;且若用户取款后余额小于最小余额时,显示提示“至少必须保留余额****”。-curriculum design. Simulation programming
java
- (1) 系统可采用C/S 或B/S模型设计。 (2) 采用C/S设计时考虑线程、同步操作的实现。
Java写的泥波兰式
- Java写的泥波兰式 A栈中存放的是逆波兰式结果。 B栈中存放的是操作符 B栈初始状态为@-Reverse Polish Notation by Java.In the A stack deposits goes against the Polish type result. In the B stack deposits is the instruction character B stack original state is @
b+tree.B+ tree insertion animation applet
- B+ tree insertion animation applet,B+ tree insertion animation applet
FiaW_Day1_ProjectArchive
- flex4 Java B/S 富客户端 Flex4学习七天教程-flex4 Java B/S rich client Flex4 tutorial to learn seven days
mapxtreme
- mapxtreme for web 电子地图的B/S模式代码,有放大,缩小,鹰眼等功能 -no
btree-cw2-db
- 关于数据库b+tree的插入查询-a b+ tree for database
StudentManager
- 用Java实现的学生管理系统,基于B/S模式,功能齐全,界面美观-a student manage system in Java,based on B/S schema,with perfect performance and beautiful view
btree
- 用b树实现的一种文件管理,模拟b树的存储,对文件进行增删修改,等操作。-B Tree with a document management, simulation b tree storage, changes, additions or deletions to the documents, and other operations.
java-BS
- 基于B/S的固定资产管理系统源码java b/sjava b/s-java b/s java b/sjava b/sjava b/sjava b/sjava b/sjava b/s
java实验2(计算日期源代码)
- 设int year,month,day分别表示一个日期中的年月日,试编程求 a)对于任意三个整数,判断其是否为一个合法的日期值。 b)给定一个日期值,计算若干天后的日期值 c)如果有两个日期值,计算他们相距的天数。(set int, year, month, day, respectively, represents a date in the date of the month, try programming (a) for any three integers, determine
B
- Java 编译的压缩文件, 还有关于此文件的说明txt(Java compilation of the compressed file, and for an explanation of this file TXT)
JAVA面向对象编程-试卷B
- 定义一个交通工具类Traffic,该类包含属性:车轮的数量、行驶速度;同时还包含行驶的方法,并包含有参和无参的构造方法。请分别定义汽车类Car(包含油耗的属性,有参的构造方法)、火车类Train(无参的构造方法)、飞机类Plane(包含最大航程的属性,包含无参和有参的构造方法),让他们继承Traffic,并重写行驶的方法。在测试类中分别创建三个子类的对象,并调用行驶的方法。((A vehicle class Traffic is defined, which contains attribute
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
B-JUI.1.31
- B-JUI前端管理框架适用于快速开发各类WEB管理系统,可与任意后端程序(java、php、.net...)配合使用。 B-JUI基于Bootstrap样式及jQuery库开发,目前有各类常用组件,已集成部分常用插件,可以很的方便引入第三方jQuery插件(B-JUI front end management framework is suitable for rapid development of various WEB management systems, and can be u
hotel
- 实现在线点餐功能酒店用,采用同javaweb,B/S架构(Realization of online Point Restaurant function Hotel)
CrapsGame
- (Game of Craps) Write an application that runs 1,000,000 games of craps (Fig. 6.8) and answers the following questions: .a) ?How many games are won on the first roll, second roll, ..., twentieth roll and after the twentieth roll? ? .b) ?How many gam
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index is the same and the value on