-
这是新颖实用电子设计与制作,有关电子设计的一些电路,总共有125种,例如:家庭卡拉OK灯光控制电路,神奇旋转彩灯电路,多变流水灯控制电路等等一些使用电路...
这是新颖实用电子设计与制作,有关电子设计的一些电路,总共有125种,例如:家庭卡拉OK灯光控制电路,神奇旋转彩灯电路,多变流水灯控制电路等等一些使用电路-This is a novel and practical electronic design and production, the electronic design some circuit, a total of 125 kinds, such as: family karaoke OK lighting control circuit, the magic lantern rotating circuit, variable flow control circuit and so a number of lights to use circuit
- 2022-10-29 04:45:03下载
- 积分:1
-
这是一个“迷宫”,迷你游戏,移动键盘控制。环境…
这是一个“迷宫”小游戏,键盘控制移动。执行环境为 TC 3.0。-This is a "labyrinth" mini games, mobile keyboard control. The environment for the implementation of TC 3.0.
- 2023-04-10 11:35:03下载
- 积分:1
-
代码很完整,编译通过,对想学习编写小游戏的朋友很有帮助.代码里有很多注释,很容易读...
代码很完整,编译通过,对想学习编写小游戏的朋友很有帮助.代码里有很多注释,很容易读-Code is complete, the compiler is passed, the preparation of the game want to learn helpful friends. Code, there are a lot of notes, it is easy to read
- 2022-07-10 03:17:07下载
- 积分: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
-
铅对Excel在试验数据的导入和导出PB文件的使用、加工。
使用PB对excel文件进行PB数据导入和导出的测试,提供源代码,并详细说明
- 2022-03-23 05:09:45下载
- 积分:1
-
wedding photography customer management systems, the interface was very beautifu...
婚纱摄影客户管理系统,界面非常漂亮,希望大家能喜欢-wedding photography customer management systems, the interface was very beautiful, I hope you will like!
- 2022-02-04 03:28:22下载
- 积分:1
-
J2ME小蜜蜂游戏Java源码
模仿小蜜蜂游戏的J2ME手机版源代码,内含的导出包可以直接导入手机运行.
- 2023-01-03 00:00:04下载
- 积分:1
-
before non
非递归前序,中序,后序遍历二叉树(优化算法)-before non- recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
- 2022-10-11 18:45:02下载
- 积分:1
-
themselves prepared a chess interface procedures used cbuild 5, to show and shar...
自己编写一个象棋界面程序,用cbuild 5,拿出来与大家共享。-themselves prepared a chess interface procedures used cbuild 5, to show and share.
- 2022-04-28 03:43:43下载
- 积分:1
-
完成M=4的正交信号的数字通信系统的蒙特卡罗仿真。分析其在加性高斯白噪声下误码率与信噪比之间的关系,绘出误码率...
完成M=4的正交信号的数字通信系统的蒙特卡罗仿真。分析其在加性高斯白噪声下误码率与信噪比之间的关系,绘出误码率-信噪比曲线图,并和物理曲线进行比较。-The completion of M = 4 orthogonal signals in Monte Carlo simulation of digital communication systems. Analysis of the additive white Gaussian noise bit error rate and signal to noise ratio under the relationship between the mapped BER- signal to noise ratio curve, and and physical curves for comparison.
- 2023-06-13 19:50:03下载
- 积分:1