搜索资源列表
javapictureimageapplet
- 包含6个源码。主要是使用APPLET对图形图像进行处理。 有旋转,缩放,底片效果,水波纹效果,渐变效果-contains six source. Mainly use APPLET right graphics processing. A rotating, zooming and negatives effects ripple effect fading effect
ajax6
- 6个ajax应用.包括拖动,下拉菜单,页面切换、用户名检查等-six applications. Including drag, drop-down menu, switching pages, user name checks
2006exam-cs
- 我的java课程设计,90分 标准化考试系6.4.2. 客户端主类Client 6.4.3. 客户端选择试题界面ChoiceFile 6.4.4. 客户端考试界面ClientTestArea 6.4.5. 服务器端主类Server 6.4.6. 服务器端读取试题 ReadTestquestion统 (C/S网络版) 不错啊!! -my java curriculum design, 90 points standardized test-6.4.2. the main
UAA_lhg
- 友立公司出品的网页JAVA特效软件,内含条幅、图像、灯光、气候、文字、转换等6大类,共39个动画特效插件。非常简单易用,只需指定图像或文字即可轻易实现特效。本补丁已汉化了主程序和39个自带的特效插件,强烈推荐。-Ulead product's website JAVA effects software, containing banners, pictures, lighting, climate, language, the transfer of six categories, a
VerifyPicNum
- 用Servlet生成4位数字的图片验证码 功能: 1 取得一个1000-9999的随机数 2 设置图片大小 3 设置背景色 4 设置字体色 5 随机产生155条干扰线,使图象中的认证码不易被其它程序探测到 6 将认证码显示到图象中-Servlet generated using four-digit code Photo certification functions : a 1000-9999 strike a random number two set the p
chapter_9_src
- 利用jasperreports和Ireport做报表6-use jasperreports and statements made six Ireport
shakeTheElbows
- 掷骰子游戏,游戏者将滚动两个骰子,每个骰子有六个面,当骰子停下来时计算骰子的点数和。-craps, games will be rolling two dice, the dice are six each face, When the dice came to a halt when calculating the points and dice.
掷一个六面骰子6000次的程序
- 掷一个六面骰子6000次的程序-throwing a six-Dice 6,000 procedures
排序算法
- 里面有bidirbubblesort,Quicksort 等六种排序算法-bidirbubblesort inside, the six Quicksort algorithm
javaSort
- 该演示程序最初来自Sun公司的Java网站。笔者添加了另外三个算法(插入,堆和Shell排序)。这样一共有六个排序算法同时演示,(包括起泡排序,双向起泡和快速排序 )。-the initial demo program from Sun's Java Web site. The author adds another three algorithms (insertion, sculpture and Shell ranking). A total of six such an algo
pppp123
- java ejb开发 程序4、语句alter table people add(phone_number varchar2(10)) 的作用是 A 修改表结构 B 为people表添加约束,约束名称是phone_number C 向people表中添加一列,名称是phone_number,数据类型是varchar2,长度是10 D 上述答案均不正确 5、( )BLOB和CLOB的区别在于 A CLOB只能存放字符类型的数据,而BLOB没有任何限制 B BLOB只能存放字符类型的数据,而CLOB没
drp
- 尚学堂drp源码,本系统为一家跨国医药企业开发,从需求调研、需求分析、系统设计、编码、单元测试、集成测试和子系统测试7人开发了半年多,本系统主要包括如下模块,分销商库存管理、分消费管理、结帐管理、付款结算管理、统计报表管理、基础数据管理和系统管理,本系统主要对企业的物流和资金流进行全面的管理和控制,从而缩短企业的供应链,为企业节省成本,为管理层提供全面的信息流。-Jean Hall drp source, the system for a multinational pharmaceutical
Enterprise-information-management
- 企业信息管理系统中,前台可以浏览一些企业的基本情况,后台被企业内部使用。有新闻、组织、人员、项目、成果、用户六大管理模块。-Enterprise information management system, front desk can browse some of the basic situation of enterprises, the background was within the enterprise. With news, organization, personnel, pr
TestGallery
- android实现的图片拖动程序,其中实现了六张图的拖动-android realize the picture drag procedures, which achieved six drag map
ex6
- 这个是JAVA程序基础书上第六章处理异常源代码 -This is based on JAVA program book for the first six chapters deal with abnormal source code
Experiment6.java
- Experiment6.java,是java课程实验的实验六 计算器-Experiment6.java, is a java course experiments six Calculator
1
- 基于Java的仓库信息管理系统。本系统主要完成对超市仓库的库存管理,包括商品入库、出库、库存,供应商信息以及密码管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。系统采用SQL server 2000作为数据库-Java-based warehouse information management system. The system consists mainly of completion of the supermarket warehouse inventory
222jfilecrypt
- 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。 -JAVA strong encryption, decryption algorithm source, a total of six kinds of algorithms to choose from, also can directly generate ZIP compressed file.
ATM
- 一.TM柜员机模拟程序,其功能为: 当输入给定的卡号和密码(初始卡号和密码为123456)时,系统能登录ATM柜员机系统,用户可以进行: 1 查询余额:初始余额为10000元 2 ATM取款:每次取款金额为100的倍数,总额不超过5000元,支取金额不允许透支。 3 ATM存款:不能出现负存款。 4 修改密码:新密码长度不小于6位,不允许出现6位完全相同的情况,只有旧密码正确,新密码符合要求,且两次输入相同的情况下才可以成功修改密码。 -1. TM ATM simulat
six-design-principles
- 软件设计中有六大设计原则,这里是我用Java写的设计原则学习代码。简单易懂,便于学习。IDE是Eclipse。-Software design has six design principles, here is what I used to write Java code to learn design principles. Easy to understand, easy to learn. IDE is Eclipse.