-
five pig game
实现功能如下:1.选中一个珠子后,又点击第二个珠子,然后点击空白处移动的是第二个珠子(以前移动的 是第一个)
2.两边的人随着分子的变化而变化
算法大致描述:
左边的人:
当当前分数超过最大分数后,人开始下降,
下降的高度=总高度*((当前分数-最大分数)/最大分数)
加载图片时图片大小不变,只是图片左上角的高度提高“下降的高度”
这样显示出来的图片就“等于下降了一些”
右边的人:
和左边的人相反,右边的人是升高,
升高的高度=总高度*((最大分数-当前分数)/最大分数)
图片左上角的高度不变,只是增加图片高度,大小为升高的高度
这样显示出来的图片就“等于身高了一些”
未实现的目标(暂时的)
1.点击珠子的时候最好有动态效果
2.珠子移动的动态效果-five pig game
- 2022-07-14 13:35:33下载
- 积分:1
-
内存陷阱与缺陷 c语言的学习好帮手, 提纲挈领的让你一览c语言的陷阱,让你...
内存陷阱与缺陷 c语言的学习好帮手, 提纲挈领的让你一览c语言的陷阱,让你-Memory traps and defects in c language good helper, outlined allows you to list c language trap, so that you
- 2022-07-12 11:01:37下载
- 积分:1
-
用Wilson方法计算结构动力反应(无阻尼)
用Wilson方法计算结构动力反应(无阻尼)-Wilson calculated using the structure of dynamic response (without damping)
- 2022-08-15 16:59:35下载
- 积分:1
-
关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。...
关于SVM学习的两个ppt。内容通俗易懂,适合初学者看看,供大家参考。-On the SVM learning 2 ppt. The contents of user-friendly, suitable for beginners look for your reference.
- 2022-04-22 08:32:14下载
- 积分:1
-
搬运工,大家都玩过吧.这个是用c语言实现的.基本上实现游戏的大部分功能....
搬运工,大家都玩过吧.这个是用c语言实现的.基本上实现游戏的大部分功能.-porters, we all tried it. C is the language used to achieve. Basically most of the game to achieve functional.
- 2022-02-14 06:08:57下载
- 积分:1
-
a VB
一个用VB开发的细胞元动机-a VB-cell yuan motivation
- 2023-05-18 21:40:02下载
- 积分:1
-
关机程序,大家可以实现系统的正真关机,下载看看再说吧
关机程序,大家可以实现系统的正真关机,下载看看再说吧-Shutdown procedures, we can realize the system is really shut down, download看看再说吧
- 2023-01-26 07:25:04下载
- 积分:1
-
This article from the fieldbus control system development of the current situati...
本文从现场总线控制系统的发展现状出发,遵循现场总线控制系统标准的体系结构,仍由通用组态软件实现监控管理功能,由现场总线智能仪表实现生产控制功能。但在连接通用组态软件与现场总线智能仪表的信息通道中,采用OPC服务器、OPCActiveX控件取代10驱动程序,实现与Matlba数据共享和互联,无干扰地增加Matlba强大的符号、数值计算、矩阵运算以及图形显示的功能,实施先进控制、优化控制。
-This article from the fieldbus control system development of the current situation, following the standard fieldbus control system architecture, generic configuration software is still realize monitoring and management functions, by the field bus intelligent instruments of production control functions. However, in general configuration software to connect with fieldbus intelligent instrument information channel, the use of OPC server, OPCActiveX controls to replace the 10 drivers, and realize data sharing and Matlba the Internet without interference to increase Matlba powerful symbols, numerical calculation, matrix calculation and graphical display features, the implementation of advanced control, optimal control.
- 2022-09-22 20:20:03下载
- 积分:1
-
Mapeasy
Mapeasy 最初版本,比较干净-Mapeasy
- 2022-08-08 13:29:43下载
- 积分:1
-
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。...
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。
-c language to number guessing game, the rules of the game is relatively simple, general two people to play, one out of numbers, one guess. To a good number of people out of a 4-digit number does not repeat not be allowed to guess one knows. Guess people can start guessing. Each guess a number, a number of those who should according to this figure gives a few A few B, where A numerical position in front of the number of correct number, while the B before the numbers indicate the number of correct and incorrect number of locations the number of .
- 2022-12-26 22:50:03下载
- 积分:1