搜索结果
找到约 62 项符合
stored 的查询结果
按分类筛选
- 全部分类
- 数学计算 (5)
- 书籍 (5)
- 其他书籍 (4)
- 单片机编程 (3)
- 数值算法/人工智能 (3)
- Linux/Unix编程 (3)
- C/C++语言编程 (2)
- SQL Server (2)
- Java书籍 (2)
- 软件设计/软件工程 (2)
- 加密解密 (2)
- 单片机开发 (2)
- VC书籍 (2)
- 其他嵌入式/单片机内容 (2)
- 技术资料 (2)
- 电源技术 (1)
- Internet/网络编程 (1)
- Windows Mobile (1)
- 微处理器开发 (1)
- 人工智能/神经网络 (1)
- 电子书籍 (1)
- matlab例程 (1)
- 汇编语言 (1)
- Java编程 (1)
- 通讯/手机编程 (1)
- 系统设计方案 (1)
- 网络 (1)
- 手机短信编程 (1)
- Jsp/Servlet (1)
- 通讯编程文档 (1)
- STL (1)
- 其他数据库 (1)
- VHDL/FPGA/Verilog (1)
- 其他 (1)
- MySQL数据库 (1)
- 论文 (1)
单片机编程 基于PIC18F1320微控制器的信号采集系统
便携式信号采集在机器健康诊断系统中有较高的应用价值。机器健康诊断的信号特点是包括低频信号。本文研究是为了实现简易而且低成本的低频便携式信号采集。以Microchip公司单片机PIC18F1320为核心设计信号采集电路,实现了信号的采集和保存。系统采用串行电可擦除芯片24LC32A保存数据,经过有线通信,信号数据由串行口 ...
单片机编程 基于C8051F930的管道温度压力远程监测系统
 
 为解决输油管道温度压力参数实时监测的问题,设计了以C8051F930单片机作为控制核心的超低功耗输油管道温度压力远程监测系统。现场仪表使用高精度电桥采集数据,通过433 MHz短距离无线通信网络与远程终端RTU进行通信,RTU通过GPRS网络与PC上位机进行远程数据传输,在上位机中实现数据存储和图形化界面显示,从 ...
单片机编程 STM32启动代码
The bootloader is stored in the internal boot ROM memory (system memory) of STM32devices. It is programmed by ST during production. Its main task is to download theapplication program to the internal Flash memory through one of the available serialperipherals (USART, CAN, USB, etc.). A communication ...
C/C++语言编程 基于(英蓓特)STM32V100的串口程序
This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypa ...
单片机开发 This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
Windows Mobile SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service
SDP Search and Record generator
OVERVIEW:
Recognizing the difficulty in creating an SDP service description and search
from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to
automatically create a service or record. This utility can be run to create
an SDP record or to setup ...
微处理器开发 用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。 由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。 可以经过修改使用LPC2132以上的
用LPC213X系列的PWM来产生语音。语音数据来源于PC机转换后得到的。最大可以是16位的。
由于是PWM所以输出端口需要低通滤波才能够得到比较干净的声音。
可以经过修改使用LPC2132以上的ARM的D/A来产生。
This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM. ...
其他书籍 内容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, mani
内容如下:
1.The history of the computerized database
2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete
3.SQL Schema Statements--those used to create database objects, such as tables, index ...
数学计算 The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he
The tar file contains the following files:
ptfsf.c: heart of the perfect TFSF code
ptfsf.h: header file for same
ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper
ptfsf-file-maker.c: code to generate an inci ...
数值算法/人工智能 Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensione
Routine mampres: To obtain amplitude response from h(exp(jw)).
input parameters:
h :n dimensioned complex array. the frequency response is stored
in h(0) to h(n-1).
n :the dimension of h and amp.
fs :sampling frequency (Hz).
iamp:If iamp=0: The Amplitude Res. amp(k)=abs(h(k))
If iamp=1: The ...