搜索:N

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

结果 4,274
按分类筛选
显示更多分类
https://www.eeworm.com/dl/979969.html 技术资料

rs(n,k)编码程序

rs编码c++源程序代码,实现rs编码和解码功能
下载 10
·
查看 277
https://www.eeworm.com/dl/999656.html 技术资料

FX2N解密

三菱FX2N系列PLC的详细技术解析资料,涵盖硬件结构、指令集及通信协议,适合工业自动化开发人员深入理解与应用。
下载 3
·
查看 62
https://www.eeworm.com/dl/654/221240.html 数据结构

n后问题,实现n后问题的求解,并且可以输出最有解

n后问题,实现n后问题的求解,并且可以输出最有解
下载 43
·
查看 1048
https://www.eeworm.com/dl/633/247529.html Java编程

We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make ...
下载 64
·
查看 1113
https://www.eeworm.com/dl/641/299686.html 数学计算

n*m个方格的棋盘(1<=m,n<=100)

n*m个方格的棋盘(1<=m,n<=100),求出该棋盘中包含多少个正方形、多少个长方形(不包括正方形)。
下载 70
·
查看 1248
https://www.eeworm.com/dl/527/397223.html 通讯/手机编程

74HC04N 74HC04N的技术资料

74HC04N 74HC04N的技术资料
下载 84
·
查看 1021
https://www.eeworm.com/dl/647/436142.html 嵌入式/单片机编程

假设有N个修道士和N个野人准备渡河

假设有N个修道士和N个野人准备渡河,但只有一天能容纳C人的小船,为了防止野人吃掉修道士,要求无论在何处(即两岸、船上),修道士的人数不得少于野人的人数(除非修道士人数为0)。如果两种人都会划船,试设计一个程序,确定他们能否渡过河去,若能,则给出一个小船来回次数最少的最佳方案,并打印出 ...
下载 198
·
查看 1132
https://www.eeworm.com/dl/518/462714.html 数值算法/人工智能

直接由定义求 N点复序列x(n) 的DFT X(k)。

直接由定义求 N点复序列x(n) 的DFT X(k)。
下载 27
·
查看 1135
https://www.eeworm.com/dl/654/159576.html 数据结构

2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input

2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n wi ...
下载 69
·
查看 1431
https://www.eeworm.com/dl/654/268262.html 数据结构

每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 对于每组输入

每组输入是两个整数n和k。(1 <= n <= 50, 1 <= k <= n) 对于每组输入,请输出四行。 第一行: 将n划分成若干正整数之和的划分数。 第二行: 将n划分成最大数不超过k的划分数。 第三行: 将n划分成若干奇正整数之和的划分数。 第四行: 将n划分成若干不同整数之和的划分数。 ...
下载 139
·
查看 1064