搜索结果
找到约 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.
数学计算 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 ...
其他书籍 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 ...
matlab例程 自己做的: (一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器
自己做的:
(一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器,其采样频率Fs =8KHz,1DB通带边界频率为fp=2KHz。
(二)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅱ型高通数字滤波器,其采样频率Fs =16KHz,阻带边界频率为fst =4KHz,As=20dB。 ...
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.
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
软件 学生成绩查询
#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 ...