搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
Desktop
- 实现一个32位高精度的filter输出,内含.v文件,使用verilog-A 32-bit high-precision filter output, containing v file using verilog
PID
- PID: LDP #DP_B01 数据页4——0200h~0280h SETC SXM 允许符号扩展 LACL VREF Vref,Q.15*256 SUB V V,Q.15*256 SACL VE2 e(k)= Vref-V,Q15*256 SUB VE1 e(k-1),Q15*256 SACL PIDTMP1 Delta(e(k))=e(k)-e(k-1),Q15/256 SUB
Nkbintools
- Always frustrated to manually perform these 3 steps Quote: 1) viewbin.exe nk.bin => write down START and LENGTH 2) cvrtbin -r -a START -w 32 -l LENGTH nk.bin 3) dumprom.exe -d dump -v -5 nk.nb0 needed to dump a NK.BIN? You can get helped