联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All C/C++(181) 

[人工智能/神经网络/深度学习] 超级刷单-【10.18版】(1)

一款主要为刷手数佣金而生的超级刷单-EA,黄金、货币都可以,黄金的效果尤为突出,单量惊人,账户还会有不小的盈利 ,月盈利30%左右,能刷出50手左右的单子,基本进去就会有单子产生 ,策略自带止盈止损 ,严格止损,所以不会死扛,也不用担心会爆仓! 建议加载货币:XAUUSD 建议加载周期:15M 建议默认参数:1000美金跑0.01手,建议模拟测试稳定后在实盘!!! 咨询V/Q1746395789 (2022-03-05, C/C++, 84KB, 下载0次)

http://www.pudn.com/Download/item/id/1646467860740950.html

[人工智能/神经网络/深度学习] 人工智能(AI)程序设计(面向对象语言)

本书主要介绍人工智能的基础知识和应用于人工智能与专家系统领域的面向对象逻辑程序设计语言Visual Prolog 等内容。第 1 部分主要介绍人工智能的基础知识、知识的表示方法以及 AI 的编程基础。第 2 部分介绍 Visual Prolog 的编程基础,主要包括 Visual Prolog 的类与对象机制、程序结构、GUI 编程、逻辑层编辑、数据层编程、CGI 编程等。第 3 部分介绍 Visual Prolog 的语言特性,主要包括 Visual Prolog 语言元素Visual Prolog 数据元素、Visual Prolog 程序元素以及 Visual Prolog 与其他编程语言接口等。 本书适合于计算机课程体系中智能类课程的教学,也可供有关专业的师生和科技人员参考。
This book mainly introduces the basic knowledge of artificial intelligence and the object-oriented logic programming language Visual Prolog applied in the field of artificial intelligence and expert system. The first part mainly introduces the basic knowledge of artificial intelligence, the representation of knowledge and the programming basis of AI. The second part introduces the programming foundation of visual prolog, including class and object mechanism, program structure, GUI programming, logic layer editing, data layer programming, CGI programming, etc. The third part introduces the language features of visual prolog, including Visual Prolog language elementProlog data elements, Visual Prolog program elements and Visual Prolog and other programming language interfaces.This book is suitable for the teaching of intelligent courses in the computer curriculum system, and can also be used as a reference for teachers, students and technicians. (2020-09-03, C/C++, 6252KB, 下载4次)

http://www.pudn.com/Download/item/id/1599103275867372.html

[人工智能/神经网络/深度学习] 游戏编程中的人工智能技术

游戏中的人工智能一书pdf 分享
Pdf sharing of AI book in the game (2020-02-15, C/C++, 11117KB, 下载1次)

http://www.pudn.com/Download/item/id/1581707989630018.html

[人工智能/神经网络/深度学习] matlab仿真

matlab中的所以程序均采用M文件进行原始编程,能够具体对算法的实现过程有更直观的理解和掌握。
All the programs in MATLAB use m file for original programming, which can have a more intuitive understanding and grasp of the algorithm implementation process. (2019-12-20, C/C++, 32KB, 下载0次)

http://www.pudn.com/Download/item/id/1576853641338350.html

[人工智能/神经网络/深度学习] 算法

