-
openssl编程
这是一本学习openssl编程的个人觉得最好的文档,里面还包含了很多采用c语言编写的代码。
- 2023-01-14 20:10:04下载
- 积分:1
-
一个诺基亚手机的塞班平台上的开发的贪吃蛇的小游戏 可供初学者学习之用...
一个诺基亚手机的塞班平台上的开发的贪吃蛇的小游戏 可供初学者学习之用-Saipan a Nokia mobile phone platform developed by the Snake game for beginners learning
- 2022-05-04 21:49:35下载
- 积分:1
-
模拟股票下载的小软件,可以自己分享…
模拟股票下载小软件,可以组建自己的股票学习或操作环境-Simulation of the stock to download a small software, can set up their own shares learning or operating environment
- 2022-08-18 21:50:24下载
- 积分: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
-
Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is...
Pocket 1945 is a classic shooter inspired by the classic 1942 game. The game is written in C# targeting the .NET Compact Framework. This article is my first submission to Code Project and is my contribution to ongoing .NET CF competition.
- 2022-05-08 20:43:25下载
- 积分:1
-
one shooting small game, including games and source code, for the preparation of...
一款射击小游戏,包含游戏与源码,对编写大的设计游戏可能有帮助,谢谢参考研究-one shooting small game, including games and source code, for the preparation of the big game design might be helpful, thank reference research
- 2023-03-16 18:05:04下载
- 积分:1
-
C language used in PC speaker sound- Personal performance management (graphics m
-C语言中使用PC喇叭发声 -个人成绩管理(图形菜单)--C language used in PC speaker sound- Personal performance management (graphics menu)
- 2022-02-14 00:32:26下载
- 积分:1
-
数 值 算 法,三 次 自 然 样跳
数 值 算 法,三 次 自 然 样跳-numerical algorithm, three natural kind jump
- 2022-02-05 07:12:04下载
- 积分:1
-
嵌入式freescalei.mx21 USB去驱动
for wince freescalei.mx21 usb on to go driver
- 2022-02-06 03:04:18下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1