搜索资源列表
jQuantum
- jQuantum这个Java程序用于模拟一个量子计算机。它的目的是让开发者可以开发量子算法的演示。其它主要的目的是在你的头脑中创建真实的图像,使其易于理解。-jQuantum the Java program used to simulate a quantum computer. Its purpose is to allow developers can develop quantum algorithm presentations. Other main purpose is in you
autocompute
- 该计算机工具是采用编译原理中的算符优先分析算法的语法分析方法来实现对输入的任何复合运算式的解析计算。采用Applet中实现的,只要打开里面的Compute.html就能使用。-The computer tool is used compiler theory of operator precedence analysis algorithm syntax analysis methods to achieve the importation Operators of any type of co
dfgshsjgdsjkl
- 给出3,3,8,8四个数,求一算法,程序通过这一算法,无论加减乘除,每个数用一次,计算四个数结果为24。注:不需要一种计算结果的验证。让计算机替你寻找解决方案,而不仅仅是验证而已。如round(8×8/3)+3
ThreadMethod
- 各种多线程的算法源程序,是计算机老师给我们的。-various multithreaded algorithm source code, the computer teacher to us.
DrawPaintCode
- 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorit
计算机辅助设计课程大作业
- 一个可见面消隐算法的实现-an algorithm can meet the realization blanking
wuziqi
- java编写的人机对弈游戏,可以实现计算机识别决策,在算法上值得一看.
paintbot
- 美国大学计算机专业大学一年期末作业 在15*15的格子里,在300步内,120秒内,看谁走过的格子数多,每个机器有自己的颜色,红或蓝. 1. 车子可以射斑点去攻击对手,射中对手的话,对手将走你的颜色,持续20步。 2. 可射斑点数为30。 3. 若撞到墙,游戏结束,你自动输了。 4. 若撞到另外一个车,游戏停止,画多格子的车胜。 5. 游戏版面包含有石头的格子,撞到的输,如墙 6. 射的斑点不能过石头 7. 每次控制算法下个格去哪它会接受周围5*5的格子。车子在中
LogFac_Exp_1
- java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
Java_doc
- 进程调度的设计与实现,各个调度算法的比较与分析,提出自己的看法并通过计算机模拟实现-The process of scheduling the design and realization of various scheduling algorithms of comparison and analysis, put forward their own views and, through computer simulation to achieve
Java
- <正> 在这个充满图形、图像、动画、声音、影像的今天,我们开始意识到:随着多媒体时代的到来,计算机的功能已不局限于其高速运算的数据操作能力,它还可以利用声音、图形、图像等使程序生动起来。我们可以在自己的程序中放一幅图片,也可以在给客户的程序中放一幅他们的商标,当然也可以在程序运行时给用户播放—些美妙的声音……,所有的这—切,你也可以拥有的,本文将简单阐述 Java 编程中图形图像的运用。通过 Java 一些自含类包所提供的功能,我们就可以轻松进行强而有力的图形界面开发,比如我们可以用
java_suanfa
- 该资料含有常用的计算机算法资料,并且用程序描述这些算法,用图形显示这些算法的执行过程,便于算法学习者的学习和使用。-The information contains information on commonly used computer algorithms and procedures used to describe these algorithms, these algorithms with graphical display of the implementation proces
ComputerGraphicsApplicationsinJava
- 计算机图形学在Java中的应用,介绍了一些图形算法。 -Computer Graphics Applications in Java, introduced a number of graphics algorithms.
DDA
- 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
suanfafenxishiyan
- 计算机算法分析的前三个实验,都满足实验的要求,附实验的文档和输入数据-Computer algorithm analysis of the first three experiments, to meet the requirements of the experiment, attached documents and input data of the experiment
Knapsack
- 用java实现的01背包问题的有分支限界的回溯算法,注释非常详细,是我作业的一部分。伪代码可以参考《计算机算法与数据结构》这本书-Using java to achieve 01 knapsack problem branch-and-bound backtracking algorithm and very detailed notes, is part of my job. The pseudo-code can refer to this book of computer algorith
my_first_project
- 汉诺塔算法,递归算法,计算机算法分析与设计-Tower of Hanoi algorithm, a recursive algorithm, the computer algorithm analysis and design
Loading-Java-code
- 计算机算法设计与分析中的装载问题,实现装载问题的最优解。-Loading the design and analysis of computer algorithms, to achieve the optimal loading problem solution.
os
- 用java实现fcfs、hrrn和sjf算法(Implementation of FCFS, hrrn, and SJF algorithms with Java)
os
- 用java简单实现fcfs算法和sjf算法(Implementation of FCFS algorithm and SJF algorithm by Java)