-
俄罗斯方块
俄罗斯方块是款非常流行的小游戏,通过七个方块的旋转和位移,构成各种变幻莫测的图案。而游戏者也在不断的叠加和消除中找到乐趣。
从编程的角度来说,这个游戏混合了键盘事件,定时器,随机数,鼠标事件(如果没有菜单,这个也不是必需的),数据结构比较清晰,算法比较灵活,图形是比较简单的矩形,所以很适合刚学习完某种语言的语法又想做点什么的初学者。
- 2022-03-22 04:36:54下载
- 积分:1
-
类的设计学习,构造函数和析构函数的设计学习
类的设计学习,构造函数和析构函数的设计学习-Type of design study, constructor and destructor of the design of learning
- 2022-01-22 08:04:35下载
- 积分:1
-
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序...
一个用c++写的简单的学生管理系统,包括添加,删除,按成绩平均分和总分排出顺序-A c++ to write with a simple management system for students, including add, delete, according to results from the average total points and the order of
- 2022-01-26 00:06:59下载
- 积分:1
-
visual basic程序实现凸轮机构设计
visual basic程序实现凸轮机构设计-visual basic cam design program
- 2022-04-27 00:38:21下载
- 积分:1
-
网页恶意代码大总结(共15项)
以下代码仅供学习研究使用,请勿使用害人,造成损失本人概不负责,谢谢合作!...
网页恶意代码大总结(共15项)
以下代码仅供学习研究使用,请勿使用害人,造成损失本人概不负责,谢谢合作!
-website grand summary of malicious code (a total of 15), the following code only to study the use, please do not use harmful, I caused the loss is not responsible for, Thank you for your cooperation!
- 2022-11-24 22:30:03下载
- 积分:1
-
绘图软件 绘图软件 绘图软件 绘图软件
绘图软件 绘图软件 绘图软件 绘图软件-hui tu ruan jian aaaaaaaaaaaaaaaaaaaa
- 2022-05-26 18:12:53下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1
-
台球地图实现,可以移植的模块,适合大多数的台球小程序,很方便...
台球地图实现,可以移植的模块,适合大多数的台球小程序,很方便-Billiard map realize, you can transplant the module, suitable for the majority of billiards applet, it is convenient
- 2022-02-03 06:41:00下载
- 积分:1
-
这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign――C语言编写的时钟程序Very Sim...
这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign――C语言编写的时钟程序Very Simple CPU――CPU仿真工具StudentQuery――基于SQL语言数据库的学籍管理系统Theory of Computation――一些关于计算理论算法的实现,详见内附说明Hotel――酒店管理系统另外还有一些硬件VHDL方面的程序,整理好后会陆续上传-here at school I wrote some of the procedures, some of which may be Java recompile about to run, as follows : C Course Disign-- C language clock procedures Very Simple CPU-- CPU simulation tool StudentQuery-- based on SQL database the Information Management Theory of Computation-- some theoretical algorithm for the calculation of the realization of enclosing detailed statement Hotel-- hotel management system there are some VHDL hardware of the procedures, will be sorted out gradually upload
- 2022-08-16 08:29:14下载
- 积分:1
-
经典的起泡排序代码,可以显示每一步的过程
经典的起泡排序代码,可以显示每一步的过程-classic bubble sort code can demonstrate that the process every step
- 2022-06-29 17:32:01下载
- 积分:1