搜索结果
找到约 6 项符合
initializing 的查询结果
人工智能/神经网络 two Matlab functions for initializing and training a recurrent neural network
two Matlab functions for initializing and training a recurrent neural network
其他嵌入式/单片机内容 it is used for initializing stack and c environment .you can open it with ADS 1.2
it is used for initializing stack and c environment .you can open it with ADS 1.2,It is only experiment plan for your study!
matlab例程 subclutering initializing fcm: 开发语言:matlab 功能:使用减法聚类初始化fcm算法的聚类中心
subclutering initializing fcm:
开发语言:matlab
功能:使用减法聚类初始化fcm算法的聚类中心,可以快速找到合适的初始聚类中心
其他书籍 This application report presents basic code for initializing and operating the TMS320LF240x DSP devi
This application report presents basic code for initializing and operating the TMS320LF240x DSP devices. Two functionally equivalent example progra ms are presented: one written in assembly language and the other in C language. Detailed discussions of each program are provided that explain numerous ...
微处理器开发 The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD de
The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference
微处理器开发 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针
这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试.
用法很简单, 如下
FILE *fp // 文件指针
unsigned char temp[24]="3.wav" // 文件明需要放在数组里
while(!initialize_media()) // 初始化sd卡
{
Uart_Printf("sd initializing....\n")
}
Uart ...