搜索资源列表
BPNet_Java
- 1、运行程序请双击run.bat进入操作界面,请确保您的机器上安装了JRE; 2、src目录包含了为本次研究建立的原型的源代码。若需重建eclipse工程,请预先安装swt designer插件,再导入源代码; 3、src目录下源代码BPNet\\DATA文件夹包含训练&测试用数据;-1, the operating procedures run.bat double-click access interface, Please ensure that your machine inst
描述:把M个同样的苹果放在N个同样的盘子里
- 描述:把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 输入:第一行是测试数据的数目t(0 <= t <= 20)。以下每行均包含二个整数M和N,以空格分开。1<=M,N<=10。 输出:对输入的每组数据M和N,用一行输出相应的K。 输入实例: 1 7 3 输出实例:8 -Descr iption: The same apples to the
palindrome
- 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward sequence of characters). Each in
Java
- java开发图片投票系统(struts+spring+hibernate)+mysql数据库,在eclipse3.2环境下开发,项目我已经压缩,内包括数据库sql脚本和测试数据脚本,可以部署在ecli-java develop picture voting system (struts+ spring+ hibernate)+ mysql databases, developed in eclipse3.2 environment, projects I have been compressed
stuManagerMySql
- 文档中包括一个完整的教务管理系统项目的代码、项目说明、sql建表及插测试数据命令、数据库连接文件。-The document includes a complete of educational administration management system project code, project descr iption, SQL built table and inserting test data command, database connection files.
Test
- jsp中数据查询并带翻页的实现,只是一个例子,做参考.-jsp data query and flip with the realization of just one example of a reference.
TestDataBuilder1.0.4.6
- TestDataBuilder是一个采用Java编写的,完全开源,免费的测试数据生成工具,软件遵循GPL协议. 功能描述 本程序是一款自动化测试辅助工具 可以帮助程序开发或测试人员自动生成数据库表中的测试数据,并且具有期望的值分布和列间相关性 可以通过配置工具配置数据生成的规则,并且有一个自动配置引擎,可以根据已经存在的数据库自动生成配置文件 支持如下几种规则: 自动增长,一般为数据型. 随即方式,数据型或字符串. 枚举类型, 用户事先输入枚举值
119-GreedyGift
- A solution (with a .txt file of test data) to the Greedy Gift Givers problem under Volume I of the Problem Volumes of UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=3&page=s
soyici
- 程序不断优化,负载不断提升:ACC数据库测试日访问量2W以上访问流畅不卡,万条数据静态生成只需要十分钟 02、支持全静态网站:除外搜索页面,其他所有前台页面均可以生成静态,包括播放页;有效降低网站.. -Process is being optimized, load continuously upgrade: ACC-day visit to the volume of test data for more than 2W access card is not smooth, st
Test
- 建立一个Access数据表score,完成学生成绩管理的功能.-Access data tables to build a score, completion of student achievement management functions.
test
- 本系统的使用者分为三类:学生、教师、管理员,管理员可以实现对课程、教师、学生的增加、修改和删除,学生可以查看自己已选的课程及趁机以及选择可选的课程、修改自己的资料,教师可以选择是否接受该生以及评分等-Users of the system is divided into three categories: students, teachers, administrators, administrators can implement the curriculum, teachers, stude
RMI-test
- RMI远程方法调用的实验,服务器端接收客户端的输入数据并显示。-RMI Remote Method Invocation experiment, the server receives the client-side input data and displayed.
OnlineBankService
- 软件工程课程做的一个银行系统,j2ee架构,有完整的开发需求和测试资料,完整的源程序和数据库-Software engineering course to do a banking system, j2ee architecture, a complete development needs and the test data, the complete source code and database
TEST
- htmlparser实现从网页上抓取数据 -htmlparser grab data from a Web page
flydatabasebaseonJavaApplet
- 对我国百余种飞机典型材料疲劳/断裂性能试验数据进行了研究,在此基础上,探讨了该类材料疲劳/断裂性能SQL Server数据库的设计方法。采用ASP、Javascr ipt、Java等技术,建立了基于网络环境下的飞机典型材料疲劳/断裂性能数据库系统,实现数据表、图形图像的动态检索输出;为飞机结构的疲劳/断裂可靠性设计与结构寿命评定中材料性能数据的获得和分析带来极大方便-China' s hundreds of kinds of typical aircraft fatigue/fractur
Test
- 创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对
Test
- 编写三个类,图书类、学生类和测试类,可以处理简单的书籍借阅情况,包括借书和还书等。图书类的数据成员包括书名、书号和借书学生等;方法包括借书、还书和显示书籍信息等。学生类的数据成员包括姓名、学号和所借书籍等;方法包括显示学生信息等。测试类是一个应用程序,在该程序中创建图书类和学生类对象,完成图书的借阅和归还。 -The preparation of three classes, books, classes, student class and test class to handle sim
test
- 文本文件读写 将students.txt中数据全部读入内存数组; 可选步骤:对格式不统一的数据进行格式化处理; 将学生按照姓名排序,并将结果保存到文件ordered.txt中; 将班级的学生全部选出,保存到文件classname.txt中。-Text file read and write data in all the students.txt read into memory array Optional: on a unified data format is not f
data-test
- 一个测试数据的例子,写的很详细,绝对值得一看-Example of a test data, write a very detailed, definitely worth a look
weka1-test
- 挖掘数据最为简单的一种方式回归分析,您用您喜爱的某个流行的电子数据表软件进行过这种初级的数据挖掘,但WEKA 可以做更为复杂的计算,这是一个回归分析的测试数据。-Regression analysis data mining the most simple one, you use one of your favorite popular spreadsheet software such primary data mining, but WEKA can do more complex cal
