资源列表
[其它程序] 判断整数n是否为素数
说明:编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n); 而后编制主函数,任意输入一个大于4的偶数d,找出?
<lin_no_7> 在 2008-12-09 上传 | 大小:368byte | 下载:0
[其它程序] 简易电子琴实验
说明:当按下键盘的数字键“1”~“0”时,能发出相应的C调的“1”~“3”乐音,让键盘成为简易钢琴<xiaochi_wuya> 在 2010-12-05 上传 | 大小:399byte | 下载:0
[其它程序] C语言书 p129 6.8题 有一分数列
说明:求一分数列的和 #include<stdio.h> #include <math.h> void main() { float e=0; int a,b,i=0; a=2;b=1; while(i<20) { e=e+a/b; a=a+b; b=a-b; i++; } printf("前20项之和为%f\n",e); }<xiaoyidexiaoxin> 在 2013-12-02 上传 | 大小:188byte | 下载:0
[其它程序] RM to EDF
说明:Following the step ,you can modify RM to EDF scheduling step by step. It is working on ucos ii platform.It is very easy and clear step to follow.Must download<lpborgg@gmail.com> 在 2020-01-02 上传 | 大小:333byte | 下载:0
[其它程序] TCP Link
说明:download link TCP COM PORT<faheddjerba@gmail.com> 在 2021-12-12 上传 | 大小:155byte | 下载:0
[其它程序] array to pointer
说明:Let’s say that you need to store 100 integers so that they’re easily accessible. However, let’s further assume that there’s a problem: The memory in your computer is so fragmented that the largest array that you can us<mehros20> 在 2022-09-16 上传 | 大小:368byte | 下载:0