-
pc 连接nokia的手机连接库及例子。只是我连接的时候有点错误。不过这是官方提供的。我的手机是6101...
pc 连接nokia的手机连接库及例子。只是我连接的时候有点错误。不过这是官方提供的。我的手机是6101-pc to connect nokia phone to connect database
- 2023-06-26 12:50:04下载
- 积分:1
-
这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA...
这是一个JAVA帮助文档,我在这里上传是为了帮JAVA初学者一个平台,让我们的JAVA事业能有一个新的台阶,我们这里为我们JAVA爱好者能够一起努力.为JAVA事业奋斗-This is a JAVA help documentation, I upload here is to help beginners a JAVA platform, Let us Java can cause to a new height, we are here for our Java enthusiasts can work together. JAVA struggle for the cause
- 2023-09-06 22:55:02下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
MP3电路板 MP3电路板 MP3电路板
MP3电路板 MP3电路板 MP3电路板-MP3 circuit boards MP3 circuit boards MP3 circuit boards MP3 circuit boards
- 2022-02-02 23:41:50下载
- 积分:1
-
NS2实现Zigbee Tcl代码。
ns2 zigbee implementation tcl code.
- 2023-02-22 15:20:03下载
- 积分:1
-
C++做的简易电子词典。学习数据结构的可以看看。
C++做的简易电子词典。学习数据结构的可以看看。-C++ to do a simple electronic dictionary. Learning data structure can look.
- 2022-02-02 20:31:34下载
- 积分:1
-
将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机...
将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
- 2022-02-15 14:53:48下载
- 积分:1
-
经典的asp项目案例!
经典的asp项目案例! -The classic asp project case studies! The classic asp project case studies!
- 2022-11-25 17:40:03下载
- 积分:1
-
常用元器件PCB封装大全,包含各种常用器件的封装,给设计带来方便...
常用元器件PCB封装大全,包含各种常用器件的封装,给设计带来方便-Encyclopedia of components commonly used PCB package, including a variety of commonly used device package, designed to bring convenience to
- 2022-03-13 02:04:46下载
- 积分:1
-
最简易实用的串口上位机开发例子,VC++ 环境,最适合没有上位基础的电子工程师,硬件设计师学习。
最简易实用的串口上位机开发例子,VC++ 环境,最适合没有上位基础的电子工程师,硬件设计师学习。-The most simple and practical example of serial PC development, VC++ Environment, not the most suitable upper-based electronic engineers, hardware designers to learn.
- 2022-10-30 05:50:02下载
- 积分:1