-
gobangCPP
C++五子棋代码,有详细的算法注释,代AI算法...可直接运行(C++ gobang game code-with AI。it can work directly)
- 2012-07-01 18:32:24下载
- 积分:1
-
condensation
用与水蒸气冷凝为水的程序,可以作为源项加入质量方程和能量方程(condensation UDF)
- 2014-05-05 14:38:54下载
- 积分:1
-
automaticbander
本文致力于研究和开发一种成本低、结构紧凑、操作方便的自动捆扎机。主要工作是根据实际的捆扎工艺,设计了捆扎机的总体结构;然后对捆扎工艺中的关键技术进行了深入研究,设计了机电一体化机构,运用PLC编程来实现控制系统,最终实现捆扎,转动,推箱等动作。本设计为快速方便的实现十字形捆扎提供了一种可靠的装置。( The major work is designing the overall structure of Automatic Strapping Machine according to the actual bind process. Then the key technologies of the labeling are studied, design a mechanism of electromechanical integration, use of PLC programming to achieve control system. Finally, Realize binding, rotating, pushing the carton and other movement. This designed a rapid realization of cross Banding mahchine.)
- 2010-05-26 01:01:00下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
大灰狼远控源码 增加QQ显功能
说明: 支持最全的远控工具了,源码多看一下吧,也可以自己改,多玩一下吧,最近云计算多(Take a look at the full source code)
- 2019-01-26 14:41:03下载
- 积分:1
-
FTP下载
采用C#语言编写的FTP下载功能包,可以远程登录FTP服务器下载任何想下载的路径,
- 2022-08-15 12:11:35下载
- 积分:1
-
BPalgorithm
LDPC目前用的最多、性能最好的译码算法为BP译码算法,本程序用C语言对BP译码算法进行了实现,为了方便初学者,本文还附带了两篇关于BP算法的论文。(LDPC is currently the most used, the best performance of the decoding algorithm for BP decoding algorithm, this procedure using C language on the BP decoding algorithm is implemented, in order to facilitate the beginners, this paper also comes with two pieces of paper on the BP algorithm. LDPC is currently the most used, the best performance of the decoding algorithm for BP decoding algorithm, this procedure using C language on the BP decoding algorithm is implemented, in order to facilitate the beginners, this paper also comes with two pieces of paper on the BP algorithm.)
- 2021-04-13 14:18:56下载
- 积分:1
-
C# 电源电压电流上位机 串口源码,rs232
【实例简介】 C# 电源电压电流上位机 源码
- 2021-12-25 00:31:15下载
- 积分:1
-
UCGUI-API
UCGUI 完整函数列表,帮助初学者更快使用UCGUI的库函数(UCGUI API)
- 2016-06-29 11:59:45下载
- 积分:1
-
fghfgh
很小的课程设计,是关于c的 图书信息管理系统(Small curriculum design, c books on information management system)
- 2010-06-30 10:34:26下载
- 积分:1