-
哲学家问题的简单实现
哲学家问题的简单实现- The philosopher question simply realizes
- 2022-01-25 15:37:21下载
- 积分:1
-
the codes and solution for zoj 2210
zoj 2210的代码和方法说明,个人原创
-the codes and solution for zoj 2210
- 2022-03-21 00:59:08下载
- 积分:1
-
基于2.4G通信采集温度
应用背景
51单片机的必敲程序之一,通过使用2.4G模块和DS18B20可以学习到单总线通信和SPI通信,由浅入深地学习51单片机
关键技术通过DS18B20采集温度数据,然后经过2.4G模块发送到主机显示温度值
- 2022-12-26 15:05:03下载
- 积分:1
-
RS编码和译码的Verilog代码
里的所罗门RS编解码方案,建立工程后可直接编译调试,对于学习RS编码原理的人员可以作为一个例子学习,也可以应用于相应的系统中
- 2022-01-27 19:57:01下载
- 积分:1
-
金刚石算法
金刚石算法。计算机图形学实验课的第一个实验。
- 2022-03-13 17:07:16下载
- 积分:1
-
原创的可以产生校验号
原创的可以产生校验号-can produce the original check,
- 2022-06-14 10:34:08下载
- 积分:1
-
快速傅里叶变换,把该文件包含后即可使用其函数。
快速傅里叶变换,把该文件包含后即可使用其函数。- The fast Fournier transformation, after contains this document
then uses its function.
- 2022-09-05 03:40:03下载
- 积分:1
-
等离子体PIC模拟
等离子体PIC模拟-PIC simulation of plasma
- 2022-11-02 03:45:04下载
- 积分:1
-
电影票
图书馆管理系统 C+ + * 递归程序为线性搜索 * /#includeint 线性 (int [],int,int) ;无效的主要 (){int a [20],pos = 1,n,k,我 ;clrscr() ;printf ("nEnter n 值:") ;scanf ("%d",& n) ;printf ("nEnter 元素的数组:") ;为 (我 = 0 ; 我 < n; i + +)scanf ("%d"& a[i]) ;printf ("n 输入要搜索的元素:") ;scanf ("%d"& k) ;pos=linear(a,n,k) ;if(pos!=-1)printf ("n 搜索成功,发现位置 %d 处的元素",pos) ;其他printf ("搜索失败,找不到元素") ;残培 () ;}int 线性 int k int n int []){int ;为 (我 = n-1 ; 我 > = 0; 我 — —){if(a[i]==k)return(i) ;其他{n = n-1 ;return(linear(a,n,k)) ;}}返回-1 ;}
- 2022-02-02 00:00:53下载
- 积分:1
-
operating system, the solution Deadlock
操作系统中,有关死锁的解决方法-银行家算法,C++编写.-operating system, the solution Deadlock- bankers algorithms, written in C++.
- 2022-09-05 00:20:02下载
- 积分:1