-
自由
FREE-RTOS 在LM3S811上的移植代码(KEIL)-FREE-RTOS in the transplant LM3S811 code (KEIL)
- 2023-08-24 19:45:04下载
- 积分:1
-
扫描空文件
扫描空文件 -scanning empty document scanning empty file
- 2022-03-20 12:07:48下载
- 积分:1
-
一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。...
一个简单的井字游戏,不是人机对战的,游戏需要两个人参与,在此抛砖引玉,希望有人能给我人机对战的代码。-gridwork a simple game, not the man-machine players, the game requires two people to participate in this suit, hoping that someone can give me man-machine players code.
- 2022-01-28 14:40:49下载
- 积分:1
-
Several on the fuzzy comprehensive evaluation of the article, those who are inte...
几个关于模糊综合评价的文章,有兴趣的人可以看看,应用很广泛。-Several on the fuzzy comprehensive evaluation of the article, those who are interested can see, the application is very wide.
- 2022-10-26 03:40:03下载
- 积分:1
-
武林外史WPE封包数据,包括最新的好东东!直接用WPE刷!有写刷物品地点!...
武林外史WPE封包数据,包括最新的好东东!直接用WPE刷!有写刷物品地点!-Wulin AE packet data, including the latest good Dong! Brush the direct use of AE! Brush has written articles locations!
- 2022-11-25 22:10:04下载
- 积分:1
-
人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤...
人工智能的八数码问题,可实现自动生成初始数,自动搜索,判断目标是否可达,并给出搜索步骤-AI 8 digital issues, can be realized automatically generate the initial number, auto-search, to determine whether the target up to, and gives search steps
- 2023-07-28 18:40:03下载
- 积分:1
-
edge Yee Queuing System server source code
力麒排队系统服务端原代码-edge Yee Queuing System server source code
- 2022-03-23 07:20:07下载
- 积分:1
-
用VC实现的扫雷小游戏,操作界面简单,可在休闲时玩一玩
用VC实现的扫雷小游戏,操作界面简单,可在休闲时玩一玩 -Realize the mine with VC game, user interface simple, leisure time in play
- 2022-02-09 17:56:36下载
- 积分:1
-
Given more than ten kinds of relevant OFDM channel estimation methods MATLAB cla...
给出了十余种有关OFDM信道估计方法的MATLAB经典程序-Given more than ten kinds of relevant OFDM channel estimation methods MATLAB classical procedures
- 2023-01-15 12:15:04下载
- 积分: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