搜索结果
找到约 73 项符合
routine 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (11)
- 汇编语言 (9)
- DSP编程 (7)
- 加密解密 (5)
- matlab例程 (5)
- 数学计算 (3)
- 书籍 (3)
- 单片机编程 (2)
- 其他 (2)
- 数值算法/人工智能 (2)
- 编译器/解释器 (2)
- 嵌入式/单片机编程 (2)
- 技术资料 (2)
- 嵌入式综合 (1)
- USB编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- 压缩解压 (1)
- 软件设计/软件工程 (1)
- 微处理器开发 (1)
- GPS编程 (1)
- 数据库系统 (1)
- 文章/文档 (1)
- 软件工程 (1)
- VHDL/FPGA/Verilog (1)
- 人工智能/神经网络 (1)
- 多国语言处理 (1)
- Delphi控件源码 (1)
- 技术教程 (1)
- 论文 (1)
- VIP专区 (1)
单片机开发 This example provides a description of how to use a DMA channel to transfer a word data buffer fro
This example provides a description of how to use a DMA channel to transfer a
word data buffer from memory (Flash) to memory (RAM).
The dedicated DMA channel is configured to transfer once a time a 32 word data buffer
stored as constant in the Flash memory to another buffer in the RAM memory.
The r ...
matlab例程 局部线性嵌入法
局部线性嵌入法,用于数据降维
.lle.m -- A simple matlab routine to perform LLE.
.scurve.m -- Code to run the "s-curve" example.
.swissroll.m -- Code to run the "swiss roll" example.
单片机开发 c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that cha ...
单片机开发 The sample software includes, common library, peripheral APIs, and test modules for the APIs. The c
The sample software includes, common library, peripheral APIs, and test modules
for the APIs. The common library include startup file, standard definition and
header files, processor specific setup module, generic interrupt related APIs,
timer routine, and scatter loading file. The peripheral direc ...
matlab例程 MATLAB的SVM算法实现
MATLAB的SVM算法实现,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you reall ...
单片机开发 The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code
The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code as my support.
96*64 dot matrix Graphic
LCD controller: SSD1818A
Parallel interface
Initial routine code
Command write and Data write
Base functions and application code
Ascii font library
Prod ...
软件设计/软件工程 Lex helps write programs whose control flow is directed by instances of regular expressions in the
Lex helps write programs whose control flow is directed by instances of regular
expressions in the input stream. It is well suited for editor-script type transformations
and for segmenting input in preparation for a parsing routine.
微处理器开发 ST32 基于(英蓓特)STM32V100的EXTI程序 This example shows how to configure an external interrupt line. In t
ST32
基于(英蓓特)STM32V100的EXTI程序
This example shows how to configure an external interrupt line.
In this example, the EXTI line 9 is configured to generate an interrupt on each
falling edge. In the interrupt routine a led connected to PC.06 is toggled.
This led will be toggled due to the softa ...
matlab例程 This toolbox was designed as a teaching aid, which matlab is particularly good for since source cod
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the ...
软件工程 Fortran 90 versions of all the Numerical Recipes routines appear in the following Chapters B1 throu
Fortran 90 versions of all the Numerical Recipes routines appear in the following
Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20
in Volume 1. Within each chapter, the routines appear in the same order as in Volume
1, but not broken out separately by section number wit ...