annie is an ANN, ie, Artificial Neural Network library developed in C++. It can be used to implement various kinds of neural networks like Multi-Layer Perceptron, Radial basis function networks, Hopfield networks etc.
標簽: Artificial developed implement Network
上傳時間: 2014-08-17
上傳用戶:trepb001
Single-layer neural networks can be trained using various learning algorithms. The best-known algorithms are the Adaline, Perceptron and Backpropagation algorithms for supervised learning. The first two are specific to single-layer neural networks while the third can be generalized to multi-layer perceptrons.
標簽: Single-layer algorithms best-known networks
上傳時間: 2015-06-17
上傳用戶:趙云興
人工智能中模糊邏輯算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support. It supports all commonly used shape functions and hedges, with full support for the various types of Aggregation, Correlation, Alphacut, Composition, Defuzzification methods. The latest version of the C++ Fuzzy Logic Class Library contains all the C++ source code and comes complete with a usage example for building a multi-controllers fuzzy logic model.
標簽: comprehensive constructing FuzzyLib library
上傳時間: 2013-12-17
上傳用戶:dbs012280
簡單清晰具有啟發性的實例。 Net1和Client1類實現了TCP的簡單應用。 Udp和Udpwatch類實現了UDP的簡單應用。 Chater是一個聊天小工具,綜合運用了TCP,UDP,IO,GUI,Thread等技術。對初學者很有啟發性。
標簽: Udpwatch Client1 Chater Net1
上傳時間: 2013-12-04
上傳用戶:xymbian
Welcome to PMOS. PMOS is a set of modules, mostly written in Modula-2, to support multitasking. PMOS was designed primarily with real-time applications in mind. It is not an operating system in the conventional sense rather, it is a collection of modules which you can import into your own programs, and which in particular allow you to write Multi-Threaded programs.
標簽: PMOS multitasking Welcome modules
上傳時間: 2015-07-10
上傳用戶:windwolf2000
W32.Bolzano這種新病毒在Windows 95和Windows NT的系統下復制,感染以EXE或SCR為擴展名的PE(Portable Executable)應用程序 該病毒會在感染過程中,為自己建立一道線緒(thread),而后當它執行主程序主線緒時,就會在背景處復制病毒,如此一來,用戶就不容易發現程序有任何延遲的現象
上傳時間: 2015-07-14
上傳用戶:wuyuying
The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread control panel to AI-based searches and more.
標簽: McGraw-Hill 0072255129 The Herbert
上傳時間: 2015-07-18
上傳用戶:lx9076
Readers can pick up this book and become familiar with C++ in a short time. Stan has taken a very broad and complicated topic and reduced it to the essentials that budding C++ programmers need to know to write real programs. His case study is effective and provides a familiar thread throughout the book.
標簽: familiar Readers become short
上傳時間: 2015-07-20
上傳用戶:thinode
Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c.
標簽: decompression compression Structure the
上傳時間: 2015-08-06
上傳用戶:jackgao
common c++提供socket,thread等系統編程可移植的實現。 是ccrtp必要的資源庫
上傳時間: 2015-08-18
上傳用戶:1101055045