编程语言为C++的几个常见算法源码,提供给大家
Programming language for C++ several common algorithm source code, to everyone. (2018-04-25, C/C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1524646427395571.html

[人工智能/神经网络/深度学习] 8735236

简单的编程,通过算法来实现将民排好序的数组反序排列 (2018-03-14, C/C++, 6KB, 下载1次)

http://www.pudn.com/Download/item/id/1521040680818547.html

[人工智能/神经网络/深度学习] wjy

winnt下获取窗口标题的更快速方法,不错的源码
Under winnt faster way to gain the window title, good source (2017-07-22, C/C++, 14KB, 下载1次)

http://www.pudn.com/Download/item/id/1500691020901026.html

[人工智能/神经网络/深度学习] bp_neural_network

用MATLAB编程BP神经网络程序,要模式识别分类的,
Programming with MATLAB BP neural network program, to pattern recognition and classification of, (2015-12-11, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1449822960156791.html

[人工智能/神经网络/深度学习] ACOTSP.V1.0

该程序利用C编程实现蚁群算法解决旅行商问题
ACO algorithm for TSP (2014-04-22, C/C++, 97KB, 下载7次)

http://www.pudn.com/Download/item/id/2519268.html

[人工智能/神经网络/深度学习] 8digit

使用启发式搜索,解决8数码问题,编程环境为CodeBlocks。
Use heuristic search to solve eight digital programming environment for CodeBlocks. (2013-12-22, C/C++, 475KB, 下载3次)

http://www.pudn.com/Download/item/id/2432914.html

[人工智能/神经网络/深度学习] sniffer

sniffex源码,采用libpcap库,是学习pcap编程的典型实例
sniffex source, the libpcap library, is to study a classic example of pcap programming (2013-11-24, C/C++, 6KB, 下载3次)

http://www.pudn.com/Download/item/id/2407960.html

[人工智能/神经网络/深度学习] sniffer

sniffex源码,采用libpcap库,是学习pcap编程的典型实例
sniffex source, the libpcap library, is to study a classic example of pcap programming (2013-11-16, C/C++, 6KB, 下载1次)

http://www.pudn.com/Download/item/id/2401356.html

[人工智能/神经网络/深度学习] Kmeans-algorithm

模式识别算法Kmeans算法原理及C++编程实现
Pattern recognition algorithm Kmeans algorithm and C++ programming (2013-06-09, C/C++, 26KB, 下载7次)

http://www.pudn.com/Download/item/id/2274871.html

[人工智能/神经网络/深度学习] CMAC.cpp

用c++算法实现CMAC神经网络的算法,过程很详细,可作为神经网络编程的参考
CMAC neural network algorithm achieved with c++ algorithm (2012-08-31, C/C++, 5KB, 下载9次)

http://www.pudn.com/Download/item/id/1980834.html

[人工智能/神经网络/深度学习] Neuron-Model

一个神经元模型的C编程算法,我也不知道还怎么说了
A neuron model of the C programming algorithm (2012-05-09, C/C++, 2KB, 下载5次)

http://www.pudn.com/Download/item/id/1861835.html

[人工智能/神经网络/深度学习] GA(CPP)

C++编程的遗传算法代码 希望对想学C++和遗传算法的人有用
C++ GA (2012-01-06, C/C++, 3KB, 下载6次)

http://www.pudn.com/Download/item/id/1751563.html

[人工智能/神经网络/深度学习] Introduction-to-Algorithms

麻省理工学院算法设计导论,一些有用的资料用于编程算法设计
Introduction to Algorithms Second Edition of MIT,some useful document (2011-12-06, C/C++, 18275KB, 下载2次)

http://www.pudn.com/Download/item/id/1722226.html

[人工智能/神经网络/深度学习] counter8

PsoC(可编程片上系统)C语言源代码,计数器程序
psoc (2010-06-14, C/C++, 167KB, 下载11次)

http://www.pudn.com/Download/item/id/1213109.html

[人工智能/神经网络/深度学习] khepera

K-team公司生产的Khepera2型号的轮式机器人编程手册
K-team models produced Khepera2 wheeled robot programming manual (2010-05-24, C/C++, 446KB, 下载13次)

http://www.pudn.com/Download/item/id/1185933.html

[人工智能/神经网络/深度学习] feng-master.tar

一个很不错的RTSP服务器,对学习RTSP编程的人来说,很有参考意义。
feng:a rtsp server (2009-10-27, C/C++, 248KB, 下载20次)

http://www.pudn.com/Download/item/id/951110.html
总计:181