-
C++Primer 4th,英文版,C++编程的得力助手,有需要的就赶快下吧
C++Primer 4th,英文版,C++编程的得力助手,有需要的就赶快下吧-C Primer 4th, English, C Programming"s right, we need it quickly under
- 2022-06-27 18:28:56下载
- 积分:1
-
asp programming entirely manual for novice! Where there were numerous examples a...
asp编程完全手册,适合新手!里面有大量实例和详细介绍,相信是你入门的好帮手!-asp programming entirely manual for novice! Where there were numerous examples and detailed information, I believe that your entry is a good helper!
- 2022-03-04 05:58:37下载
- 积分:1
-
C standard storehouse, has provided the standard C all
functions storehouse, is...
C标准库,提供了标准C的所有函数库,是开发人员必备手册,-C standard storehouse, has provided the standard C all
functions storehouse, is the development personnel necessary handbook,
- 2022-11-05 15:05:03下载
- 积分:1
-
Written in C language with a simple list of singers (rookie level), can achieve...
用C语言写的简单的歌手排行榜(菜鸟级),可以实现歌手的投票-Written in C language with a simple list of singers (rookie level), can achieve the singer" s vote
- 2023-01-05 16:45:04下载
- 积分:1
-
Protel dxp including the basic use, for beginners there will be a great help
包括protel dxp 的基本使用方法,对于初学者会有很大的帮助-Protel dxp including the basic use, for beginners there will be a great help
- 2022-03-23 06:59:41下载
- 积分:1
-
labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压...
labview教材的配书课件。制作详细,可供参考。共6部分,下载后统一解压-LabVIEW courseware materials with the book. The production of detailed, for reference. A total of 6 parts, download decompression unification
- 2022-04-28 15:57:27下载
- 积分:1
-
网络游戏开发的html文档。英文!
目录如下:
WinSock2 游戏编程
网络游戏开发 101
异步 Sockets 编程指南...
网络游戏开发的html文档。英文!
目录如下:
WinSock2 游戏编程
网络游戏开发 101
异步 Sockets 编程指南
多用户的服务器/客户模式聊天工具的开发
TCP/IP 协议介绍摘要
如何设计一个多人游戏
多人游戏的本质
制作一套网络消息引擎
使用统计学来预测网络上游戏者的动作
如何排除网络延迟
-Network game development html document. English! Contents are as follows: WinSock2 Game Programming Game Development Network Sockets Programming Guide 101 asynchronous multi-user server/client mode chat tools TCP/IP protocol Abstract Introduction How to design a multiplayer game multiplayer nature of the production of a network news the use of statistical prediction engine to the network how the player
- 2023-07-26 00:50:02下载
- 积分:1
-
一个科学计算器的源代码功能不是很全但, 一定能实现,上传的是一个压缩文件...
一个科学计算器的源代码功能不是很全但, 一定能实现,上传的是一个压缩文件-a scientific calculator function of the source code is not all but certainly can be realized, is to upload a compressed files
- 2022-04-30 08:07:05下载
- 积分:1
-
JavaScript的书籍介绍,纯正的英语,高手请进。
一本介绍javascript的好书,纯英文,高手请进。-javascript a briefing books, pure English, experts invited to play.
- 2022-07-26 02:35:28下载
- 积分:1
-
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到...
3. 约瑟夫环问题。设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,报m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;报到m的人出列;如此下去,直到所有人全部出列为止。用带头结点的单循环链表作数据元素的存储结构。
数据输入:
第一行为人数n。
第二行为报数值m。
数据输出:
依次输出出列人员的编号。
示例:
输入文件input3.txt:
4
3
4 1 3 2
输出:(标准输出)
3 2 4 1
-3. Joseph Central problems. Located numbered 1,2, ..., n (n
- 2022-05-14 13:51:18下载
- 积分:1