搜索结果
找到约 80 项符合
status 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (7)
- 单片机开发 (6)
- 技术资料 (6)
- Windows CE (4)
- Linux/Unix编程 (4)
- 驱动编程 (3)
- 通讯编程文档 (3)
- 加密解密 (3)
- 其他 (3)
- 电源技术 (2)
- 串口编程 (2)
- Java编程 (2)
- 汇编语言 (2)
- 压缩解压 (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 其他书籍 (2)
- 数据结构 (2)
- 文件格式 (1)
- SCSI/ASPI (1)
- VC书籍 (1)
- Internet/网络编程 (1)
- Delphi/CppBuilder (1)
- 操作系统开发 (1)
- 嵌入式Linux (1)
- 认证考试资料 (1)
- VHDL/FPGA/Verilog (1)
- 网络 (1)
- USB编程 (1)
- RFID编程 (1)
- 手机短信编程 (1)
- Jsp/Servlet (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 电子书籍 (1)
- 人工智能/神经网络 (1)
- Windows Mobile (1)
- 数值算法/人工智能 (1)
- 嵌入式/单片机编程 (1)
- 源码 (1)
- VIP专区 (1)
Java编程 ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and s
ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and software consultants. This application maintains electronic database comprising of job applicants, clients and employers. User of this system can create and access details of all the information using ...
DSP编程 tms320lf2407a work with at45db161 "trace". buffer 8000 word copy from sram to at45. first page con
tms320lf2407a work with at45db161 "trace".
buffer 8000 word copy from sram to at45.
first page content: num save, to cyclewrite.
function:
read trace to sram, save trace to at45, read status,
and something else
编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing
how to add arrays
* Use of const (constant) values.
* Creation of vectors.
* Passing vectors as function arguments.
* Reading from files of unknown size (monitoring istream status).
* Repetitive structures (while and for loops).
* The increment operators (++).
* Selection ...
Linux/Unix编程 The BuildBot is a system to automate the compile/test cycle required by most software projects. CVS
The BuildBot is a system to automate the compile/test cycle required by most software projects. CVS commits trigger new builds, run on a variety of client machines. Build status (pass/fail/etc) are displayed on a web page or through other protocols.
加密解密 Consecutive AES core Description of project.. Features - AES encoder - 128/192/256 bit -
Consecutive AES core
Description of project..
Features
- AES encoder
- 128/192/256 bit
- AES decoder
- 128/192/256 bit
Status
- Key Expansion added
- Encoder added
- Decoder added
- Documentation added
人工智能/神经网络 This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following structure:
[min|max] C x
s.t.
Ax ["="|"<="|">="] b
{x <= UB}
{x >= LB}
The calling syntax is:
[XMIN,FMIN,STATUS,EXTRA]= ...
其他书籍 The PMAC Executive Program for the IBM PC and compatibles is a host program environment for the PMAC
The PMAC Executive Program for the IBM PC and compatibles is a host program environment for the PMAC controller, intended as a development tool in creating PMAC applications. It provides a terminal emulator, a text editor for writing and editing PMAC motion and PLC programs, a screen to jog motors, ...
行业发展研究 A Public Key Infrastructure (PKI) binds cryptographic public keys to physical entities through digi
A Public Key Infrastructure (PKI) binds cryptographic public keys to physical entities
through digital certificates. A PKI includes components that issue digital certificates and
distribute certificate status information. PKI users select one or more certificate issuers as
trust anchors, and establi ...
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
嵌入式/单片机编程 This application note gives an example for microcontroller C code. It includes code for: Readout
This application note gives an example for microcontroller C code. It includes code for:
Readout of Humidity (RH) or Temperature (T) with basic error handling
Calculation of RH linearization and temperature compensation
Access to status register
Dewpoint calculation from RH and T
UART ...