-
Shape 坐标转换程序 Shape 坐标转换程序
Shape 坐标转换程序 Shape 坐标转换程序-shape Projection demo
- 2022-05-27 06:59:05下载
- 积分: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
-
先确定二分法的上下两个端点值,这个在figure的subplot(121)中确定。
然后进行循环求解。...
先确定二分法的上下两个端点值,这个在figure的subplot(121)中确定。
然后进行循环求解。
-confirmed dichotomy in the next two endpoint value, The figure in the subplot (121) identified. Then cycle solution.
- 2022-03-24 21:25:25下载
- 积分:1
-
AD9954控制C51以及产生ASK、PSK等信号
AD9954控制C51以及产生ASK、PSK等信号-AD9954 control and C51 have ASK, PSK signals, etc.
- 2022-01-25 22:41:27下载
- 积分:1
-
使用Access数据库演示的任务分配管理程序
一个使用ADO.NET基于Microsoft Access数据库演示的任务分配管理的程序,用于.NET...
使用Access数据库演示的任务分配管理程序
一个使用ADO.NET基于Microsoft Access数据库演示的任务分配管理的程序,用于.NET Framework-based和COM程序。程序功能演示添加、删除、修改任务,用户权限指派,一个比较详细的数据库演示示例程序。以前就预备了,由于近期FTP无法登录再加上VS.NET2005开发环境到期(呵呵,以前安装的是使用180天版,今天刚在枕善居论坛下载了破解补丁,补丁地址在本居的论坛里,有需要的朋友去下载吧)。
说明:本程序基于VS.NET2005-Access database demonstration using the distribution of mission management procedures using ADO.NET on Microsoft Access database management presentation of the task allocation procedure, for. NET Framework-based and COM procedures. Demonstration program features add, delete, modify tasks, assign user rights, a more detailed presentation of the database sample programs. Previously prepared, FTP can not log in due to the recent VS.NET2005 development environment coupled with the expiration of (Oh, the previously installed version is the use of 180 days, today just good pillow Habitat Forum downloaded crack patch, patch the address in the home forums, there is a need friends to download it). Description: This procedure based on VS
- 2022-10-26 06:30:02下载
- 积分:1
-
使用vhdl编写的一段程序。
主要功能是声音周期计算,以区别声音信号与噪音信号。...
使用vhdl编写的一段程序。
主要功能是声音周期计算,以区别声音信号与噪音信号。-vhdl prepared by the use of a procedure. Its main function is voice cycle, in order to distinguish voice signal and the noise signal.
- 2022-12-07 23:50:03下载
- 积分:1
-
rundll32.dll很多人误删,在网上却很难找的小DLL,在XP中使用。
rundll32.dll很多人误删,在网上却很难找的小DLL,在XP中使用。-rundll32.dll many people mistakenly cut on the Internet is very difficult to find a small DLL, the use of XP.
- 2022-02-13 23:01:20下载
- 积分:1
-
TCP / IP测试工具,用于嵌入式开发工程师是一个很好的太…
TCP/IP测试工具,很好用的,对于嵌入式开发的工程师来说是很好的工具;-TCP/IP testing tools, good used for embedded development engineers is a good tool
- 2022-03-06 20:10:03下载
- 积分:1
-
The software EWB lights, digital logic circuit curriculum design, good things we...
EWB 软件实现的交通灯,数字逻辑电路课程设计,好东西哦-The software EWB lights, digital logic circuit curriculum design, good things well
- 2022-02-11 18:31:53下载
- 积分:1
-
此源码能够实现石头剪刀布的功能,并且简单易懂,
此源码能够实现石头剪刀布的功能,并且简单易懂,-shitoujiandaobu
- 2023-08-08 19:50:02下载
- 积分:1