-
这个程序的目的是使构建一个配置文件
The purpose of this program is to enable building a config file
to the radarFDTD package using a modern GUI.
- 2022-05-22 09:37:13下载
- 积分:1
-
PID控制是工程实际运用最多的控制器,此程序给出了用MATLAB设计控制器的基本程序,希望对大家有所帮助...
PID控制是工程实际运用最多的控制器,此程序给出了用MATLAB设计控制器的基本程序,希望对大家有所帮助-PID control is the most practical application of engineering controls, this procedure gives the controller design using MATLAB basic procedures, I hope all of you to help
- 2022-05-05 23:25:52下载
- 积分:1
-
组件的进展巴尔
像 ubunto barr 颜色司的变化与进步巴尔的酒吧在节点和多 mure,我发现这分组件时寻求其他人为我的项目。
- 2022-01-24 16:08:14下载
- 积分:1
-
Example the project test UART for AVR161 on C for IAR
Example the project test UART for AVR161 on C for IAR
- 2022-03-23 05:15:38下载
- 积分:1
-
一个汽车的fuzzy的控制,能很好地应用FUZZY的特点
一个汽车的fuzzy的控制,能很好地应用FUZZY的特点-a car fuzzy control can be well applied to the characteristics FUZZY
- 2022-12-30 03:05:04下载
- 积分:1
-
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。...
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。-This code for the udp communication procedures, mainly from one client to send data, and then the server receives paragraph.
- 2023-06-24 09:45:04下载
- 积分:1
-
Continuous trend of power system procedures, can calculate the maximum transmiss...
电力系统连续潮流程序,可以计算电力系统最大输电能力-Continuous trend of power system procedures, can calculate the maximum transmission capacity of power system
- 2022-07-20 01:19:56下载
- 积分:1
-
排序算法:包括直接插入排序、冒泡排序、基数排序、快速排序、堆排序、计数排序、归并排序...
排序算法:包括直接插入排序、冒泡排序、基数排序、快速排序、堆排序、计数排序、归并排序-Sorting algorithms: including direct insertion sort, bubble sort, radix sort, quick sort, heap sort, counting sort, merge sort
- 2022-02-02 14:19:45下载
- 积分:1
-
PHP programming language, the mail routines PHP and MYSQL
PHP编程语言发邮件的例程 PHP+MYSQL-PHP programming language, the mail routines PHP and MYSQL
- 2022-05-17 00:58:04下载
- 积分:1
-
five pig game
实现功能如下:1.选中一个珠子后,又点击第二个珠子,然后点击空白处移动的是第二个珠子(以前移动的 是第一个)
2.两边的人随着分子的变化而变化
算法大致描述:
左边的人:
当当前分数超过最大分数后,人开始下降,
下降的高度=总高度*((当前分数-最大分数)/最大分数)
加载图片时图片大小不变,只是图片左上角的高度提高“下降的高度”
这样显示出来的图片就“等于下降了一些”
右边的人:
和左边的人相反,右边的人是升高,
升高的高度=总高度*((最大分数-当前分数)/最大分数)
图片左上角的高度不变,只是增加图片高度,大小为升高的高度
这样显示出来的图片就“等于身高了一些”
未实现的目标(暂时的)
1.点击珠子的时候最好有动态效果
2.珠子移动的动态效果-five pig game
- 2022-07-14 13:35:33下载
- 积分:1