-
barcode create
- 2022-03-04 15:24:16下载
- 积分:1
-
八数码问题,用c语言实现,有详细的注释!8 digital issues, using c language implementation, contains...
八数码问题,用c语言实现,有详细的注释!8 digital issues, using c language implementation, contains a detailed comment!-8 digital issues, using c language implementation, contains a detailed comment!
- 2022-03-16 08:26:58下载
- 积分:1
-
java编写的连连看游戏,文件包含源代码,
支持手机游戏
java编写的连连看游戏,文件包含源代码,
支持手机游戏-java games prepared by the 1000 block of Terry Avenue, the paper includes source code, support for mobile phone games
- 2022-05-20 07:24: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
-
Face objects with thought, with c++ implementation are the basic rules of poker
用面相对象的思想,用c++是实现扑克牌的基本玩法-Face objects with thought, with c++ implementation are the basic rules of poker
- 2022-03-18 06:40:22下载
- 积分:1
-
Vijos 评测程序服务 源代码,Visual Basic .NET
Vijos 评测程序服务 源代码,Visual Basic .NET-Vijos evaluation program services, the source code, Visual Basic. NET
- 2022-07-05 06:43:33下载
- 积分:1
-
是用c++写一个简单的手机界面的程序
五级菜单
是用c++写一个简单的手机界面的程序
五级菜单-menu
- 2023-03-06 04:35:04下载
- 积分:1
-
对sps文件的包装类,对物探人员较有用,为标准C++设计,可在unix系统实现...
对sps文件的包装类,对物探人员较有用,为标准C++设计,可在unix系统实现-Sps files on the packaging category, geophysical staff of more useful, as the standard C design, unix system can realize
- 2022-01-21 03:24:42下载
- 积分:1
-
Wintech F28x Flash programmer procedures useful
闻亭F28x Flash烧写程序,希望有用-Wintech F28x Flash programmer procedures useful
- 2022-06-11 13:31:48下载
- 积分:1
-
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法...
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
- 2022-02-06 08:55:00下载
- 积分:1