-
n factorial. Rar can help factorial number of recursive algorithm is based on th...
n的阶乘.rar 可以求数的阶乘 是以递归算法为基础的 对学习算法设计与-n factorial. Rar can help factorial number of recursive algorithm is based on the learning algorithm design and
- 2022-06-16 22:54:39下载
- 积分:1
-
求最简合一的程序
求最简合一的程序-seek convergence of the most simple procedures
- 2022-11-28 03:10:04下载
- 积分:1
-
《文明进化史》策略游戏源码+编译资源。收集到的一个游戏源码。...
《文明进化史》策略游戏源码+编译资源。收集到的一个游戏源码。-"history of the evolution of civilization" strategy game-source compiler resources. Collected a game-source.
- 2022-03-13 16:39:50下载
- 积分:1
-
C++封装IOCTL操作
采用C++对Ioctl接口进行二次封装。封装目的就是使用简洁化,统一化
- 2023-07-29 06:35:03下载
- 积分:1
-
这是一个猜数字游戏,可以益智哦。
输入四个不同的数字,系统会给你提示,A为数字和位置都正确,B为数字正确,但位置不对,4A0B为胜利,共有8次机会...
这是一个猜数字游戏,可以益智哦。
输入四个不同的数字,系统会给你提示,A为数字和位置都正确,B为数字正确,但位置不对,4A0B为胜利,共有8次机会
-This is a game viewing, educational oh. Importation of four different figures, the system will give you suggest that the number of A and location are correct, B for the correct figures, but the position is wrong, 4A0B victory for a total of eight chance
- 2022-07-21 21:50:05下载
- 积分:1
-
这是一份关于Linux下usb驱动程序原理以及代码分析的的好文档
这是一份关于Linux下usb驱动程序原理以及代码分析的的好文档-This is a report on the usb driver under Linux as well as code analysis of the principle of good documentation
- 2022-10-28 19:00:03下载
- 积分:1
-
V5.1.1 to v5.1.1新春免费版 更新说明
1、增加恭贺新禧模板一套
2、修正销售报表12月份查询错误的BUG
V...
V5.1.1 to v5.1.1新春免费版 更新说明
1、增加恭贺新禧模板一套
2、修正销售报表12月份查询错误的BUG
V5.1.0 to v5.1.1 更新说明
1、修复无法上传商品图片的BUG
2、修复无法添加商品的BUG
3、修复删除会员出错的BUG
V5.0.0 to v5.1.0 升级说明
1、扩展了d_pro标签。
2、扩展了d_zhuanti标签。
3、扩展了links标签。
4、对后台界面进行修改,增强了操作性。
5、增加商品RSS输出功能
6、其他细微修改。
- 2022-01-24 13:03:29下载
- 积分:1
-
用c++实现的模拟自动取款机功能的代码!
用c++实现的模拟自动取款机功能的代码!-Using c++ implementation of analog automatic teller machine function of code!
- 2022-03-31 17:05:55下载
- 积分: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
-
a useful mimo procedures, we hope to help research
一个有用的mimo程序,希望对大家的研究有所帮助-a useful mimo procedures, we hope to help research
- 2022-03-14 12:38:45下载
- 积分:1