-
基于avr的超声波测距仪
基于avr单片机的超声波测距仪
包含源代码 pcb工程图
- 2022-02-09 10:34:27下载
- 积分:1
-
本程序用vc来实现小球走迷宫,非常经典,非常有意思!
本程序用vc来实现小球走迷宫,非常经典,非常有意思!-vc the procedures used to achieve small ball Maze, very classic, very interesting!
- 2022-03-20 23:09:33下载
- 积分:1
-
used to write c campus tour guide system with Floyd algorithm, inquiries to the...
用c写的校园导游系统 用弗洛依德算法实现,能够查询校园任意两个景点的最佳路径.-used to write c campus tour guide system with Floyd algorithm, inquiries to the campus arbitrary two spots in the best path.
- 2022-12-21 10:05:03下载
- 积分:1
-
编程一个将字符
串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示:
第一行所显示的就是Input string is:后面跟着光标等待用户输...
编程一个将字符
串逆转的程序1.当对上面的程序进行了调试后运行会出现下面所示:
第一行所显示的就是Input string is:后面跟着光标等待用户输入字符,输入完成后按回车键,转到下一行,显示The string is:紧跟着刚才输入的字符并逆转输出。第三行显示priess any key to continue -gffdgfdgfdgfdfdsfdfsdf
- 2022-03-20 17:33:43下载
- 积分:1
-
Software source code PowerBuilderXieLieJiangZuo
软件源码PowerBuilderXieLieJiangZuo,PowerBuilder系列讲座-Software source code PowerBuilderXieLieJiangZuo
- 2022-08-21 12:37:18下载
- 积分: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
-
形状代码
您可以使用此库,当你需要它的时候,使多个形状放置它作为一个头文件并调用它的函数,因此它不仅是节省时间,但本身就很容易理解。
- 2022-01-25 19:00:24下载
- 积分:1
-
文本比较器,可实现两个文本的比较,比如文本文档
文本比较器,可实现两个文本的比较,比如文本文档-Comparators text, the text can be compared both
- 2022-05-07 17:38:44下载
- 积分:1
-
一个用java编的联机坦克游戏,支持直接现卡操作全屏模式
一个用java编的联机坦克游戏,支持直接现卡操作全屏模式-with a series of the tanks on-line games, in support of direct current card operated in full-screen mode
- 2023-05-09 20:45:02下载
- 积分:1
-
c#编程220例
本书是c#经典编程220例这本书的完整代码,包含书中所有的例子的详细代码,十分详尽,本书可以作为相关计算机专业领域的编程开发入门教材,而且也适合计算机专业的各类学生和爱好者,,作为初级的入门教材
- 2022-07-02 02:12:47下载
- 积分:1