搜索结果
找到约 715 项符合
MAx-plus 的查询结果
手册 xilinx vcu118 user guide
virtex ultra scale plus 16nm vcu 188 board user guide.
For high speed and ultra scale design prototype.
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
应用设计 淋浴器温度
淋浴器温度控制调节采用MAT LAB 的附加组件Simulink, 仿真系
统的框图如图1 所示。图中的虚线为模糊控制器,
作为二维模糊控制器机构以水的温度偏差temp 和
流量偏差f low 为输入量, 采用模糊推理方法对水
的温度偏差和流量偏差进行整定, 用来确定冷水阀
门和热水阀门的开口大小cold 和hot 以便控制冷
热水的流量, 构成2 输 ...
源码 成绩查询系统
#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 ...
源码 学生成绩guanli
#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 ...
源码 matlab神经网络算法通信信号调制识别
%========================开始提取加噪信号的各类特征值================================
for n=1:1:50;
&nbsp; &nbsp; m=n*Ns;
&nbsp; &nbsp; x=(n-1)*Ns;
for i=x+1:m;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %提取加噪信号'signal_with_noise=y+noise'的前256个元素,抽取50次
&nbsp; &nbsp; y0(i)=signal_with_noise(i); ...
源码 matlab神经网络算法通信信号调制识别y
%========================开始提取加噪信号的各类特征值================================
for n=1:1:50;
&nbsp; &nbsp; m=n*Ns;
&nbsp; &nbsp; x=(n-1)*Ns;
for i=x+1:m;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; %提取加噪信号'signal_with_noise=y+noise'的前256个元素,抽取50次
&nbsp; &nbsp; y0(i)=signal_with_noise(i); ...