搜索结果

找到约 121 项符合 FP-growth 的查询结果

Linux/Unix编程 序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequenc

序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.
https://www.eeworm.com/dl/619/327242.html
下载: 122
查看: 1119

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

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

数学计算 Origin 拟合曲线教程 Contents 1. ORIGIN BASIC FUNCTIONS 2. CHROMATOGRAPHY FUNCTIONS 3. EXPONENTIAL FU

Origin 拟合曲线教程 Contents 1. ORIGIN BASIC FUNCTIONS 2. CHROMATOGRAPHY FUNCTIONS 3. EXPONENTIAL FUNCTIONS 4. GROWTH/SIGMOIDAL 5. HYPERBOLA FUNCTIONS 6. LOGARITHM FUNCTIONS 7. PEAK FUNCTIONS93 8. PHARMACOLOGY FUNCTIONS 9. POWER FUNCTIONS 10. RATIONAL FUNCTIONS140 11. SPECTROSCOPY FUNCTIONS155 12 ...
https://www.eeworm.com/dl/641/379144.html
下载: 161
查看: 1074

其他书籍 Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time

Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time hobby of a Finnish computer scientist by the name of Linus Torvalds, Linux was at first accessible only in software source code form to those with enough expertise to build and install it. Early enthu ...
https://www.eeworm.com/dl/542/403355.html
下载: 178
查看: 1057

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

无线通信 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