搜索结果
找到约 1,991 项符合
CGS-H 的查询结果
数值算法/人工智能 BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma
BP神经网络程序,C语言源代码
如下:
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 120 //学习样本个数
#define IN 3 //输入层神经元数目
#define HN 2 //隐层神经元数目
#define ON 2 //输出层神经元数目
#def ...
通讯/手机编程 一个圆周卷积的代码~调用形式为y=juanji(h,x1,M) 其中
一个圆周卷积的代码~调用形式为y=juanji(h,x1,M) 其中,h和x1为输入,h为滤波器系数,x1为输入采样信号,输出为y,M为输入信号x1的长度。
DSP编程 DM642EVM H.263编码例程
DM642EVM H.263编码例程,基于DSP_BIOS
其他书籍 dsp hư ớ ng dẫ n giao tiế p LCD code viế t bằ ng C
dsp hư ớ ng dẫ n giao tiế p LCD code viế t bằ ng C
DSP编程 hư ớ ng dẫ n về dsp tham khả o các cô ng cụ cơ bả n
hư ớ ng dẫ n về dsp tham khả o các cô ng cụ cơ bả n
游戏 matematic game design by yunif4 and bayu h
matematic game design by yunif4 and bayu h
VC书籍 本源码是基于C语言的H.264标准的JM源代码模型
本源码是基于C语言的H.264标准的JM源代码模型,附使用说明及相关资料,对于学习H.264标准很有帮助
压缩解压 H.264标准解码器全部verilog源码
H.264标准解码器全部verilog源码,包括帧内、帧间、变换编码、熵编码、滤波等所有模块
软件设计/软件工程 顺序栈的出栈、入栈、求栈长等基本操作 #include <stdio.h> #include <stdlib.h> #define STACKSIZE 50 typed
顺序栈的出栈、入栈、求栈长等基本操作
#include <stdio.h>
#include <stdlib.h>
#define STACKSIZE 50
typedef char DateType
typedef struct
微处理器开发 ARM的调试下载工具H-JTAG V0.9.0
ARM的调试下载工具H-JTAG V0.9.0,H-JTAG是一款简单易用的的调试代理软件,包括两个工具软件:H-JTAG SERVER和 H-FLASHER。其中,H-JTAG SERVER实现调试代理的功能,而 H-FLASHER则实现了 FLASH烧写的功能。