-
Sun J2EE 宠物店(包括源代码及参考书)
Sun J2EE 宠物店(包括源代码及参考书)-Sun J2EE pet shops (including source code and reference books)
- 2022-10-03 21:35:04下载
- 积分:1
-
maze of algorithm, with the realization c
迷宫问题的算法,用c实现的-maze of algorithm, with the realization c
- 2022-03-21 15:40:50下载
- 积分:1
-
vb方面的编程,条形码编程。希望对大家有用。
vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
- 2022-03-23 23:52:29下载
- 积分:1
-
- 2022-02-15 21:27:18下载
- 积分:1
-
一个简易的CPU模拟程序,学计算机组成原理时做的
一个简易的CPU模拟程序,学计算机组成原理时做的-a simple CPU simulation program, a computer component made the principle of
- 2022-09-16 21:25:03下载
- 积分:1
-
concrete used in the calculation of nonlinear time to select a suitable concrete...
用于计算混凝土非线性时,选取了合适的混凝土本构关系,FORTRAN编制,清华大学的路新政编制-concrete used in the calculation of nonlinear time to select a suitable concrete constitutive compiled FORTRAN, Tsinghua University establishment of the new political path
- 2022-06-21 04:53:42下载
- 积分:1
-
这是俺去AMT面试的时候做的一个关于企业信息化报告的PPT
这是俺去AMT面试的时候做的一个关于企业信息化报告的PPT-err
- 2023-09-09 04:45:03下载
- 积分: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
-
基于.Net环境下c#实现的国人自己的Blog平台,基于.Text的核心技术,但做了汉化以及改写了一部分的核心代码,值得研究学习...
基于.Net环境下c#实现的国人自己的Blog平台,基于.Text的核心技术,但做了汉化以及改写了一部分的核心代码,值得研究学习-based. Net environment c#, the Chinese own blog platform based on. Text of the core technology, but what they do and the effort to rewrite part of the core code, it is worth learning Research
- 2023-02-12 00:20:03下载
- 积分:1
-
a briefing BOIS article. Good things. And the things practical. I feel.
一个介绍BOIS的文章。很好的东西。里面的东西很实用。我感觉。-a briefing BOIS article. Good things. And the things practical. I feel.
- 2022-03-20 00:44:44下载
- 积分:1