JAVA案例
Java案例:数据结构、算法、可视化编程、O/I、编译原理、多线程、游戏、并行、网页设计、软件设计、jsp
-
新算法数据不确定化及距离计算过程 1. 数据预处理:将提供的数据不确定化的过程 对于提供数据集中每一个确定对象(即一条记录)的每一个维度添加均匀分布(/正态分布/二项分布)的噪声。 例1:对4维确定对象X(1,2,3,4),Y(5,6,7,8)对其每一个属性添加均匀分布噪声,加噪后得到不确定对象([1,1.1,1.2,1.3,1.4],[2,2.1,... 继续阅读案例帮忙JAVA算法:新算法数据不确定化及距离计算过程
: 标签: :,2017-12-25
-
JAVA 航空管理系统 包含欧洲的机场和机场之间航行的飞机。 后者为随机情况,以图像形式展示。 人(GUI), 程序(API) 1、 系统, 实现API 2、 Test harness, 使用API测试系统 3、 基本的GUI, 可以控制和观察到系统运行。必须使用API。 Java Eclip... 继续阅读案例JAVA Gui+API Eclipse Project:JAVA 航空管理系统
: 标签: :,2017-12-25
-
Introduction This standard defines how your code should be styled for projects and projects while studying here in the department. By following these conventions, you will produce code which ... 继续阅读CS案例之JAVA 编程基础: Coding Standard
: 标签: :,2017-12-21
-
Mini Project Your task is to write a basic maths teacher program with a graphical user interface (GUI). This will be called MathTeacher. The application will be used by young children to ... 继续阅读CS案例之Java Programming 2018 Mini Project Task
: 标签: :,2017-12-21
-
Problem Description Design and code an appointments diary in Java. You must design and code an appointment diary using Java. This is like a form of calendar, with events (appointments) th... 继续阅读CS案例之Java code programming project.
: 标签: :,2017-12-20
-
EECS 233 Programming project #2 Due March 8, 2018 (before 11:59pm EST) In this project, you will implement the Huffman encoding of English characters, using a combined list and binary tree d... 继续阅读Java 哈夫曼编码 Programming NO:EECS 233
: 标签: :,2017-12-12
-
java红包管理软件 1、功能要求 春节到了,作为一个老大不小的大学生,在亲人眼里还是有资格收红包的。没办法,由于亲戚朋友众多,为了记录红包的来源信息,以便父母酌情回礼。现在需要各位同学们开发一个红包管理小软件。该软件需要实现如下功能: 1、红包管理软件必须执行登陆,输入用户名和密码后才能进入到信息管理界面。 2、可以登记红包的来源明细信息。例如红包金额、时... 继续阅读案例JAVA管理系统计算机专业:java红包管理软件
: 标签: :,2017-12-08
-
Task Your task is to complete the implementation of a 3D world. In this world you control a camera moving around a landscape which includes trees, hills and roads. Files The starter code is ... 继续阅读java案例北美案例OpenGL 3D homework代码案例,编程案例!
: 标签: :,2017-12-02
-
一、语言和环境 A、实现语言 Java语言,SQL语言 B、环境要求 JDK 7.0、MyEclipse10、SQLServer 2005/MySQL 二、功能要求 开发基于控制台的购书系统。(除创建数据库,数据表之外,其他功能均在MyEclipse平台中,用Java语言实现)具体要求如下: 1、创建数据库Books,包含以下表格:... 继续阅读JAVA案例SQL语言SQLServer 2005/MySQL:图书管理系统
: 标签: :,2017-11-30