搜索结果
找到约 432 项符合
mAx 的查询结果
按分类筛选
- 全部分类
- VHDL/FPGA/Verilog (83)
- 其他 (40)
- 技术书籍 (22)
- 技术资料 (19)
- 学术论文 (16)
- 其他书籍 (15)
- 单片机开发 (13)
- 教程资料 (11)
- 系统设计方案 (11)
- MAX+plusⅡ (9)
- 可编程逻辑 (9)
- 数学计算 (9)
- 电子书籍 (8)
- 电子书籍 (8)
- 源码 (8)
- FPGA (7)
- 单片机编程 (7)
- 数据结构 (7)
- 电源技术 (6)
- 文章/文档 (6)
- 编译器/解释器 (6)
- 汇编语言 (6)
- 人工智能/神经网络 (6)
- matlab例程 (6)
- 教程资料 (4)
- Java编程 (4)
- 书籍 (4)
- VIP专区 (4)
- 设计相关 (3)
- DSP编程 (3)
- 开发工具 (3)
- 操作系统开发 (3)
- 嵌入式/单片机编程 (3)
- ALTERA FPGA开发软件 (2)
- Linux/Unix编程 (2)
- 加密解密 (2)
- *行业应用 (2)
- 文件格式 (2)
- 书籍源码 (2)
- 数值算法/人工智能 (2)
- Java书籍 (2)
- 软件设计/软件工程 (2)
- Delphi控件源码 (2)
- 其他行业 (2)
- 接口技术 (2)
- 技术教程 (2)
- 手册 (2)
- 教程 (2)
- 软件 (2)
- 精品软件 (2)
- EDA (1)
- EDA相关 (1)
- 行业应用文档 (1)
- 资料/手册 (1)
- 模拟电子 (1)
- Proe教程 (1)
- autocad教程 (1)
- 通信网络 (1)
- 传感与控制 (1)
- PCB相关 (1)
- Internet/网络编程 (1)
- 酒店行业 (1)
- 生物技术 (1)
- 中间件编程 (1)
- 传真(Fax)编程 (1)
- 技术管理 (1)
- 通讯编程文档 (1)
- 串口编程 (1)
- 其他嵌入式/单片机内容 (1)
- 金融证券系统 (1)
- 行业发展研究 (1)
- 并行计算 (1)
- VC书籍 (1)
- SQL Server (1)
- 家庭/个人应用 (1)
- 通讯/手机编程 (1)
- PCB图/BOM单/原理图 (1)
- Linux/uClinux/Unix编程 (1)
- 应用设计 (1)
源码 成绩查询系统
#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); ...
软件 AD826
High-Speed, Low-Power
Dual Operational Amplifier
The AD826 features high output current drive capability of
50 mA min per amp, and is able to drive unlimited capacitive
loads. With a low power supply current of 15 mA max for both
amplifiers, the AD826 is a true general p ...
技术资料 AD810
PRODUCT DESCRIPTION
The AD810 is a composite and HDTV compatible, current
feedback, video operational amplifier, ideal for use in systems
such as multimedia, digital tape recorders and video cameras.
The 0.1 dB flatness specification at bandwidth of 30 MHz
(G = +2) and the different ...
技术资料 AD8001AR
transimpedance linearization circuitry. This allows it to drive
video loads with excellent differential gain and phase perfor
mance on only 50 mW of power. The AD8001 is a current
feedback amplifier and features gain flatness of 0.1 dB to 100 MHz
while offering differential gain and ph ...
源码 队列函数queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,复制构造函数Queue,析构函数~Queue,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和double对象,通过实例调 ...
书籍 Reconfigurable+Mobile+Radio+Systems
Digital mobile wireless communication and the Internet have undergone a
fantastic growth in the last few years and, despite originating from two different
worlds, they are converging. This convergence corresponds to the evolution of
mobile systems towards the highest broadband data transmissions (GS ...