搜索结果

找到约 72 项符合 fp-Treevc 的查询结果

人工智能/神经网络 模式识别

模式识别,计算文件夹下fp文件内矩阵中的最近最远距离
https://www.eeworm.com/dl/650/370316.html
下载: 126
查看: 1014

matlab例程 椭圆滤波器

椭圆滤波器,fp=2400hz,fs=5000hz,rp=3dB,rs=25dB,求其3dB时的各项参数!
https://www.eeworm.com/dl/665/459758.html
下载: 120
查看: 1047

matlab例程 自己做的: (一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器

自己做的: (一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器,其采样频率Fs =8KHz,1DB通带边界频率为fp=2KHz。 (二)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅱ型高通数字滤波器,其采样频率Fs =16KHz,阻带边界频率为fst =4KHz,As=20dB。 ...
https://www.eeworm.com/dl/665/472141.html
下载: 200
查看: 1063

VHDL/FPGA/Verilog VHDL source codes of the FPGA64, a fpga implementation of the C64 computer. Version for the c-one fp

VHDL source codes of the FPGA64, a fpga implementation of the C64 computer. Version for the c-one fpga board.
https://www.eeworm.com/dl/663/493086.html
下载: 137
查看: 1100

数据库系统 FP-growth

刚刚下载Eclat算法的代码,居然下载过一次后,第二次还要积分。我去。
https://www.eeworm.com/dl/506803.html
下载: 1
查看: 28

无线通信 MATLAB

基于MATLAB的FPGA基于MATLAB的FP基于MAT基于MATLAB的FPGALAB的FPGAGA
https://www.eeworm.com/dl/508034.html
下载: 1
查看: 24

源码 运动会源代码

#include <malloc.h>       #include <stdio.h>       #include <stdlib.h>       #include <string.h>       #define NULL 0    &nbsp ...
https://www.eeworm.com/dl/513814.html
下载: 2
查看: 9

软件 学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16

源码 学生成绩管理啊

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   exit(0);  } for( ...
https://www.eeworm.com/dl/513824.html
查看: 10

源码 成绩查询系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   {   int number ...
https://www.eeworm.com/dl/520134.html
查看: 56