搜索结果
找到约 72 项符合
FP 的查询结果
按分类筛选
- 全部分类
- 人工智能/神经网络 (15)
- 数学计算 (6)
- 数值算法/人工智能 (5)
- 其他 (4)
- 源码 (4)
- 数据结构 (3)
- 数据库系统 (3)
- matlab例程 (3)
- 工控技术 (2)
- 文章/文档 (2)
- Linux/Unix编程 (2)
- 通讯/手机编程 (2)
- VHDL/FPGA/Verilog (2)
- 技术书籍 (1)
- PCB相关 (1)
- 学术论文 (1)
- 存储器技术 (1)
- 编译器/解释器 (1)
- 百货/超市行业 (1)
- 通讯编程文档 (1)
- 软件设计/软件工程 (1)
- 操作系统开发 (1)
- 手机WAP编程 (1)
- 其他书籍 (1)
- 多国语言处理 (1)
- 压缩解压 (1)
- 微处理器开发 (1)
- 交通/航空行业 (1)
- Java编程 (1)
- 无线通信 (1)
- 软件 (1)
- 技术资料 (1)
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 ...
源码 学生成绩管理啊
#include "string.h"
#include "ctype.h"
#include "stdio.h"
search(char pd[])
{FILE *fp;
&nbsp;int time=0,i=0,j=0,add[80],k=0,m;
&nbsp;char *ch,
&nbsp;str[900];
&nbsp;m=strlen(pd);
&nbsp;if((fp=fopen("haha.txt","r"))==NULL)
&nbsp;{
&nbsp; printf("Cannot open this file\n");
&nbsp; exit(0);
&nbsp;}
for( ...
源码 成绩查询系统
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define N 100
int iNumOfStu=0;
struct score
&nbsp;&nbsp;{
&nbsp;&nbsp;float math;
&nbsp;&nbsp;float english;
&nbsp;&nbsp;float computer;
&nbsp;&nbsp;};
struct student
&nbsp;&nbsp;{
&nbsp;&nbsp;int number ...