Microsoft .Net(fuzzynet)的模糊逻辑库。 该库是易于使用的组件,可实现模糊推理系统(同时支持Mamdani和Sugeno方法)。 该库是用C#编写的。 提供了样本和API文档。 该库已在http://bettingstudio.com算法中使用。
2024-01-06 17:00:38 42KB 开源软件
1
Envision Image Library - Version 3.00 OVERVIEW The Envision Image Library augments Borland/Embarcadero's Delphi with powerful imaging capabilities. The library provides image file I/O for popular file formats, printing, scanning, ocr interface, and image processing features for 32 and 64 bit applications. INSTALLATION The library is deployed in a simple zip archive. Just extract the file with directories in the base directory of your choice. No registry settings, no global files in your system directories. To uninstall, just delete the folder. The design-time package need to be installed in the Delphi In the IDE of all versions, this is done from the Component | Install Packages menu. For Delphi 7, install the .\packages\En_D7.Bpl file For Delphi 2005, install the .\packages\En_D2005.Bpl file For BDS 2006, install the .\packages\En_D2006.Bpl file For BDS 2007, install the .\packages\En_D2007.Bpl file For Rad Studio 2009, install the .\packages\En_D2009.Bpl file For Rad Studio 2010, install the .\packages\En_D2010.Bpl file For Rad Studio XE, install the .\packages\En_DXE.Bpl file For Rad Studio XE2, install the .\packages\En_DXE2.Bpl file For Rad Studio XE3, install the .\packages\En_DXE3.Bpl file For Rad Studio XE4, install the .\packages\En_DXE4.Bpl file QUICK START There is a sample project file for each supported version of Delphi. For Delphi 7, .\Example\DemoD7.Dpr For Delphi 2005, .\Example\DemoD2005.bdsproj For BDS (Delphi) 2006, .\Example\DemoD2006.bdsproj For BDS (Delphi) 2007, .\Example\DemoD2007.bdsproj For Rad Studio 2009, .\Example\DemoD2009.bdsproj For Rad Studio 2010, .\Example\DemoD2010.bdsproj For Rad Studio XE, .\Example\DemoDXE.bdsproj For Rad Studio XE2, .\Example\DemoDXE2.bdsproj For Rad Studio XE3, .\Example\DemoDXE3.bdsproj For Rad Studio XE4, .\Example\DemoDXE4.bdsproj When creating a new project with the evaluation version, the appropriate path must be added to the Project | Library path options. See the options in the example projects for details. For Delphi 7, add .\Trial\D7 and the base directory For Delphi 2005, add .\Trial\D2005 and the base directory For BDS 2006 (Delphi), add .\Trial\D2006 and the base directory For BDS 2007 (Delphi), add .\Trial\D2007 and the base directory For Rad Studio 2009, add .\Trial\D2009 and the base directory For Rad Studio 2010, add .\Trial\D2010 and the base directory For Rad Studio XE, add .\Trial\DXE and the base directory For Rad Studio XE2, add .\Trial\DXE2 and the base directory For Rad Studio XE2 64 bit, add .\Trial\DXE2_64 and the base directory For Rad Studio XE3, add .\Trial\DXE3 and the base directory For Rad Studio XE3 64 bit, add .\Trial\DXE3_64 and the base directory For Rad Studio XE4, add .\Trial\DXE4 and the base directory For Rad Studio XE4 64 bit, add .\Trial\DXE4_64 and the base directory HISTORY See Version History in Help file MORE INFORMATION See the online help file: Envision.Chm On the Internet: www.intervalsoftware.com
2024-01-05 01:28:35 28.45MB Envision
1
Rogue Wave Standard C++ Library的User Guide和 Class Reference,从网上下载了html和图片,然后整理成chm,方便查阅,还算完美。
2023-12-22 08:03:11 1.04MB STL Rogue Wave
1
XMPPHP:PHP XMPP Library。提供的功能包括:可以连接任何XMPP1.0服务器,支持TLS加密,多种XML处理方式,持久连接等。
2023-12-17 09:03:42 21KB XML Library
1
The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions. The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11). The book provides comprehensive documentation of each library component, including an introduction to its purpose and design; clearly written explanations of complex concepts; the practical programming details needed for effective use; traps and pitfalls; the exact signature and definition of the most important classes and functions; and numerous examples of working code. The book focuses in particular on the Standard Template Library (STL), examining containers, iterators, function objects, and STL algorithms. The book covers all the new C++11 library components, including Concurrency Fractional arithmetic Clocks and timers Tuples New STL containers New STL algorithms New smart pointers New locale facets Random numbers and distributions Type traits and utilities Regular expressions The book also examines the new C++ programming style and its effect on the standard library, including lambdas, range-based for loops, move semantics, and variadic templates.
2023-12-15 08:02:52 6.06MB
1
STM32F10xxx_Reference_Manual_Chinese2硬件参考手册
2023-12-05 22:36:50 15KB 参考手册
1
Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library
2023-11-25 06:05:18 528KB Python Standard Library
1
2010/1/10,IJG(www.ijg.org)发布了free JPEG lib version 8。 因为我需要在VC++ 2005下使用IJG JPEG Lib,所以把souce code做成了VC++ 2005 solution。Solution下包括四个project:JPEG library, application djpeg, application cjpeg,application jpegtran,后三个project都依赖于JPEG library. 在此上传,希望能对大家有所帮助! 简单介绍一下里面的内容: /doc : IJG JPEG library中的文档,为了方便阅读和标记,我挑了出来。这些文档非常重要 /ijg_sln : VC++ 2005 解决方案,下面包含了四个工程 jpegsr8.zip : 从www.ijg.org 直接download的,此为windows format packet(CR/LF) readme.txt : 我有一个案子,需要jpeg和bmp格式互相转换,我用的就是IJG JPEG library。这个文档就是当时的一点儿记录和注意事项。仅供大家参考
2023-11-19 08:06:40 1.89MB JPEG library VC2005
1
虚幻库为您提供了一个API,以解析/反序列化来自虚幻引擎游戏的包文件(如.UDK,.UPK),并为您提供了导航其内容的必要方法。 目前,这些是此API支持的所有对象类: UObject, UField, UConst, UEnum, UProperty, UStruct, UFunction, UState, UClass, UTextBuffer, UMetaData, UFont, USound, UPackage 安装 使用NuGet的软件包管理器控制台或从以下下载: : PM> Install-Package Eliot.UELib.dll 用法 将库的.dll文件或分支的源
2023-11-11 21:48:04 151KB visual-studio decompiler unreal unreal-engine
1
fcl flexible collision library 碰撞检测库源码
2023-11-10 10:24:49 6.58MB 源码软件
1