-
Breakout game, is divided into more closed, Main to run a function
打砖块游戏,分为多关,Main为运行函数-Breakout game, is divided into more closed, Main to run a function
- 2022-04-10 19:46:22下载
- 积分:1
-
astar算法,很有用,运行没有错误,又需要的同学赶紧下哦
astar算法,很有用,运行没有错误,又需要的同学赶紧下哦-astar algorithm, useful, run no errors, but also those students in need under the oh hurry
- 2022-01-31 22:25:57下载
- 积分:1
-
一个运动控制卡的例程,编辑后就可以运行.
一个运动控制卡的例程,编辑后就可以运行.-A motion control card routines, editing after the run.
- 2023-01-26 10:00:04下载
- 积分:1
-
c++实现贪吃蛇游戏
利用C++编写贪吃蛇游戏,通过操作键盘方向键可以控制贪吃蛇的移动,每吃掉一个刷新的食物之后会加长一个单位。每个食物的刷新都优先设定好了一个可以行进的路线,当贪吃蛇的头碰到身体或者刷新食物时没有任何一个可以行进的路线则算游戏失败,完成贪吃蛇吃满全屏幕则算游戏成功。
- 2022-03-10 22:30:00下载
- 积分:1
-
研究部在整个现场被逮捕
学习部落网全站源码全在,功能十分强大,用户可以得到大量的学习资源!-Study Department of the arrest at the whole site-wide source, very powerful feature, users can receive many study resources!
- 2022-02-02 07:55:55下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
Capacitance introduced the article, when you choose what kind of capacitor to wo...
介绍电容的 文章, 当你为选什么样的电容发愁时, 就看看它-Capacitance introduced the article, when you choose what kind of capacitor to worry about when to see it
- 2023-04-02 16:10:04下载
- 积分:1
-
VIPer53 switching power supply design, SCH and PCB, the efficiency of 56 percent...
VIPer53设计的开关电源,SCH及PCB,效率56%,很想提高效率,但有点难度.希望大家讨论.-VIPer53 switching power supply design, SCH and PCB, the efficiency of 56 percent, wanted to improve efficiency, but it
- 2022-10-13 18:15:03下载
- 积分:1
-
弹球游戏,java原程序,实现弹球的需求,对弹球开发的朋友有点帮助...
弹球游戏,java原程序,实现弹球的需求,对弹球开发的朋友有点帮助-marble game, java code
- 2023-07-05 07:30:04下载
- 积分:1
-
container class and the realization of the definition, because the need for the...
容器类的实现和定义,由于使用迭代器需 要关于STL容器类和算法的知识,-container class and the realization of the definition, because the need for the use of iterative STL containers on the type and algorithms knowledge,
- 2022-03-14 09:50:30下载
- 积分:1