搜索资源列表
gernralSort
- 继承和多态 实验目的: 1、 掌握继承和多态的概念与实现方法 2、 掌握如何从已有的类中派生子类并继承父类 3、 掌握方法的覆盖和重载 实验内容: 设计一个通用的排序算法,作为验证,自定义学生类、矩形类,可以利用该排序算法对学生按照ID以及Name进行排序;对矩形按照面积排序。 -Inheritance and polymorphism of the experiment was: 1, inheritance and polymorphism to master t
geneticalgorithmforthegenealizedassigmentproblem.r
- 分析了排课的数学模型, 根据遗传算法本身特点设计了一种数据结构基因编码 , 及几个涉及到的优化 目标评价函 数 , 提出了利用遗传算法解决排课问题的方法, 并通过试验验证了该方法的有效性、 可靠性 .-Timetable analysis of the mathematical model, according to the characteristics of genetic algorithm design of a data structure of genes encoding,
Java_Verified_Program_v1_0
- This document describes the Java Verified Program. This program accepts applications from developers, tests the applications using the tests defined in the Unified Testing Criteria for Java(TM) Technology-based Applications (“Test Criteria”) do
Table_of_Supported_Devices_1.23.pdf
- Table of supported device for Java Verified.
exam
- 为了保障整个系统的安全性,在线考试系统实现了分类验证的登录模块,通过此模块,可以对不同身份的登录用户进行验证,确保了不同身份的用户操作系统。在抽取试题上,系统使用随机抽取试题的方式,体现了考试的客观与公正。当考生答题完毕之后,提交试卷即可得知本次考试的得分,体现系统的高效性。在后台管理上,分后台管理员管理模块和试题管理模块。分别适应不同的用户,前者只有系统的高级管理员才能进入,对整个系统进行管理。而后者只允许教师登录,教师可以对自己任教的科目试题进行修改,并且可以查看所有参加过自己任教科目的学生
javaImage
- 附件中实现了用java语言对图片的显示功能,并已经验证正确-Attachments using java language to implement the display of the picture, and has verified correct
phpreliazeRSA
- PHP实现RSA算法/* * Implementation of the RSA algorithm * (C) Copyright 2004 Edsko de Vries, Ireland * * Licensed under the GNU Public License (GPL) * * This implementation has been verified against [3] * (tested Java/PHP interoperability).
IDCAR1
- 本代码使用java语言编写,可进行十八位身份证号码验证-This code uses the java language, identity card number can be verified 18
treetest
- Java实现的动态树,可展开和缩进子树和叶子节点,该功能已经经过验证测试.-Java implementation of the dynamic tree can expand and indent sub-tree and leaf nodes, the function test has been verified.
EmailSender
- 计算机网络socket编程,用Java程序发送邮件,已验证可行性,这个版本是不需要身份验证的。-The computer network socket programming, use Java program send mail, verified the feasibility, this version is not to need to identity authentication.
NewEmailSender
- 计算机网络socket编程,用Java程序发送邮件,这个版本是需要身份验证的。-The computer network socket programming, use Java program send mail, verified the feasibility, this version needs to identity authentication.
download2
- java多线程下载示例,学习必备,已验证可用。-java multi-threaded download example, to learning essential Verified available.
tree1
- 数据结构中对树进行各种操作的java实现,并用例子进行了验证-Java to perform various operations on the tree data structure is implemented and verified with examples
YouDaoNote
- 模仿有道的JAVA笔记本程序,采用derby数据库,数据库需要本机自己配置,无数据库也可看到运行,只是无法验证和保存信息-Imitate tactics JAVA laptop program, using derby database, the database needs native configuration database can also be seen running, just can not be verified, and save information
H264Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
java
- 1、界面虽小,五脏俱全。包含了基本的代码类别,具备查询搜索功能,具备预览功能;提供网友添加代码的接口,后台必须通过验证才可以显示到代码酷里,等等! 2、使用方便。将代码基本分为<head>区、<body>区、body属性区,摘录和察看都很方便。-1, the interface is small but perfectly formed. Contains the basic code category, with the search query capabilit
sm3
- SM3密码杂凑算法。java 源码,http://www.oscca.gov.cn/News/201012/News_1199.htm 已与官网示例验证-SM3 cryptographic hash algorithm. java source code, http: //www.oscca.gov.cn/News/201012/News_1199.htm verified with official website example
Java
- 朱福喜书课后练习编程题答案,已验证全部可运行-Zhu Fuxi book Exercises in programming answer questions, verified all the runs
TOH
- the towers of hanoi game implemnted in java and verified