-
贪吃蛇源代码
一个基于Windows编程的贪吃蛇小游戏,用C/C++编写,适合新手阅读提高编程能力
一个基于Windows编程的贪吃蛇小游戏,用C/C++编写,适合新手阅读提高编程能力
一个基于Windows编程的贪吃蛇小游戏,用C/C++编写,适合新手阅读提高编程能力 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-03 21:26:25下载
- 积分: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
-
太阳能控制器PCB电路与SCH原理图 太阳能控制器PCB电路与SCH原理图...
太阳能控制器PCB电路与SCH原理图 太阳能控制器PCB电路与SCH原理图-failed to translate
- 2023-05-28 15:25:03下载
- 积分:1
-
open cart PHP source code
OpenCart is a turn-key ready "out of the box" shopping cart solution. You simply install, select your template, add products and you"re ready to start accepting orders.
It has order management and multiple payment gateways already built in and we provide lifetime free support and free software updates.
- 2022-08-09 15:34:14下载
- 积分:1
-
SSD1928英文数据手册,48页,很详细。
SSD1928英文数据手册,48页,很详细。-SSD1928 Data Sheet in English, 48 pages, very detailed.
- 2022-02-26 20:43:21下载
- 积分:1
-
Fenaux Fenaux coding to achieve coding input+7 source symbols, the probability d...
实现费诺编码费诺编码输入为+7个信源符号,其概率分布为:(其中信源符号用A+B、、G表示)A_0.2++B_0.19++C_0.18++D_0.17++E_0.15++F_0.10++G_0.01然后输入程序中得到结果(详细文档,值得一下)-Fenaux Fenaux coding to achieve coding input+7 source symbols, the probability distribution as follows: (where source symbols with the A+ B,, G indicated) A_0.2++ B_0.19++ C_0.18++ D_0.17++ E_0.15++ F_0.10++ G_0.01 and then enter the program to get results (detailed documentation, it is worth it)
- 2023-05-11 05:15:03下载
- 积分:1
-
MATLAB FPGA digital signal processing DSP similar to the C language acronym SG,...
MATLAB的FPGA数字信号处理程序
类似于DSP的C语言
简称SG,大家指教!! -MATLAB FPGA digital signal processing DSP similar to the C language acronym SG, we know! !
- 2022-02-04 08:33:17下载
- 积分:1
-
c++模板小实验
c++模板小实验-c++ template experiment
- 2022-08-15 12:14:59下载
- 积分:1
-
矩阵导致小程序,对输入的矩阵求倒置后的矩阵
矩阵导致小程序,对输入的矩阵求倒置后的矩阵-Matrix led to a small program, the input of the matrix after the matrix inversion
- 2022-04-06 10:06:55下载
- 积分:1
-
Realize this procedure three Ogre and three missionaries across the river, which...
此程序实现了三个食人魔和三个传教士的过河问题,其中船上最多只能载两个人,船上和两岸的传教士数大于食人魔数传教士才是安全的-Realize this procedure three Ogre and three missionaries across the river, which can only be set on board a maximum of two people on board and on both sides of Ogre missionaries more than a few missionaries are safe
- 2022-12-13 19:15:03下载
- 积分:1