-
Flash小球特效 跟随鼠标旋转
Flash小球特效 跟随鼠标旋转,可把本效果应用于flash Loading剪辑中,鼠标移动的超快,小球旋转的越快,整体上是随着鼠标移动的,可以看作是鼠标跟随特效吧。
- 2022-08-10 18:55:24下载
- 积分:1
-
Program for 3 phaze power meeter
Program for 3 phaze power meeter
- 2022-09-10 15:25:03下载
- 积分:1
-
Introduction to the LonWorks System
Introduction to the LonWorks System
- 2022-06-29 16:27:08下载
- 积分: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
-
This is a management information sap, sap basic staff of helpful
这个是sap管理方面的资料,对sap basic人员很有帮助-This is a management information sap, sap basic staff of helpful
- 2022-02-26 12:05:18下载
- 积分:1
-
网络流媒体项目源码,基于ARM,包含原理图。非常详细
网络流媒体项目源码,基于ARM,包含原理图。非常详细-Network source streaming media projects, based on the ARM, contains schematics. Very detailed
- 2022-02-04 21:49:26下载
- 积分:1
-
将16进制转换成10进制的C语言源码
提供任意位数(包含小数点)的转换,
适合在校大学生C语言课程参考...
将16进制转换成10进制的C语言源码
提供任意位数(包含小数点)的转换,
适合在校大学生C语言课程参考-base for the conversion of 16% of the 10 C-band source of arbitrary median (including decimal point) conversion, suitable for the college students C language courses reference
- 2022-07-22 11:09:54下载
- 积分:1
-
csharp写的一个俄罗斯方块,功能齐全,程序容易看懂,适合新手学习...
csharp写的一个俄罗斯方块,功能齐全,程序容易看懂,适合新手学习-CSharp written by a Russian box, full-featured, easy to understand procedures, suitable for novice learning
- 2022-04-30 19:51:46下载
- 积分:1
-
遗传算法求函数最优解
遗传算法求解函数的最大值,且函数只有一个变量。求函数f(x)=x+10*sin(5x)+7*cos(4x),x∈[0,9]。染色体长度为20,交叉概率为0.95,变异概率为0.08,迭代次数为25。 程序修改后可以用于多参数函数的求解。
- 2022-07-16 21:22:56下载
- 积分:1
-
Small football games, complete code can freely use perspective .. QUAKE2 to writ...
小足球游戏,代码齐全可以自由视角..利用QUAKE2来写的,非常适合初级游戏开发者学习和研究.-Small football games, complete code can freely use perspective .. QUAKE2 to write, and very suitable for the primary game developers to learn and research.
- 2022-01-22 10:48:21下载
- 积分:1