搜索结果
找到约 120 项符合
automatic 的查询结果
按分类筛选
- 全部分类
- 书籍 (15)
- 单片机编程 (11)
- 单片机开发 (7)
- 人工智能/神经网络 (7)
- 技术资料 (7)
- 其他书籍 (6)
- matlab例程 (5)
- 其他 (5)
- Java编程 (4)
- 学术论文 (3)
- 传感与控制 (3)
- 编译器/解释器 (3)
- 通讯编程文档 (3)
- 系统设计方案 (3)
- Linux/Unix编程 (3)
- 汇编语言 (3)
- 无线通信 (2)
- 数学计算 (2)
- 加密解密 (2)
- 数值算法/人工智能 (2)
- Internet/网络编程 (2)
- 其他行业 (2)
- Delphi控件源码 (2)
- 图形图像 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 开发工具 (1)
- 测试测量 (1)
- 网络 (1)
- VC书籍 (1)
- 电子书籍 (1)
- 多国语言处理 (1)
- 微处理器开发 (1)
- VHDL/FPGA/Verilog (1)
- 软件设计/软件工程 (1)
- 技术管理 (1)
- RFID编程 (1)
- 其他嵌入式/单片机内容 (1)
- 文件格式 (1)
- Windows编程 (1)
- 源码 (1)
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p
//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the image.
// There are various well-known mathematical operations that you can perform on an image ...
matlab例程 介绍matlab在控制过程中的应用。They are designed to help you learn how to use Matlab for the analysis and design
介绍matlab在控制过程中的应用。They are designed to help you learn how to use Matlab for the analysis and design of automatic control systems.
Internet/网络编程 This package provides a complete http client library. It currently implements most of the relevant p
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included ...
单片机开发 单片机c语言编写的自动控制升降旗系统
单片机c语言编写的自动控制升降旗系统,可以实现定时升降旗等-language of automatic control movements flag system that can achieve regular movements of flags
人工智能/神经网络 libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It s
libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
regression. It also provides an automatic model selection tool for
C-SVM classification. This docume ...
matlab例程 Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model
Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is presen
matlab例程 RunExp.m: -Changed script into a function. -Coded to accept the numberofRuns as an Argument. -
RunExp.m:
-Changed script into a function.
-Coded to accept the numberofRuns as an Argument.
-Added code for automatic Exit from Matlab and Shutdown of WindowsPC.
其他书籍 Full compliance with the USB Specification v1.1 and USB CDC v1.1 Support the RS232 Serial interfa
Full compliance with the USB Specification v1.1 and USB CDC v1.1
Support the RS232 Serial interface
Support automatic handshake mode
Support Remote wake-up and power management
256 bytes buffer each for upstream and downstream data flow
Support default ROM or external EEPROM for device configur ...
微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...