Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Artificial Intelligence
Search - Artificial Intelligence - List
DL : 0
清华大学最新本科课件~人工智能~李春平版-Tsinghua University, the latest version of courseware ~ Artificial Intelligence ~ Chun-Ping Li
Date : Size : 10.88mb User : Cell

Artificial Intelligence with Prolog
Date : Size : 787kb User : gamer

Practical Artificial Intelligence
Date : Size : 1.06mb User : gamer

The Goal of Speech Recognition (ASR) is to Accurately and efficiently convert a speech signal into a text message independent of the device, speaker or the environment. Speech recognition technologies can be a vital step in bringing the Information Technology world to the Indian masses. Speech recognition makes use of specific AI (artificial intelligence) rules to determine what words the speaker is speaking. Speech recognition programs have now reached over 95 accuracy, and are capable of transcribing over 160 words per minute. -The Goal of Speech Recognition (ASR) is to Accurately and efficiently convert a speech signal into a text message independent of the device, speaker or the environment. Speech recognition technologies can be a vital step in bringing the Information Technology world to the Indian masses. Speech recognition makes use of specific AI (artificial intelligence) rules to determine what words the speaker is speaking. Speech recognition programs have now reached over 95 accuracy, and are capable of transcribing over 160 words per minute.
Date : Size : 263kb User : raj

Artificial intelligence in xna and c#
Date : Size : 65kb User : Abiola

这个文档告诉你如何开发一个完整的3d游戏引擎使用C#-This text shows how to develop a complete 3D game engine, write games using C#, DirectX 9, and the .NET Framework, and go beyond simple graphics to explore audio, user input, artificial intelligence, and multiplayer design.
Date : Size : 3.14mb User : 海川

Human quest for an automatic detection system of everyday occurrence lead to the necessity of inventing an intelligent surveillance system which will make lives easier as well as enable us to compete with tomorrows technology and on the other hand it pushes us to analyze the challenge of the automated video surveillance scenarios harder in view of the advanced artificial intelligence
Date : Size : 856kb User : sihi

DL : 0
该文档为人工智能中ontology本体建模的详细使用文档,内含Protege工具的设计实例,使用Racer进行推理-The document ontology in artificial intelligence in the detailed use of ontology document, containing Protege tool design example, the use of reasoning Racer
Date : Size : 10.01mb User : 秋兔子

Neural Network - Artificial Intelligence
Date : Size : 1.22mb User : Song

一个反杀软人工智能的示例库,提供多种杀软的处理办法!-A counter-example of artificial intelligence software library to kill!
Date : Size : 2kb User : zang

ocr app where usually abbreviated to OCR, is the mechanical or electronic translation of scanned images of handwritten, typewritten or printed text into machine-encoded text. It is widely used to convert books and documents into electronic files, to computerize a record-keeping system in an office, or to publish the text on a website. OCR makes it possible to edit the text, search for a word or phrase, store it more compactly, display or print a copy free of scanning artifacts, and apply techniques such as machine translation, text-to-speech and text mining to it. OCR is a field of research in pattern recognition, artificial intelligence and computer vision.
Date : Size : 17.67mb User : Alex

Windows 2000 is an extension of Windows NT but also owes a lot—particularly in the details of the desktop and many utilities—to Windows 95/98. Superficial appearances aside, however, Windows 2000 is also a distinct departure from (or improvement upon) previous versions of Windows. While some of the examples used in this book are similar to examples used in previous versions of Windows, many are new and demonstrate new features, capabilities, or application possibilities...and some have simply changed in response to changes in the operating system. We will talk about a lot of the changes, particularly those that affect application development, but we’ll also be covering some of the background changes as well, which affect us only indirectly. With this said, the following is an expanded outline of the topics and subjects covered in this book.
Date : Size : 15.02mb User : krivonosov

详细覆盖了从Windows编程到direct 3D, direct Draw, direct Music, direct Input的编程方法,以及游戏编程中的常用算法和编程技巧。-This book takes the reader through Win32 programming, covering all the major components of DirectX including DirectDraw, DirectSound, DirectInput (including Force Feedback), and DirectMusic. Andre teaches the reader 2D graphics and rasterization techniques. Finally, Andre provides the most intense coverage of game algorithms, multithreaded programming, artificial intelligence (including fuzzy logic, neural nets, and genetic algorithms), and physics modeling you have ever seen in a game book.
Date : Size : 10.83mb User : 闫煜

