-
The word building game is a well known game all over the world. It is also calle...
The word building game is a well known game all over the world. It is also called as scrabble. In this network-supported game, four players can play the game together sharing the same matrix board. Players can join their corresponding opponents directly by searching. I have used UDP sockets for searching the hosted game and TCP sockets for game processing. This game can be played within the subnet.
- 2023-01-15 04:30:03下载
- 积分:1
-
cadense orcad capture
cadense orcad capture
- 2022-09-17 21: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
-
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8...
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。
-Function for float fun (double h), the function of function: The value of the variable h in the retention of two decimals, and rounding to the third (of the value of h provides a positive number). For example: If the h value of 8.32433, the function returns 8.32 if the h value of 8.32533, the function returns 8.33.
- 2022-02-25 20:46:14下载
- 积分:1
-
一个小的使用,使数学建模的同志们应该知道,我不知道哟…
一个小的lindo,做数学建模的同志们应该知道吧,不知道你们用得上不。以后有好东西再给大家送来-A small lindo, make mathematical modeling comrades should know, I do not know you is not useful. After the U.S. has brought good things to give
- 2022-06-29 10:42:17下载
- 积分:1
-
一个各子棋的游戏代码,希望大家非常非常喜欢
一个各子棋的游戏代码,希望大家非常非常喜欢-the son of a chess game code, we hope very, very like
- 2022-03-14 21:52:35下载
- 积分:1
-
信号从发送者传送到接收者往往受到几种形式的变形而消弱,维纳滤波是一种从接收的原始信号中恢复信号的方法。...
信号从发送者传送到接收者往往受到几种形式的变形而消弱,维纳滤波是一种从接收的原始信号中恢复信号的方法。-signal transmitted from the sender to the receiver is often some form of the deformation and weaken. Wiener filter is a reception from the restoration of the original signal signal method.
- 2022-04-16 20:24:47下载
- 积分:1
-
两个矩阵相加ndfhja
两个矩阵相加ndfhja-two matrices together ndfhja
- 2023-06-17 22:45:03下载
- 积分:1
-
卸载软件不再繁琐,轻轻一点即可完成,纯绿色,我一直在用,效果不错...
卸载软件不再繁琐,轻轻一点即可完成,纯绿色,我一直在用,效果不错-Uninstall software no longer red, gently point to complete, pure green, I have been in use, good results
- 2023-08-09 08:40:03下载
- 积分:1
-
C语言赛车游戏,分步实现,多个源文件,含图片
C语言赛车游戏,分步实现,多个源文件,含图片-C language racing games, step-by-step to achieve a number of source files, including picture
- 2022-01-30 10:39:04下载
- 积分:1