-
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。...
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。
-c language to number guessing game, the rules of the game is relatively simple, general two people to play, one out of numbers, one guess. To a good number of people out of a 4-digit number does not repeat not be allowed to guess one knows. Guess people can start guessing. Each guess a number, a number of those who should according to this figure gives a few A few B, where A numerical position in front of the number of correct number, while the B before the numbers indicate the number of correct and incorrect number of locations the number of .
- 2022-12-26 22:50:03下载
- 积分:1
-
又是一个俄罗斯方块的的源代码,不过这个更高级点。初学者不要看...
又是一个俄罗斯方块的的源代码,不过这个更高级点。初学者不要看-is a Rubik"s cube of the source code, but the more advanced point. Beginners do not have to look
- 2022-04-27 19:35:18下载
- 积分:1
-
DOS下仿造WIN9X
DOS下仿造WIN9X-DOS imitation WIN9X
- 2022-03-07 11:26:54下载
- 积分:1
-
hehe 在这儿给大家共同分享!!! !!!!
hehe 在这儿给大家共同分享!!! !!!!
-hehe here for everyone to share!!!!!!!
- 2022-04-12 10:24:30下载
- 积分:1
-
JAVA记事本源代码
JAVA记事本源代码 -JAVA source code of Java notebook source code of Java notebook source code
- 2022-08-25 22:13:36下载
- 积分: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
-
avr usart/uart 通讯,中断接收,循环中发送
avr usart/uart 通讯,中断接收,循环中发送-avr usart communication
- 2023-06-03 09:25:02下载
- 积分:1
-
用vb变得密码程序,请帮助揭开,THANKS
用vb变得密码程序,请帮助揭开,THANKS-Becomes the password using vb program, to help open, THANKS
- 2022-03-21 10:37:56下载
- 积分:1
-
简单的helloworld程序,使用c编写。保证是所有程序员都倍感亲切的程序。...
简单的helloworld程序,使用c编写。保证是所有程序员都倍感亲切的程序。-A simple helloworld program using c write.
- 2022-07-24 09:27:11下载
- 积分:1
-
visual basic编程实现曲柄摇杆机构设计
visual basic编程实现曲柄摇杆机构设计-visual basic programming design of crank-rocker mechanism
- 2022-09-09 19:55:03下载
- 积分:1