-
baoshu
报数问题。n个人围成一圈,1,2,3循环报数,报到3的人退出。到最后只余1人,输出最后留下的是第几号(最初的序号,以1起始)。压缩包内共三种方法。(Reported several problems. n personal circle, 1,2,3 newspaper circulation numbers, to report three people quit. To the final with only one person, the output of the last to leave the first few numbers (the first number, starting with 1). Three methods of compression package.)
- 2013-12-18 23:08:53下载
- 积分:1
-
GMC-AL1389L-2CI
GMC-AL1389L-2CI dvd player firmware
- 2011-09-29 02:25:02下载
- 积分:1
-
rake-1.0
about spanning tree, rake-1.0
- 2017-06-23 23:42:00下载
- 积分:1
-
20091204qqhappyfarm
QQ农场CSharp 核心源码。可以直接调用(QQ HappyFarm Tools import code.)
- 2009-12-04 16:07:30下载
- 积分:1
-
TDMAopnet
说明: opnet仿真tdma 编程 很适合基本的学习(opnet tdma simulation)
- 2021-04-13 14:58:56下载
- 积分:1
-
cSharp-Pzmq_googlebuffer
基于googlebuffer协议包与zmq的c#版(C# version based on package and ZMQ googlebuffer agreement)
- 2014-12-12 14:55:37下载
- 积分:1
-
menu
基于节点编号的多层液晶菜单界面设计,适用于按键少的简单界面。程序流程逻辑清晰,增删节点无需修改主程序部分,可移植性好.(Multilevel menu design base on Node Numbering, applies to the simple interface with little keys. Program logic is clear, nodes are added or removed without having to modify the main program sections, and has good portability.)
- 2020-10-02 10:07:44下载
- 积分:1
-
INNETER-IC
网络重传选择协议,可以检查传输信息的正确性。通过接受方的校检,通知发送方重新发送。
(
Network retransmission protocol, you can check the correctness of the transmission of information. By accepting the prosecution s school to notify the sender to resend.)
- 2015-10-14 09:19:13下载
- 积分:1
-
Linux_AES_example
一个AES-128算法实现及应用的例子。(Implementation and application of AES-128 algorithm)
- 2018-10-24 09:29:11下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1