This is a C program demonstrating an Artificial intelligence method for solving the Rubik cube.
Date : Size : 50kb User : Tomas Dulik

完整的C语言程序,适合做为人工智能课程的开发案例。有可记忆的数据库,进行丰富化。-The complete C language program for curriculum development as a case of artificial intelligence. There can be memory database, for enrichment.
Date : Size : 103kb User : 最爱小蛮腰

oz:多范式语言,  函数型语言(词法域 第一类过程 模式匹配 第一类统一语法),lazy,高阶(可实现非递归的循环),尾递归,描述式编程  面向对象(状态 Stateful/抽象数据类型 多重继承),  并行(多线程)(dataflow(数据流)线程 动态 连续 互影响),  约束编程和逻辑推理(逻辑变量 分离结构 可编程搜索策略),人工智能,  分布式(网络透明的分布式运算 组件编程 自动连接自动断线 共享变量/对象/类/和过程),  网络编程,无状态数据,  安全,动态类型,异常处理,内存管理,交互的IDE  多用途语言(交互的应用程序,GUI窗口程序,移动客户应用程序,Separation of Concerns (Aspects) ,跨平台,扩展dll,....) -oz: multi-paradigm language, Functional language (lexical field during the first class of the first class of unified pattern matching syntax), lazy, higher order (non-delivery can be achieved Return cycle), tail recursion, descriptive programming Object-oriented (state Stateful/multiple inheritance, abstract data types), Parallel (multi-threaded) (dataflow (stream) dynamic continuous interaction of the thread), Constraint programming and logical reasoning (logic variable separation structure of programmable search strategy), artificial intelligence, Distributed (network-transparent distributed computing component programming automatically connect automatically disconnected shared variable/object/class/and over Process), Network programming, non-state data, Security, dynamic typing, exception handling, memory management, interactive IDE Multi-purpose language (interactive applications, GUI window procedure, the mobile client application, Separation of Concerns (Asp
Date : Size : 4.33mb User : yuchao

将麻省理工大学人工智能实验室的研究经验翻译成的中文版《MIT的人工智能实验室是如何做研究的》-The MIT Artificial Intelligence Laboratory research experience translated into the Chinese version of " MIT Artificial Intelligence Laboratory is how to do research"
Date : Size : 81kb User : Ben

DL : 0
随着软件开发规模的扩大,传统的面向过程的软件开发方法给软件的复用、调试、维护带来了很大的困难。为了解决满足软件开发的需求,人们提出了面向对象程序设计(Object Oriented Programming,OOP)的思想。如今面向对象的思想已经深入人心,已经应用到程序设计和软件开发、数据库系统、人工智能等很多领域-With the expansion of software development, the traditional process-oriented approach to software development, software reuse, debugging and maintenance has led to great difficulties. In order to solve to meet the needs of software development, have been proposed object-oriented programming (Object Oriented Programming, OOP) ideas. Today, object-oriented thinking has gained recognition, has been applied to programming and software development, database systems, artificial intelligence, and many other fields
Date : Size : 1.57mb User : 烟雨城

DL : 0
C#.NET 简单推理机程序 人工智能课程作业 将已知条件及结论存入数据库 再次输入各种条件组合时程序会将直接、间接推理结果存入经验数据库表并显示出来 实现简单的学习能力 包含作业PPT及程序截图 -C#. NET is simple artificial intelligence inference engine program course work and conclusions will be stored in the database of known conditions, the conditions re-enter when the program will be combined direct and indirect experience of reasoning results into the database table and display the simple ability to learn that contains the operating PPT and screenshots
Date : Size : 338kb User : circle

 AForge.NET 是一个专门为开发者和研究者基于C#框架设计的,他包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。-The article describes an open source C# framework for researchers in the areas of Computer Vision and Artificial Intelligence- image processing, neural networks, genetic algorithms, etc. .
Date : Size : 1.56mb User : rowe
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 24 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.