-
c语言的常用函数以及一些小游戏代码,如文曲星小游戏、五子棋游戏等...
c语言的常用函数以及一些小游戏代码,如文曲星小游戏、五子棋游戏等-commonly used functions and some game code of c language ,
- 2023-06-20 23:25:03下载
- 积分:1
-
Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统...
Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统提供的命令。要想真正理解Linux系统,就必须从Linux命令学起,通过基础的命令学习可以进一步理解Linux系统。-Linux provides a large number of commands, which can effectively use a lot of work, such as disk operations, file access, directory operations, process management, file permissions settings. Therefore, the Linux system work, the use of system commands. To truly understand the Linux system, it must learn from the Linux command, the command-based learning can be through a better understanding of Linux.
- 2022-02-06 01:39:24下载
- 积分:1
-
关于多媒体无线网络的技术标准及QoS的电子书
关于多媒体无线网络的技术标准及QoS的电子书-Multimedia-Wireless-Networks-Technologies-Standards-and-QoS
- 2022-02-20 02:31:32下载
- 积分:1
-
FOREWORD: Serving the C++ Community
FOREWORD: Serving the C++ Community
- 2023-02-14 16:45:04下载
- 积分:1
-
介绍怎样产生随机数的文章,在计算机中并没有一个真正的随机数发生器,但是可以做到使产生的数字重复率很低,这样看起来好象是真正的随机数,实现这一功能的程序叫伪随机数...
介绍怎样产生随机数的文章,在计算机中并没有一个真正的随机数发生器,但是可以做到使产生的数字重复率很低,这样看起来好象是真正的随机数,实现这一功能的程序叫伪随机数发生器。-Describes how to generate random numbers of articles in the computer does not have a true random number generator, but it can be done to generate the number of repetition rate is very low, this might seem true random numbers, to achieve this functionality program is called pseudo-random number generator.
- 2022-02-05 10:01:05下载
- 积分:1
-
这是一个linux的API书,相信对大家有一定的帮助!
这是一个linux的API书,相信对大家有一定的帮助!-This is a linux API, I believe that we have certain!
- 2022-05-20 01:25:40下载
- 积分:1
-
实现图形绘制功能,用C语言所写的,请关注
实现图形绘制功能,用C语言所写的,请关注-The realization of graphics rendering capabilities, using C language written by, please take heed of
- 2022-02-03 18:06:08下载
- 积分:1
-
Windows CE NET under the USB device driver development
Windows CE NET下USB设备驱动开发-Windows CE NET under the USB device driver development
- 2022-04-15 05:44:53下载
- 积分:1
-
NETBIOS C程序源代码 用于网络通信
NETBIOS C程序源代码 用于网络通信-NETBIOS C source code for network communication
- 2022-08-07 18:52:40下载
- 积分:1
-
Tug of War(A tug of war is to be arranged at the local office picnic. For the tu...
Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other the number of people on the two teams must not differ by more than 1 the total weight of the people on each team should be as nearly equal as possible. The first line of input contains n the number of people at the picnic. n lines follow. The first line gives the weight of person 1 the second the weight of person 2 and so on. Each weight is an integer between 1 and 450. There are at most 100 people at the picnic. Your output will be a single line containing 2 numbers: the total weight of the people on one team, and the total weight of the people on the other team. If these numbers differ, give the lesser first. )
- 2023-08-25 03:35:03下载
- 积分:1