搜索结果
找到约 98 项符合
parts 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- 书籍 (9)
- 技术资料 (7)
- 单片机编程 (5)
- Java编程 (5)
- 文章/文档 (4)
- 其他书籍 (4)
- 模拟电子 (3)
- 电源技术 (3)
- 书籍源码 (3)
- 通讯/手机编程 (3)
- 数值算法/人工智能 (3)
- DSP编程 (2)
- 可编程逻辑 (2)
- VC书籍 (2)
- Internet/网络编程 (2)
- 电子书籍 (2)
- 微处理器开发 (2)
- VHDL/FPGA/Verilog (2)
- PCB相关 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 开发工具 (1)
- 仿真技术 (1)
- 操作系统开发 (1)
- Java书籍 (1)
- 加密解密 (1)
- 人工智能/神经网络 (1)
- 汇编语言 (1)
- 文件格式 (1)
- matlab例程 (1)
- 其他嵌入式/单片机内容 (1)
- 嵌入式/单片机编程 (1)
- JavaScript (1)
- 嵌入式Linux (1)
- 其他行业 (1)
- 手机短信编程 (1)
- 压缩解压 (1)
- 数学计算 (1)
- *行业应用 (1)
- 认证考试资料 (1)
- PCB图/BOM单/原理图 (1)
- 技术书籍 (1)
matlab例程 Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random n
Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator.
a Compute the autocorrelation of for .
b Compute the periodogram estimate and plot it.
c Generate 10 different realizations of , and compute the corresponding sample autocorrelatio ...
其他嵌入式/单片机内容 Application Note Abstract This Application Note introduces a complete and detailed PSoC® project
Application Note Abstract
This Application Note introduces a complete and detailed PSoC&reg project. Telephone Call Logger keeps the detailed record of
approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of
the phone call in the ...
Java编程 Capturing low-level network data can be hard in Java, but it s certainly not impossible If you want
Capturing low-level network data can be hard in Java, but it s certainly not impossible
If you want to capture network packets in your Java program, you ll need a little help because no parts of the core Java APIAPI give access to low-level network
嵌入式/单片机编程 Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil
Back in 2002, the 6502 disappeared out of all catalogues.
Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer:
74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard.
Now here the results.
Note, that the Bus timing is diff ...
Java编程 CRM源码This file describes some issues that should be implemented in future and how it should be imple
CRM源码This file describes some issues that should be implemented in future and how it should be implemented.
Note: it should be implemented exactly how it described below, because another parts of system can rely on it.
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 ...
Java编程 Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahr
Implement the following integer methods:
a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation
celsius = 5.0 / 9.0 * ( fahrenheit - 32 )
b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation
fahrenheit = 9.0 / 5.0 * celsius + 32
c) Use the metho ...
电子书籍 This document including C language project file organization, C language trap and flaw, C language p
This document including C language project file organization, C language trap and flaw, C language programming precious book three parts.
其他书籍 This book provides a complete intermediate-level discussion of microcontroller programming using th
This book provides a complete intermediate-level discussion of microcontroller programming using
the C programming language. It covers both the adaptations to C necessary for targeting an
embedded environment, and the common components of a successful development project.
C is the language of choice ...
嵌入式Linux This research project evaluates startup times of the linux boot process from power-on until user log
This research project evaluates startup times of the linux boot process from power-on until user login.
Time consuming parts of the boot process are investigated and methods how to speed up the whole
process are discussed.