资源列表
calculator
- 功能:实现一个计算器应用程序 实验要求:编写一个模拟计算器的应用程序,使用面板和网格布局, 添加一个文本框,10个数字按钮(0~9),4个加减乘除按钮, 一个等号按钮,一个清除按钮,一个求平方根按钮,一个退格按钮, 要求将计算公式和结果显示在文本框中,实现效果如下图所示,-Functions: a calculator application requirement of experiment: write a simulation calculator appl
algorithm
- 一些经典算法的java实现:包括:二分查找,最优二搜索树,编辑距离,哈夫曼树,最长公共子序列,矩阵连乘问题,最短路径优先-Some classic algorithm java implementation: including: binary search, and optimal two search tree, the edit distance Huffman tree, the longest common subsequence matrix multiplicative Short
test5
- 1、数字存取:通过随机数函数产生50个正整数,逐个将这些数写入文件file.dat中;然后读出这些数,在内存中对它们进行排序,再将排序后的数据逐个写入file.out文件中。 要求:分别使用字节流和字符流操作方式完成。 2、文件内容加行号:给定一个文件,通过文件读写,给文件内容加行号。 要求:使用缓冲流操作。 3、学生对象操作:设计学生类,把学生对象存储进文件,并能再从文件中读取。-Digital access: 50 positive integer random nu
salaryManage
- 该系统是基于web的小型企业工资管理系统,该系统使用纯jsp+servlet+mysql开发的,适合简单的工资管理.-The system is web-based small business payroll management system, the system is developed using pure jsp+ servlet+ mysql, suitable for simple payroll management.
tbssweibosearch
- 本程序由C#/Java编写,用于爬去新浪微博上的用户资料和用户关系,并根据这些关系对用户进行标注和搜索-The program is written in C#/Java for scrambling up user data and user relations Sina microblogging user annotation and search, and based on these relationships
restrant
- 我学我会网上订餐系统的设计,运用了javaBean、Service、JSP、MVC设计模式、数据源与JNDI、EL、JSTL、WebService、过滤器等知识...餐品及餐品详情的显示,可以对餐品进行订购。-I learned that I will be online ordering system design, the use of javaBean, Service, JSP, MVC design patterns, data source JNDI, EL, JSTL, WebSe
shopxx
- SHOP++网店系统由经验丰富的开发团队,历时多年精心打造,以其强大的功能、领先的技术赢得众多客户的认可,是目前国内最受欢迎的JAVA企业级电子商务软件之一。-SHOP++ Shop system by an experienced development team, for many years carefully crafted, with its powerful features, leading-edge technology to win the recognition of man
Dijkstra
- Dijkstra的JS实现,有详细的注释说明。-Dijkstra' s JS implementation, detailed notes.
rpg
- javaRPG游戏代码++ 经典游戏代码 经典游戏代码 -javaRPG game code++
java-Exe5_1
- 1. 分别使用Vector、Hashtable、Stack,ArrayList、LinkedList和HashSet作为容器类,实现以下要求: (1) 向容器中添加1,000,000个随机整数。 (2) 遍历容器中的所有元素。 (3) 随机产生100,000个整数,在容器中查找这些整数。 (4) 随机产生100个整数,从容器中删除这些整数。 (5) 统计完成以上各个操作需要的时间。 比较一下不同操作在不同数据结构下的性能差异。程序文件命名为Exe5_1.java。 -
myhouse
- 使用 jsf+myfaces 技术实现房屋销售系统-The use of jsf+myfaces technology to realize the system of house selling
TextEditor
- 简单的文本编辑器,可以执行打开,新建,保存,复制,剪切,粘贴等功能-A simple text editor, open, new, save, copy, cut, paste and other functions can be executed