搜索:N1
找到约 17 项符合「N1」的查询结果
结果 17
按分类筛选
https://www.eeworm.com/dl/647/380211.html
嵌入式/单片机编程
直流电动机闭环调速系统 (n1变化) 已经测试过可以使用
直流电动机闭环调速系统 (n1变化)
已经测试过可以使用
https://www.eeworm.com/dl/648/448591.html
单片机开发
PC端发送3个数据 n0,n1,n2 n0=0,写
PC端发送3个数据 n0,n1,n2
n0=0,写,将n1写入n2地址中
n0=1,读,读出n1地址中的数据,n2不起作用,但必须有
收到一个字节后,将其地址值显示在数码管第1、2位上,数值显示在第5、6位上
读出一个字节后,将其地址值显示在数码管第1、2位上,读出的值显示在第5、6位
上 ...
https://www.eeworm.com/dl/654/304459.html
数据结构
使用随机函数生成N1*10矩阵实际用选择法或冒泡法进行排序并输出结果
使用随机函数生成N1*10矩阵实际用选择法或冒泡法进行排序并输出结果
https://www.eeworm.com/dl/505/24732.html
电源技术
不含独立源电路的等效
电阻电路:由线性时不变电阻、线性受控源、和独立源组成的电路称为时不变的线性电阻电路,简称为电阻电路。
等效:如果电路N1的端口伏安特性与电路N2的端口伏安特性完全相同,则称电路N1和N2是端口等效的;或称电路N1与N2互为等效电路。 ...
https://www.eeworm.com/dl/921584.html
技术资料
离散信号及其MATLAB实现
加减乘除序列的加减乘除和乘方运算
写函数stepshift(n0, n1, n2)实现u(n)的移位序列
https://www.eeworm.com/dl/687/407054.html
其他嵌入式/单片机内容
pic延时子程序
pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。
1层循环例程:
movlw 0x00 取值
movwf n0
incfsz n0
goto $-1
return
2层循环例程:
movlw 0x11 外层
movwf n1
movlw 0x00 里层
movwf n0
incfsz n0
goto $-1
incfsz n1
goto $-5
return ...
https://www.eeworm.com/dl/911602.html
技术资料
2D_convolution
二维卷积运算之C语言实现
若x为N1*M1的二维信号,y为N2*M2的二维信号,则卷积为(N1+N2-1)*(M1+M2-1)的信号-2D convolution operators on C l
https://www.eeworm.com/dl/518/492507.html
数值算法/人工智能
These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia
These codes require an ASCII input file interp.dat of the following form:
N: Number of Polynomial Interpolation Points (Small)
First Sample (x1,y1)
Second Sample (x2,y2)
...
Nth Sample (xN,yN)
N1: Number of Error Evaluation Points (Large)
First Sample (x1,y1)
Secon ...
https://www.eeworm.com/dl/proteus/doc/19121.html
教程资料
Keil 51和Proteus仿真LED
Keil 51和Proteus仿真LED,串口实例\r\n\r\n6个共阴极LED,还可仿真串口通讯,自己项目中的代码,吐血共享\r\n\r\n使用方法:\r\n1、用proteus打开ddb_stc51.DSN\r\n2、用keil打开ddb_stc51目录下的ddb_stc51.Uv2工程\r\n3、在keil中运行调试即可在proteus中查看调试结果,\r\n 串口仿真结果要用虚拟串口互 ...
https://www.eeworm.com/dl/641/453195.html
数学计算
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg
The code performs a number (ITERS) of iterations of the
Bailey s 6-step FFT algorithm (following the ideas in the
CMU Task parallel suite).
1.- Generates an input signal vector (dgen) with size
n=n1xn2 stored ...