two Matlab functions for INITIALizing and training a recurrent neural network
标签: INITIALizing functions recurrent training
上传时间: 2013-12-17
上传用户:yzy6007
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!
标签: INITIALizing environment stack it
上传时间: 2014-01-05
上传用户:xuanjie
subclutering INITIALizing fcm: 开发语言:matlab 功能:使用减法聚类初始化fcm算法的聚类中心,可以快速找到合适的初始聚类中心
标签: subclutering INITIALizing fcm matlab
上传时间: 2014-01-20
上传用户:lingzhichao
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 compiler and assembler directives, code requirements, and hardware-related requirements. The programs are ready to run on either the TMS320LF2407 Evaluation Module (EVM) or the eZdsp LF2407 development kit. However, they are also intended for use as a code template for any TMS320LF240x (LF240x) or TMS320LF240xA (LF240xA) DSP target system.
标签: INITIALizing application operating presents
上传时间: 2013-12-19
上传用户:tzl1975
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
标签: INITIALizing attached includes display
上传时间: 2017-04-09
上传用户:sy_jiadeyi
这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd INITIALizing....\n") } Uart_Printf("sd ready\n") fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h if(!fp) { Uart_Printf("open file wrong\n") while(1) } Uart_Printf("open file successed\n")
上传时间: 2013-12-30
上传用户:xlcky