资源列表
热血江湖服务端C++源代码
- 热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。 此文件包含组成 GameServer 应用程序 的每个文件的内容摘要。 ,RXJH_source
php+mysql.rar
- 一个小巧的PHP+mysql的留言板源码,非常简练美观,A compact PHP+ Mysql message board source code is very concise and beautiful
cs.rar
- 当前统计模型的跟踪方法,并给出相应的目标运动轨迹和预测估计,程序经证明是有效的。,Current statistical model of the tracking method, and gives the corresponding target trajectory estimates and projections, the program proved to be effective
malloclab-handout
- CSAPP malloc实验的优化,以及几个运行的实例。-CSAPP malloc experiment optimization, and several running examples.
tor-0.2.1.20.tar
- The Onion Router 洋葱路由。具体不用解释了。-The Onion Router Onion Routing. Not specifically explained.
Static Router
- 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip
IEC101-104
- 电力通讯规约IEC61850-101 61850-104规约模拟器源代码,VC编写,可直接编译。-Power communication protocol IEC 61850-101 61850-104 Statute of the simulator source code, VC prepared, can be directly compiled.
Qt
- 有关基于C++的QT局域网聊天软件设计程序源码-Related C++ the QT-based LAN chat software design program source code
WAS 解压
- 快速将大话西游2中的was文件解出,所得文件为包含所有方向所有帧的Png图片。(The was file in the western tour 2 of Dahua is quickly solved, and the resulting file is a PNG picture containing all frames in all directions.)
9b60670cc088486a921a7a8c833eab34
- 晶体塑性所用代表体积元(RVE)ABAQUS插件,适用于2016或6.14后带plug-ins选项的版本(The representative volume element (RVE) ABAQUS plug-in for crystal plasticity is available for 2016 or 6.14 versions with plug-ins options)
奇异值确定K
- 根据奇异值分解出来的奇异值,画出奇异值分布曲线,根据公式算出奇异值的突变点,此时突变点即是VMD分解分量数的K值(According to the singular value decomposed by singular value, the distribution curve of singular value is drawn, and the mutation point of singular value is calculated according to the formula.
sLinkList
- 项目任务 在单链表类中增加一个功能erase(x, y), 删除表中所有值在 [x, y] 之间的结点。假设链表中结点数值类型是整形,要求编程返回删除相应结点后的链表长度和链表元素。 输入描述 第一行输入链表List的结点元素值,元素之间用空格间隔,且均为int类型; 第二行输入为x和y,分别表示需要删除结点元素的最小值和最大值。 输出描述 第一行输出删除相应结点后链表的长度; 第二行输出删除相应结点后链表的所有元素,元素之间用空格间隔。若无剩余元素,输出null。(Project task