搜索:N

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

结果 4,274
按分类筛选
显示更多分类
https://www.eeworm.com/dl/518/385900.html 数值算法/人工智能

//Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p

//Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p)*(i-1) 对于约数:divnum 如果i|pr[j] 那么 divnum[i*pr[j]]=divsum[i]/(e[i]+1)*(e[i]+2) //最小素因子次数加1 否则 divnum[i*pr[j]]=divnum[i]*divnum[pr[j]] //满足积性函数条件 ...
下载 95
·
查看 1132
https://www.eeworm.com/dl/654/361874.html 数据结构

在n×n的棋盘上放置n个皇后

在n×n的棋盘上放置n个皇后,现要求出使n元棋盘上的n个皇后互不攻击的布局。
下载 155
·
查看 1099
https://www.eeworm.com/dl/655/474407.html 微处理器开发

Qu&#7843 n l&#253 nh&#226 n viên &#273 &#417 n gi&#7843 n

Qu&#7843 n l&#253 nh&#226 n viên &#273 &#417 n gi&#7843 n
下载 190
·
查看 1056
https://www.eeworm.com/dl/644/324442.html 汇编语言

系数对称的FIR滤波器设计 * *N=8,h(n)=h(N-1-n) * *y(n)=h0*[x(n)+x(n-7)]+h1*[x(n-1)+x(n-6)] * * +h2*[x(n-

系数对称的FIR滤波器设计 * *N=8,h(n)=h(N-1-n) * *y(n)=h0*[x(n)+x(n-7)]+h1*[x(n-1)+x(n-6)] * * +h2*[x(n-2)+x(n-5)]+h3*[x(n-3)+x(n-4)]
下载 53
·
查看 1251
https://www.eeworm.com/dl/619/419355.html Linux/Unix编程

n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "

n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button]
下载 192
·
查看 1035
https://www.eeworm.com/dl/542/191768.html 其他书籍

N-TierProgramDevelopPattern Pattern of N-TierProgramDevelop

N-TierProgramDevelopPattern Pattern of N-TierProgramDevelop
下载 81
·
查看 1023
https://www.eeworm.com/dl/512378.html 开关电源

2N5550,2N5551

2N5550,2N5551 amplifier transistors NPN silicon. This document describes the features of 2N5550 and 2N5551. You can check or search the characteristics of these two transistors by this document and decide which transistor you need.
下载 2
·
查看 80
https://www.eeworm.com/dl/975513.html 技术资料

1N4725A-1N4752A

1N4725A-1N4752A 数据手册
下载 8
·
查看 2225
https://www.eeworm.com/dl/619/101161.html Linux/Unix编程

n皇后

n皇后
下载 134
·
查看 1081
https://www.eeworm.com/dl/997318.html 技术资料

n!计算

通过输入n的值,实现n的阶乘的计算。方便快捷
下载 3
·
查看 65