-
tidsp2407汇编程序例程,完整的源代码。
tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
- 2022-12-25 15:50:03下载
- 积分:1
-
实现通讯接口socket,功能强大,请详细研究
实现通讯接口socket,功能强大,请详细研究-Realize communication interface socket, powerful, please detail
- 2022-06-01 20:18:07下载
- 积分:1
-
under normal circumstances require first running WIN2000 procedures under the mi...
在一般情况下需要先运行win2000下的扫雷程序,然后再运行本程序,否则会提示“扫雷程序没有启动”。-under normal circumstances require first running WIN2000 procedures under the mine and then run this program, otherwise it would suggest "mine procedures did not start."
- 2022-10-22 05:10:04下载
- 积分:1
-
文学修养,余秋雨文集,写得很深长,写得沉重。苍桑
文学修养,余秋雨文集,写得很深长,写得沉重。苍桑-literary accomplishment Yu Works, written long deep, heavy write. Cangsang
- 2022-05-16 18:56:38下载
- 积分:1
-
Simple documents clean code, only gently on the system of right about the docume...
简单的文件清理代码,只需要轻轻点击马上讲系统里的不需要的文件清理干净。-Simple documents clean code, only gently on the system of right about the document does not need to clean.
- 2022-05-17 06:38:57下载
- 积分:1
-
里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门
里面有二十多个C++ Builder编程实例,可以帮助初学者快速入门-Inside there are more than 20 C++ Builder programming examples that can help beginners Quick Start
- 2022-03-17 13:56:51下载
- 积分:1
-
教育网免费IP地址查询软件,用于查询网络域名或IP地址是否属于中国教育科研计算机网所定义的国内流量免费地址。...
教育网免费IP地址查询软件,用于查询网络域名或IP地址是否属于中国教育科研计算机网所定义的国内流量免费地址。-Education Network IP Address inquiries free software for network inquiries domain names or IP addresses whether the China Education and Research Network"s definition of free flow of domestic addresses.
- 2022-07-10 10:28:45下载
- 积分:1
-
超好玩的小游戏.里面有源程序,相关的工发说明
超好玩的小游戏.里面有源程序,相关的工发说明-super-fun little game. With a source, IDF related note
- 2022-02-15 23:57:01下载
- 积分:1
-
该matlab程序为避圈法求最小树问题,程序非常简洁
该matlab程序为避圈法求最小树问题,程序非常简洁-Matlab program to avoid the circle method for minimum spanning tree problem, the procedure is very simple
- 2022-11-01 16:10:03下载
- 积分: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