-
复杂网络的拓扑辨识,通过复杂网络中节点的状态可以辨识出复杂网络的连接结构(洛仑兹系统)...
复杂网络的拓扑辨识,通过复杂网络中节点的状态可以辨识出复杂网络的连接结构(洛仑兹系统)-topology identification of complex networks. According to the node state of complex network, we can know the topology of this complex networks(Lorentz system)
- 2022-02-21 11:46:18下载
- 积分:1
-
邮件控制内网PC和网络设备等
本程序由主控端和被控端,以及,分别由VBscript和python混合写成。主要功能服务端解析用户发来的邮件(邮件的标题包含特定格式的命令),然后再发送相应的指令给客户端或者是网络设备,电脑客户端接收到命令,执行该命令,如执行时间同步,或者在一定时间内实现关机等,而网络设备通过接收到telnet命令,然后就可以完全可以控制整个支持telnet等服务的网络设备,如路由器、交换机或无线AP等设备,所有的操作步骤你都可以实时截图,然后再传回给用户。本程序主要特色点是利用电子邮件操作电脑或网络设备,而且可以通过截图功能反馈给用户整个操作是否已经达到效果,只要单位或者公司邮件端口是开着都可以正常工作。
- 2022-09-03 12:10:02下载
- 积分:1
-
a good book on system verilog
a good book on system verilog
- 2022-02-05 16:11:49下载
- 积分:1
-
现在广被认可的ncie考试的有关试题! 有兴趣的可以看看!...
现在广被认可的ncie考试的有关试题! 有兴趣的可以看看!-now widely recognized ncie examination of the papers! Interested parties can see!
- 2022-11-25 20:45:03下载
- 积分:1
-
一个小游戏 很好玩的扫雷游戏 比起电脑中的扫雷游戏给小巧
一个小游戏 很好玩的扫雷游戏 比起电脑中的扫雷游戏给小巧
-a little game is a lot of fun to the game than mine in a computer game compact mine
- 2022-03-11 23:04:41下载
- 积分:1
-
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本
OGRE开发包的依赖包,是VS2003版本的,不能用于其它VC版本-Ogre dependence development kit package is VS2003 version, can not be used for other VC version
- 2022-01-25 23:09:05下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightSer...
网络版珠宝大对决。
Sources目录为源代码,包含所有公共单元BaseClass|客户端服务DLL GemFight|服务端 GemFightServer
BIN目录为运行程序的目录
执行顺序
先运行bin目录下的服务端CenterServer.exe
此程序是登陆服务器 负责在线服务信息的路由。
bin目录下的服务端GemFightGameServer.exe
此程序是游戏服务器 负责珠宝大对决的游戏信息处理信息。
Bin客户端Client.exe
这个就是客户端了也就是游戏大厅 运行后
输入登陆服务器IP即可
账号可以使用 1~5登陆密码和账号相同
登陆后选择珠宝大对决服务器 任意加入2张桌子选择举手,双方都举手后即可开始2人对战。支持多人游戏。
-network version of a showdown between jewelry. Sources directory of the source code, All modules contain public BaseClass | client services DLL GemFight | server Ge mFightServer BIN directory for the program to run the list of first order of operation under the bin directory server CenterServer.exe this procedure is landing server online information service routing . The bin directory server GemFightGameServer.exe this procedure is the game Jewelry server for a showdown between the game of information processing. Bin client Client.exe the client is a games hall is running after importation Teng Lu IP server can a
- 2023-04-13 04:40:04下载
- 积分:1
-
c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的....
c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的.-c# prepared by "digging gold" game, in the conditions to avoid the enemy to collect a certain number of gold even if clearance. Design points to the use of authorship.
- 2022-06-21 06:03:35下载
- 积分:1
-
MODBUS protocol debugging software, make this comparison useful and useful on th...
MODBUS协议调试软件,做这的比较好用,有用的就下载-MODBUS protocol debugging software, make this comparison useful and useful on the download
- 2022-01-26 02:59:11下载
- 积分:1