-
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
-
用ATMEL AVR CPU开发CF CARD的程式.在BASCOM环境
用ATMEL AVR CPU开发CF CARD的程式.在BASCOM环境-with ATMEL AVR CPU CARD CF development programs. In BASCOM environment
- 2022-11-24 12:45:03下载
- 积分:1
-
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。...
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。-geodetic coordinate system conversion, mainly applicable to learners and GPS geodesy learning earth coordinate system conversion of the theoretical knowledge.
- 2023-04-05 13:45:04下载
- 积分:1
-
是一个很好的数控仿真软件,是一个财政学的学者
是一个很好的数控仿真软件,是数控学者之宝典-is a very good NC simulation software, is a treasury of NC scholars
- 2023-01-03 07:10:08下载
- 积分:1
-
白月门窗厂订单管理系统。
订单的常规管理和客户查询系统...
白月门窗厂订单管理系统。
订单的常规管理和客户查询系统-White on doors and windows factory order management system. Of conventional management and customer order inquiry system
- 2022-03-06 04:56:50下载
- 积分:1
-
gmm test...
gmm test...
gmm test
gmm test...
gmm test...
gmm test
- 2022-03-10 19:23:31下载
- 积分:1
-
MSP430单片机仿真器编程器对EEPROM数据的程序,单片机msp430f161…
MSP430仿真器上EEPROM数据的烧写程序,单片机MSP430F1612。-MSP430 emulator programmer on EEPROM data procedures, microcontroller MSP430F1612.
- 2023-09-03 07:20:03下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
在TCL部分模拟LEACH协议的源代码
source code of leach protocol in tcl part simulations
- 2022-04-29 02:17:20下载
- 积分:1
-
SOUCE CODE
一个MATLAB小波分析的程序,这是一个信号处理程序,用于故障诊断。-SOUCE CODE
- 2022-08-21 11:36:00下载
- 积分:1