-
This is a Visual C++ with the preparation of the Sokoban game, deficiencies, wil...
这是一个用Visual C++编写的推箱子游戏,不足之处,见谅。-This is a Visual C++ with the preparation of the Sokoban game, deficiencies, will be forgiven.
- 2022-11-19 20:05:03下载
- 积分:1
-
用visual c++编缉的一个N阶螺旋幻方程序,实现幻方功能。
用visual c++编缉的一个N阶螺旋幻方程序,实现幻方功能。-with visual c editing of a spiral bands N magic square procedures, functions magic square.
- 2023-04-21 06:15:03下载
- 积分:1
-
经典的数据结构课件,适合教学或自学用
这是我们上课时老师用的课件,感觉很好,我们也都学得不错,适合教学和自学用...
经典的数据结构课件,适合教学或自学用
这是我们上课时老师用的课件,感觉很好,我们也都学得不错,适合教学和自学用 -经典的数据结构课件,适合教学或自学用
这是我们上课时老师用的课件^^^^^^
- 2023-04-22 12:40:04下载
- 积分:1
-
DSP TMS320LF2407A 原理图及说明
DSP TMS320LF2407A 原理图及说明-TMS320LF2407A DSP diagram and descriptions
- 2022-03-24 10:47:52下载
- 积分:1
-
SDRAM
SDRAM
- 2022-05-07 09:34:55下载
- 积分:1
-
测试数据使用蜂群
此程序引入新的测试方法使用的蜂群,结果显示此方法是最佳的比较与遗传算法和一些其他算法领域的测试在测试分支的白框中的路径中的自定义方式。
- 2022-10-16 10:40:03下载
- 积分:1
-
I Yuntai collection lens control system. KEY code from the book to have out of i...
我收藏的云台镜头控制系统. 从书中把代码KEY了出来 有兴趣不妨用着-I Yuntai collection lens control system. KEY code from the book to have out of interest may wish to use a
- 2023-03-08 15:10:03下载
- 积分:1
-
LabWindowsCVI入门教程,让你快速学会LabWindowsCVI的一些基本使用方法,麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows...
LabWindowsCVI入门教程,让你快速学会LabWindowsCVI的一些基本使用方法,麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindowsCVI Getting Started Guide, lets you quickly learn to use some of the basic LabWindowsCVI method, the administrator of trouble to help me to open the download feature, I hasten to this site labwindows/CVI database tutorial, thank you!
- 2022-02-14 12:38:56下载
- 积分:1
-
只要你添加本章的内容到你希望联机的游戏上,再利用第七章编程的思想,任何简单的游戏,你都可以轻松地实现联机。...
只要你添加本章的内容到你希望联机的游戏上,再利用第七章编程的思想,任何简单的游戏,你都可以轻松地实现联机。-this chapter as long as you are adding to the content you want online games, we can use Chapter VII of programming ideas, any simple game, you can easily realize on-line.
- 2023-02-18 10:40: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