-
C车
飞思卡尔C车类型
Freescale C Car Type(Freescale C Car Type)
- 2020-06-22 03:20:01下载
- 积分: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
-
776867
说明: 此系统由VC++ 6 0 MFC开发而成,主要实现一些基本的界面操作,如画笔画刷,文字改变字体颜色,以及时钟显示和小型购物系(This system is developed by VC 60 MFC. It mainly implements some basic interface operation, such as brush, text changing font color, clock display and small shopping department.)
- 2018-12-31 12:24:07下载
- 积分:1
-
sysyem
在 Visual C++中操作Excel,对开发数据库管理系统很有意义(Operation Excel in Visual c + +, is very meaningful to the development of database management system)
- 2017-06-23 10:20:43下载
- 积分:1
-
实现MFC不规则对话框,一个漂亮的时钟计时器实例,
实现MFC不规则对话框,一个漂亮的时钟计时器实例,-The realization of irregular MFC dialog box, and a beautiful example of the clock timer,
- 2023-01-04 21:20:03下载
- 积分:1
-
一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。...
一款迷人而有趣的迷题游戏,是一个测试你智力水平的游戏。Java语言开发,使用方便,画面生动有趣。-one charming and interesting games that fans, is a test your intelligence level of the game. The Java language development, ease of use, picture lively and interesting.
- 2022-06-13 18:11:39下载
- 积分:1
-
Mastering_CMake
说明: cmake的书籍,适用于c++的自动化编译(it's a introduction of cmake)
- 2021-01-25 13:51:46下载
- 积分:1
-
frmGoodsOutDetail
this is a test upload.... let me upload it for testing purpose please.. i really want to download a file
- 2020-06-25 06:20:02下载
- 积分:1
-
thesis I used some of the pretreatment process, a lot of procedures are prepared...
我论文里用到的预处理的一些程序,很多程序都是我自己编写的,有用的可以一起讨论-thesis I used some of the pretreatment process, a lot of procedures are prepared by myself, can be useful to discuss
- 2022-11-23 16:25:03下载
- 积分:1
-
test1.part07
说明: 这是一个基于pocketsphinx的例子程序,已经在andtoid studio编译成功,并能识别简单的词汇。这是第7部分(This is an example program based on pocketsphinx, which has been successfully compiled in andtoid studio and can recognize simple words. This is the 7th part.)
- 2020-06-21 19:40:01下载
- 积分:1