-
俄罗斯方块 一个用vb2005编写的。请大家多多指教。
俄罗斯方块 一个用vb2005编写的。请大家多多指教。-Tetris one written using vb2005. Please exhibitions.
- 2022-06-28 05:39:38下载
- 积分:1
-
背单词2
背单词2-two words back
- 2022-08-11 23:54:07下载
- 积分:1
-
由乘法器组成 单边带信号产生的 仿真源代码 msm
由乘法器组成 单边带信号产生的 仿真源代码 msm -Composed of single sideband signal by the multiplier generated simulation source code msm
- 2022-03-21 18:29:42下载
- 积分:1
-
我们已经在我们
Where We ve Been Where We re Going
Back in February (that s 1998, but it almost seems longer), Dr. GUI set off to start a set of columns on the Active Template Library (ATL).
- 2023-05-07 15:45: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
-
对交互式电子白板的使用方法的VCM课件可以作为参考。
该课件讲解vcm互动式电子白板的使用方法,可以作为培训课件,也可自学-The VCM courseware on the use of interactive whiteboard methods can be used as training courseware can also be self-
- 2022-08-16 22:58:23下载
- 积分:1
-
Huffman coding used to complete the document compression and decompression
用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
- 2023-04-03 11:50:03下载
- 积分:1
-
网络硬盘的介绍。可通过tcpip来存取数据
网络硬盘的介绍。可通过tcpip来存取数据-network on the hard drive. Tcpip can access the data
- 2022-02-10 06:35:06下载
- 积分:1
-
A student s accomplishments are known to the array in this array failed to ident...
已知一个学生的成绩数组,在这个数组中找出其中有不及格课程的学生及其学生号-A student s accomplishments are known to the array in this array failed to identify which students and their student number
- 2023-08-17 20:55:02下载
- 积分:1
-
js五子棋
纯js代码实现五子棋,但是算法存在一些缺陷,实现了判定输赢的算法和判定黑白棋下棋顺序的算法,在实现人机对下的算法有比较大的缺陷
- 2022-09-08 01:15:03下载
- 积分:1