-
用汇编做的一个编制演奏音乐的的小程序,是一次课程设计的题目!..用汇编做的一个编制演奏音乐的的小程序,是一次课程设计的题目!...
用汇编做的一个编制演奏音乐的的小程序,是一次课程设计的题目!..用汇编做的一个编制演奏音乐的的小程序,是一次课程设计的题目!-do with the compilation of a music concert establishment of small procedures, curriculum design is a topic! .. With a compilation of a music concert establishment of small procedures, curriculum design is a topic!
- 2022-08-07 19:55:36下载
- 积分: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
-
该程序运用java实现客户端和服务器端的及时聊天,快捷方便
该程序运用java实现客户端和服务器端的及时聊天,快捷方便-It help you to chat with your friend from anywhere around the world.
- 2023-07-11 14:25:02下载
- 积分:1
-
this is a game, has completed the hope that the exhibitions
这个是斗地主的游戏,还没有全部完成,希望多多指教-this is a game, has completed the hope that the exhibitions
- 2022-02-05 11:54:58下载
- 积分:1
-
file management system
档案资料管理系统-file management system
- 2022-04-21 03:11:35下载
- 积分:1
-
电力系统标准101规约
电力系统标准101规约-power system standard 101 Statute
- 2022-09-15 16:45:04下载
- 积分:1
-
平滑字体控件
版 本:
文件大小:388.445Kb
软件语言:简体中文
授权方式:免费版
相关链接:程序演示...
平滑字体控件
版 本:
文件大小:388.445Kb
软件语言:简体中文
授权方式:免费版
相关链接:程序演示
-font smoothing controls version : File Size : 388.445Kb software Language : English license : free version Related Links : The process demonstration
- 2022-01-26 05:23:19下载
- 积分:1
-
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。
是一本介绍TUXDO的书籍,是一本很好入门级的书籍。-Is an introduction TUXDO books, is a good entry-level books.
- 2022-12-09 11:00:02下载
- 积分:1
-
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。...
这是个用于内网抓包工具的使用介绍文档,希望给朋友们提供帮助。-it is used within the network to use the tools capturing Packet introduced documents, hope to the help of our friends.
- 2023-04-23 23:30:03下载
- 积分:1
-
Z-stack实验源文件
个人写的CC2530入门程序,以Z-stack协议栈为基础,涉及10个小程序,包括数据传输、串口首发、串口应用扩展、无线温度检测、协议栈NV操作、广播和单播通信、组播通信、网络管理、网络拓扑获取和数据采集
- 2023-08-04 10:10:03下载
- 积分:1