-
简易贪吃蛇游戏
这是初学C语言时用C语言编写的一个贪吃蛇小游戏,实现了贪吃蛇游戏的基本功能,即通过上下左右操作实现蛇的移动,并且随机产生蛇的食物,通过界面刷新实现画面的更新
- 2022-03-21 13:34:00下载
- 积分:1
-
<Multimedia framework> is worth working in this area take a look at the To...
很值得从事这方面的同仁看一看,讲得不错,免费给你看啊,很有帮助,请支持一下本网站,真的很不错!- is worth working in this area take a look at the Tongren, speak well, look for free Here you are, ah, very helpful, please click Supporting this site, really very good!
- 2022-03-05 07:01:54下载
- 积分:1
-
这是一个healthcrocodile源代码
it is a source code of healthcrocodile
- 2022-03-15 00:49:42下载
- 积分:1
-
Visual C++2005 串口调试工具源码
Visual C++2005 串口调试工具源码,可使用Visual c++编译,实现串口通信的检测功能。
- 2023-08-04 05:50:04下载
- 积分:1
-
考试的3解决,SSD4
Exam 3 Solved, SSD4 -Exam 3 Solved, SSD4----------------
- 2023-08-11 15:40:03下载
- 积分:1
-
程序下方状态栏中记录了鼠标的位置。随着鼠标的移动,下方的数字不断变化,起到了“鼠标追踪”的效果。
程序下方状态栏中记录了鼠标的位置。随着鼠标的移动,下方的数字不断变化,起到了“鼠标追踪”的效果。-Procedures recorded in the status bar below the location of the mouse. With the mouse move, the bottom of the figures are constantly changing, and played a
- 2022-03-22 06:31:41下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
光工作站软件
光软件站- - - 文件编程-源程序代码下载(2)c语言窗口界面320x200x256VGA模式下的字体.zip-Light software stations--- file programming- source code download (2) c language interface window mode Dx200x256VGA fonts. Zip
- 2022-02-05 14:53:53下载
- 积分:1
-
这是一个比较简单的程序。
this a relatively simple program.
-this is a relatively simple program.
- 2022-12-26 17:30:03下载
- 积分:1
-
opencascade+color scale
是用opencascade为三维图形做颜色渲染,需先从文件当中读取点云文件,然后画成三角网格,最后再着色。着色的时候根据三角所受到的压力不同来显示颜色。
- 2022-05-19 06:17:58下载
- 积分:1