-
E-mail应用,还可以啦-E-mail application, Mr. Krabs
- 2022-02-24 11:01:18下载
- 积分:1
-
imirs二十面体重构软件
imirs 二十面体重构软件pc版lengdongdianjingshiyong,是比较权威的软件,目前市面很难找到下载,是学术界的重要软件,可以助你单颗粒重构三维模型,是发文章的好帮手。
- 2022-04-15 14:56:32下载
- 积分:1
-
8数码问题用java来说明
实现了8数码问题的编程
8数码问题用java来说明
实现了8数码问题的编程-digital spent eight java to the fulfillment of the eight digital programming problem
- 2022-06-15 09:17:32下载
- 积分:1
-
visualmodeler
包含一些JAVA编程实现的工具,主要是图形化的visual modeler可以实现在界面上创建用户任务和资源信息。(Contains some tools JAVA programming, mainly graphical visualmodeler can create user task and resource information in the interface.)
- 2014-09-19 19:30:27下载
- 积分:1
-
清华大学J2EE教程讲义(ppt)
清华大学J2EE教程讲义(ppt)-Tsinghua University J2EE tutorial lectures (ppt)
- 2022-01-31 01:03:49下载
- 积分:1
-
JAVA贪吃蛇
import java.awt.*;
import javax.swing.*;
@SuppressWarnings("serial")
public class MainClass extends JFrame {
ControlSnake control;
Toolkit kit;
Dimension dimen;
public static void main(String[] args) {
new MainClass("my snake");
}
public MainClass(String s) {
super(s);
control = new ControlSnake();
control.setFocusable(true);
kit = Toolkit.getDefaultToolkit();
dimen = kit.getScreenSize();
add(control);
setLayout(new BorderLayout());
setLocation(dimen.width / 3, dimen.height / 3);// dimen.width/3,dimen.height/3
setSize(FWIDTH, FHEIGHT);
setDefaultCloseOperation(JFrame.EXIT_ON_CLO
- 2022-04-17 23:49:25下载
- 积分:1
-
simplejavaprogramming
题目:打印出杨辉三角形(要求打印出10行题目:输入3个数a,b,c,按大小顺序输出。
题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
题目:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数
题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(Topic: Print out the Triangle (10 lines required to print out the Title: Enter the 3 numbers a, b, c, according to the order of output. Title: input array, the largest exchange with the first element, the smallest and the last element of the exchange, output array. Topic: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number of topics: write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n)
- 2011-05-09 19:11:58下载
- 积分:1
-
画图工具
画图工具-Drawing tools
- 2022-08-03 03:25:48下载
- 积分:1
-
MAS-Model-and-Experiment
本书重点介绍多智能体系统的模型研究和机器人模拟实验。通过本书,读者能够了解在执行合作式任务时,机器人个体的自治与机器人群隐现的全局行为模式之间的关系,了解成功开发多智能体机器人系统的~些关键方法,理解多智能体系统工程的潜在计算模型与技术。(The book focuses on multi-agent system model of research and robotic simulation. Through this book, the reader can understand the task in the implementation of the cooperative relationship between the global behavior of an autonomous robot swarm robots looming between individuals, understanding- some key multi-agent robotic systems successfully developed, understanding multi-agent system potential calculation model and technology projects.)
- 2014-08-05 09:59:42下载
- 积分:1
-
魔板游戏,JAVA语言编写
魔板游戏,JAVA语言编写-magic board games, JAVA language
- 2022-10-22 20:40:03下载
- 积分:1