搜索结果
找到约 547 项符合
J-LinkV 的查询结果
源码 C语言编写雅可比迭代
# include<stdio.h>
# include<math.h>
# define N 3
main(){
&nbsp;&nbsp; &nbsp;float NF2(float *x,float *y);
&nbsp;&nbsp; &nbsp;float A[N][N]={{10,-1,-2},{-1,10,-2},{-1,-1,5}};
&nbsp;&nbsp; &nbsp;float b[N]={7.2,8.3,4.2},sum=0;
&nbsp;&nbsp; &nbsp;float x[N]= {0,0,0},y[N]={0},x0[N]={};
&nbsp;&nbsp; &n ...
书籍 Proakis J.G. Digital Communications
In this book, we present the basic pinciples that underlie the analysis and design of digital communication system.The subject of digital communications involves the transmission of information in digital form from a source that generates the information to one or more destinations.
源码 lagr.m
function y=lagr(x0,y0,x)
%x0,y0为节点
%x是插值点
n=length(x0);
m=length(x);
for i=1:m
z=x(i);
s=0.0;
for k=1:n
p=1.0;
for j=1:n
if j~=k
p=p*(z-x0(j))/(x0(k)-x0(j));
end
end
s=p*y0(k)+s;
end
y(i)=s;
end
源码 数组子系统
#include <stdio.h>
#include <stdlib.h>
#define SMAX 100
typedef struct SPNode
{
int i,j,v;
}SPNode;
struct sparmatrix
{
int rows,cols,terms;
SPNode data [SMAX];
};
sparmatrix CreateSparmatrix()
{
sparmatrix A;
printf("\n\t\t请输入稀疏矩阵的行数,列数和非零元素个数(用逗号隔开):");
scanf("%d, ...
书籍 Star Trek_ Deep Space Nine - A Stitch in Time
Star Trek_ Deep Space Nine - A Stitch in Time - Andrew J. Robinson 英文版 格式 epub
源码 fft信号分析
快速傅里叶变换,fft应用实例。供学习,供参考。
原理:快速傅里叶变换 (fast Fourier transform), 即利用计算机计算离散傅里叶变换(DFT)的高效、快速计算方法的统称,简称FFT。快速傅里叶变换是1965年由J.W.库利和T.W.图基提出的。采用这种算法能使计算机计算离散傅里叶变换所需要的乘法次数大为减少,特别是被变换 ...
技术资料 CD40系列CD45系列集成芯片DATASHEET数据手册170个芯片技术手册资料合集: 4000
CD40系列CD45系列集成芯片DATASHEET数据手册170个芯片技术手册资料合集:4000 CMOS 3输入双或非门1反相器.pdf4001 CMOS 四2输入或非门.pdf4002 CMOS 双4输入或非门.pdf4006 CMOS 18级静态移位寄存器.pdf4007 CMOS 双互补对加反相器.pdf4008 CMOS 4位二进制并行进位全加器.pdf4009 CMOS 六缓冲器-转换器(反相).pdf4010 CMOS ...
技术资料 74HC595 A4950 MAX3232 ULN2003AD STM32F207VCT6 AD集成封装库
74HC595 A4950 MAX3232 ULN2003AD&nbsp; STM32F207VCT6 AD集成封装库,原理图库器件型号列表:Library Component Count : 53Name&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Description----------------------------------------------------------------------------------------------------1N4148&nbsp; ...
技术资料 IPC-A-610H CN 2020 电子组件的可接受性国际验收标准
IPC-A-610H 2020 CN 中文版: 电子组件的可接受性IPC-A-610H是电子行业广泛采用的电子组件验收标准。IPC-A-610H标准中包含了本文件的一般更新内容,介绍了一些新型表面贴装元器件,同时删除了目标条件。 本文件在电子行业成功问世离不开来自29个国家/地区的参与者,这些参与者在本文件编制期间投入了大量的精力并贡献了宝贵 ...
技术资料 IDAQ-8098-SW用户手册
&nbsp; &nbsp; &nbsp; &nbsp;IDAQ-8098 控温模块是专为精确控温应用而设计的,采用多 CPU 方案实现采集和 PID 控制分开工
作,采用 Modbus 通信协议,通过 RS-485 通信接口下载控温参数,并实时监测被控温区实时温度、控温
状态和数字量输入输出状态,还可以控制控温的启停等功能。启动控温后,模块能够按照设定的控温参数
...