搜索:N

找到约 4,274 项符合「N」的查询结果

结果 4,274
按分类筛选
显示更多分类
https://www.eeworm.com/dl/684/393401.html 软件设计/软件工程

计算N!: 编写计算N阶乘的程序

计算N!: 编写计算N阶乘的程序,数值N由键盘输入,N的值要在0到65536之间(用一个16位的字表示),结果在显示器上显示。
下载 184
·
查看 1199
https://www.eeworm.com/dl/510183.html 其他文档

1N4001 - 1N4007

1N4001 - 1N4007
下载 1
·
查看 52
https://www.eeworm.com/dl/931631.html 技术资料

北京1401N、1801N.tif

资料->【B】电子技术->【B4】电子专题->【2】家电维修->【电视机】(显示器)->电视机原理图->北京1401N、1801N.tif
下载 6
·
查看 6804
https://www.eeworm.com/dl/654/467179.html 数据结构

This program finds the locations of placing n queens in a n*n chessboard so that none attack any oth

This program finds the locations of placing n queens in a n*n chessboard so that none attack any other
下载 146
·
查看 1065
https://www.eeworm.com/dl/665/217427.html matlab例程

实现:实指数、复指数、不同长度序列求和、y(n)=x(-n)、y(n)=x(n-k)

实现:实指数、复指数、不同长度序列求和、y(n)=x(-n)、y(n)=x(n-k)
下载 196
·
查看 1154
https://www.eeworm.com/dl/628/376286.html 编译器/解释器

编译器设计入门 内容 n Introduction n Setting Up the Tutorial n Graphical Interface n The Alarm Clock Des

编译器设计入门 内容 n Introduction n Setting Up the Tutorial n Graphical Interface n The Alarm Clock Design n Setting Design Environment n Setting Design Constraints n Overview of Optimization Phases n Analysis of Report
下载 122
·
查看 1050
https://www.eeworm.com/dl/654/388234.html 数据结构

void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(

void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }
下载 98
·
查看 1168
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位 上 ...
下载 93
·
查看 1069
https://www.eeworm.com/dl/648/182220.html 单片机开发

说明: pr[n]——输入的实部 pi[n]——数入的虚部 n

说明: pr[n]——输入的实部 pi[n]——数入的虚部 n,k——满足n=2^k fr[n]——输出的实部 fi[n]——输出的虚部 l——0 FFT,1 IFFT il——0 输出按实部/虚部;1 输出按模/幅角
下载 131
·
查看 1041
https://www.eeworm.com/dl/518/435770.html 数值算法/人工智能

This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking

This progamram desrible how put N queens on the board have size N*N Using algorithm back tracking
下载 42
·
查看 1193