-
Zhejiang University ACM algorithm and data structure internal training materials...
浙江大学ACM竞赛算法与数据结构内部培训资料,推荐-Zhejiang University ACM algorithm and data structure internal training materials, recommended
- 2022-07-14 14:37:43下载
- 积分:1
-
enabler-按钮激活工具
enabler-按钮激活工具-enabler- button activation tool
- 2023-02-23 13:35:03下载
- 积分:1
-
这是模拟物理中导弹打飞机现象的小程序。运行的时候需要把CCBP文件夹包含在头文件中。...
这是模拟物理中导弹打飞机现象的小程序。运行的时候需要把CCBP文件夹包含在头文件中。-This is the simulation of a missile attack against physics phenomena of small aircraft procedures. When run with the need to CCBP folder contains the first document.
- 2022-02-13 03:07:26下载
- 积分:1
-
采集温度源码 准确能用!! 可以下栽用用
采集温度源码 准确能用!! 可以下栽用用 -)
51单片机就可以实现,单线式采集-collecting accurate temperature source can be used. ! Can be used with downward-) 51 microcontroller can be achieved. single-Acquisition! !
- 2022-01-22 02:42:42下载
- 积分:1
-
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松...
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松-Data structure of the flash algorithm for demonstration, the image of a vivid demonstration of the effect, so you better learn to relax
- 2023-04-17 23:45:03下载
- 积分:1
-
华容道源码,游戏爱好者学习编程可以适当参考一下
华容道源码,游戏爱好者学习编程可以适当参考一下-Huarong source, game enthusiasts can learn about programming the appropriate reference
- 2022-01-25 18:02:46下载
- 积分:1
-
一个超小型的UML画图工具,非常使用的,虽然只有几百K,但是能实现基本常用的一些功能...
一个超小型的UML画图工具,非常使用的,虽然只有几百K,但是能实现基本常用的一些功能-a small ultra-UML drawing tools, the very use, although only a few hundred K, But to achieve some basic common functions
- 2022-03-28 14:15:03下载
- 积分: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
-
delanay 三角形 生成的程序,还有相关资料的
delanay 三角形 生成的程序,还有相关资料的-delanay s
- 2022-06-26 13:17:33下载
- 积分:1
-
犯错
随着电子技术和计算机技术的发展,电子产品已与计算机紧密相连,电子产品的智能化日益完善,电路的集成度越来越高,而产品的更新周期却越来越短。电子设计自动化(EDA)技术,使得电子线路的设计人员能在计算机上完成电路的功能设计、逻辑设计、性能分析、时序测试直至印刷电路板的自动设计。EDA是在计算机辅助设计(CAD)技术的基础上发展起来的计算机设计软件系统。与早期的CAD软件相比,EDA软件的自动化程度更高、功能更完善、运行速度更快,而且操作界面友善,有良好的数据开放性和互换性。
电子工作平台Electronics Workbench (EWB)(现称为MultiSim) 软件是加拿大Interactive Image Technologies公司于八十年代末、九十年代初推出的电子电路仿真的虚拟电子工作台,本文是对其做的一个使用说明。-err
- 2022-03-22 11:07:57下载
- 积分:1