-
ILI9325的51驱动程序,驱动2.4TFT屏
ILI9325的51驱动程序,驱动2.4TFT屏-ILI9325 51 drivers, driver 2.4TFT screen
- 2023-07-19 00:00:08下载
- 积分:1
-
The use of C++ Prepared lottery simulation procedures, the Lottery has three dif...
使用C++编写的模拟彩票的程序,有三种不同的彩票类型,正在学习C++的同学可以下载参考一下。-The use of C++ Prepared lottery simulation procedures, the Lottery has three different types, are learning to C++ Students can download the reference.
- 2022-07-06 18:48:52下载
- 积分:1
-
IDC3516
IDC3516-4-20mA电流环隔离接口芯片的应用-IDC3516-4-20mA current loop isolation Application Interface Chip
- 2023-05-22 06:50:03下载
- 积分:1
-
数字秒表具有正及时倒计时功能包括一些设计要求和原资料
数字秒表具有正及时倒计时功能包括一些设计要求和原资料-timer
- 2022-03-04 05:20:42下载
- 积分:1
-
pb开发的教师管理系统,供大家学习
pb开发的教师管理系统,供大家学习-pb development of the management system for teachers, for everyone to learn
- 2023-07-08 05:00:03下载
- 积分:1
-
cartoon rendering procedures Example
卡通渲染的程序示例-cartoon rendering procedures Example
- 2023-05-18 19:25:03下载
- 积分: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
-
按照数据结构书编的程序,编译出来完事的,能运行的"逆置带头结点的动态单链表L"...
按照数据结构书编的程序,编译出来完事的,能运行的"逆置带头结点的动态单链表L"-book series of the process, get away from the compiler can run the "reverse home lead the dynamic node L-List"
- 2022-10-19 16:25:03下载
- 积分:1
-
Rare DM9000 of the Chinese data. A detailed description of the internal and pin...
难得的DM9000的中文资料。详细的引脚描述以及内部及寄存器和功能描述。-Rare DM9000 of the Chinese data. A detailed description of the internal and pin registers and functional description.
- 2023-09-05 23:45:03下载
- 积分:1
-
conversion of forest to the corresponding binary tree algorithm
将森林转化为相应二叉树的算法-conversion of forest to the corresponding binary tree algorithm
- 2023-04-26 13:05:04下载
- 积分:1