搜索结果
找到约 173 项符合
resource-buttons 的查询结果
人工智能/神经网络 自适应(Adaptive)神经网络源程序 The adaptive Neural Network Library is a collection of blocks that implement s
自适应(Adaptive)神经网络源程序
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically these 5 kinds of neural networks:
1) Adaptive Linear Network (ADA ...
汇编语言 Base64 demonstrates how easy it is to decipher plaintext usernames and passwords. Never login to a
Base64 demonstrates how easy it is to decipher
plaintext usernames and passwords. Never login to a public network resource
unless some type of encryption is being used, secure socket layer is one example.
Most FTP sites also use plaintext passwords.
单片机开发 This example program shows how to configure and use the A/D Converter of the following microcontroll
This example program shows how to configure and use the A/D Converter of the following microcontroller:
STMicroelectronics ST10F166
After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port.
To run this program...
Build the project (Project ...
单片机开发 WinCE环境下检测SD卡序列号
WinCE环境下检测SD卡序列号,编程环境:
eVC4.0 + PPC2003。
文件清单:
newres.h
ReadMe.txt
Resource.h
SDTest.aps
SDTest.cpp
SDTest.h
SDTest.rc
SDTest.vcc
SDTest.vcl
SDTest.vcp
SDTestDlg.cpp
SDTestDlg.h
StdAfx.cpp
StdAfx.h
人工智能/神经网络 The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural
The adaptive Neural Network Library is a collection of blocks that implement several Adaptive Neural Networks featuring
different adaptation algorithms.~..~
There are 11 blocks that implement basically these 5 kinds of neural networks:
1) Adaptive Linear Network (ADALINE)
2) Multilayer Layer Perce ...
其他书籍 C++ Demystified: A Self-Teaching Guide by Jeff Kent ISBN:0072253703 McGraw-Hill/Osborne © 20
C++ Demystified: A Self-Teaching Guide
by Jeff Kent ISBN:0072253703
McGraw-Hill/Osborne © 2004
This hands-on, step-by-step resource will guide you through each phase of C++ programming, providing you with the foundation to discover how computer programs and programming languages work.
人工智能/神经网络 FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering fo
FCMDEMO displays a GUI window to let you try out various parameters
in fuzzy c-means clustering for 2-D data. You can choose the data set
and clustering number from the GUI buttons at right, and then click
"Start" to start the fuzzy clustering process.
其他 Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platfor
Resourcer is an editor for .resources binaries and .resX XML file formats used with the .NET platform. The program allows the integration of bitmaps, icons and text strings into resource packages. Resourcer allows editing of name/string pairs, import of various kinds of data formats (bitmaps, icons, ...
Java编程 It is all about project scheduling. GanttProject is a tool for creating a project schedule by means
It is all about project scheduling. GanttProject is a tool for creating a project schedule by means of Gantt chart and resource load chart.
Java编程 主要考察的是资源池的设计和实现
主要考察的是资源池的设计和实现, Domain Model比较简单,仅用于测试资源池,因此IDL也仅仅实现基本存取功能。本资源池的设计主要参考Object Resource Pooling这篇文章中介绍的基本框架