-
the source code in C/C writes. Direct exe files can be run, realizing see CPP do...
几个小游戏的源码,用C/C++写的。
直接运行exe文件可看,实现见CPP文件。-the source code in C/C writes. Direct exe files can be run, realizing see CPP document.
- 2022-06-26 19:52:21下载
- 积分:1
-
手机版推箱子游戏,运行于展讯平台,测试通过。
手机版推箱子游戏,运行于展讯平台,测试通过。-Sokoban Games Mobile, running on Spreadtrum platform for the test.
- 2022-01-29 01:33:07下载
- 积分:1
-
液晶LCD12864的画曲线的程序,有直线、正弦、等等,你参考。
液晶显示屏lcd12864画曲线程序,有直线,正弦等等,各位参考-LCD lcd12864 painting curve procedures, have straight, sinusoidal, etc., you refer to
- 2022-02-01 17:19:57下载
- 积分:1
-
matlab xiaochenxu,xuexi haodongxi ppt
matlab xiaochenxu,xuexi haodongxi ppt
- 2022-03-18 12:10:28下载
- 积分:1
-
Chap
插分约素的内容,很有用,希望对大家有帮助-Chap-hours about the contents of useful, and I hope to be helpful
- 2022-12-08 18:55:03下载
- 积分:1
-
Project "Hand
Project "Hand-Control with G-Sensor for Modelhelicopter C-Code"
- 2022-02-14 02:21:44下载
- 积分:1
-
包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。...
包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。-Contains the commonly used LMS, RLS, fast RLS (FTF) adaptive filtering algorithm, etc. to collect a wide range of Collection, all for the m file, very enlightening and better understanding of the adaptive algorithm.
- 2022-07-24 07:34:42下载
- 积分: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
-
这是c++研究调用析构函数和构造函数的时机
这是c++研究调用析构函数和构造函数的时机-This is the c++ research calls destructors and Constructors time
- 2023-02-15 08:05:04下载
- 积分:1
-
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的Spar...
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的SpartanⅡ系列的2sc200PQ208-5芯片上编程实现了整个系统的控制部分,整个自动控制系统由四个模块构成:秒分频模块、控制模块、计量模块和译码显示模块。该设计不仅仅实现了显示计程车计费的功能,其多功能表现在它可以通过选择键选择显示计程车累计走的总路程和乘客乘载的时间。计时、计程、计费准确可靠,应用于实际当中有较好的实用价值和较高的可行性。-introduced FPGA-based multifunctional taxi meter circuit design. The design using programmable logic device FPGA ASIC design, and for the super-high-speed VHDL hardware description language in the company Xilinx Spartan II Series 2 sc 200PQ208-5 chip programming of the control system as a whole, Automatic control the entire system from four modules : a seconds-frequency module, control module, metrology modules and decoding module. The design not only achieved a taxi showed Billing functions, Multifunctional its performance through its keypad revealed taxi taking the cumulative total journey of the passengers took the set time. Program, log, billing is accurate, reliable and practical application of them have good practical value and the
- 2022-01-22 15:10:54下载
- 积分:1