-
implementation of ring counter
implementation of ring counter
- 2023-05-28 15:55:03下载
- 积分:1
-
操作系统课程设计,关于操作系统经典问题读者写者问题的演示!...
操作系统课程设计,关于操作系统经典问题读者写者问题的演示!-courses on operating system design, operating system classic problem of the readers who write the demo!
- 2022-04-09 12:41:16下载
- 积分:1
-
此文件为一种液晶显示模块驱动芯片 为台湾陵阳的
此文件为一种液晶显示模块驱动芯片 为台湾陵阳的-this document as a LCD driver chip modules for the Taiwan Lingyang
- 2022-03-14 01:22:32下载
- 积分:1
-
二维波动方程正演算法,算法具有速度快结果好等优点,是个不可多得的程序。...
二维波动方程正演算法,算法具有速度快结果好等优点,是个不可多得的程序。-Two-dimensional wave equation algorithm, the algorithm has the advantages of speed and good results, is a rare procedure.
- 2022-07-10 06:41:47下载
- 积分:1
-
Golf game sources. Operational system: DOS. Compiles OK in Quickbasic.
Golf game sources. Operational system: DOS. Compiles OK in Quickbasic.
- 2022-02-12 02:33:38下载
- 积分:1
-
asp.net 商业2.0论坛对理解论坛的制作很用帮助
asp.net 商业2.0论坛对理解论坛的制作很用帮助-business forum for understanding the Forum is produced with help
- 2022-05-14 23:11:06下载
- 积分:1
-
旋转的地球flash特效
旋转的地球flash特效,3维旋转的地球仪源码素材,3D地球Flash源文件,其实是用了两个层,不同的透明度和色度,向相反的方向运动,再用一个圆形遮罩,便可实现3D地球,当然了,这是比较简单的实现方法。
- 2022-06-03 08:30:39下载
- 积分:1
-
设计模式,命令模式,好莱坞法则,学习设计模式
设计模式,命令模式,好莱坞法则,学习设计模式-design pattern, command pattern
- 2022-04-25 10:56:19下载
- 积分:1
-
C++ INPUT_OUTPUT using iostream in console application
C++ INPUT_OUTPUT using iostream in console application
- 2022-08-12 07:15:29下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1