-
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
-
包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。...
包含常用的LMS,RLS,快速RLS(FTF)等自适应滤波算法,搜集了多种合集,全部为m文件,很有启发,更好理解自适应算法。-Contains the commonly used LMS, RLS, fast RLS (FTF) adaptive filtering algorithm, etc. to collect a wide range of Collection, all for the m file, very enlightening and better understanding of the adaptive algorithm.
- 2022-07-24 07:34:42下载
- 积分:1
-
按键检测,有四个按键与四个八段数码管对应,按不同的键相应的数码管显示...
按键检测,有四个按键与四个八段数码管对应,按不同的键相应的数码管显示-Key test, there are four buttons with four eight out of the digital control counterparts, according to different keys corresponding digital tube display
- 2022-03-21 03:13:32下载
- 积分:1
-
一GPRS模块
一GPRS模块---CMS91Modem的电路图-a GPRS module-- the circuit CMS91Modem
- 2022-01-28 14:55:52下载
- 积分:1
-
用于做视频方面的图象格式转化的一些工具很有用的
用于做视频方面的图象格式转化的一些工具很有用的-Used to make video image format conversion tools useful
- 2022-01-25 15:14:45下载
- 积分:1
-
DSP2407 SPI通讯例程,调试通过
DSP2407 SPI通讯例程,调试通过-DSP2407 SPI communication routines, debugging through
- 2022-01-25 23:32:41下载
- 积分:1
-
支持以下啊,java代码
感谢 不尽啊
支持以下啊,java代码
感谢 不尽啊 -support the following ah, java code Boundless thanks ah
- 2022-03-24 12:08:49下载
- 积分:1
-
Java文章,<<对象引用是怎样严重影响垃圾收集器的>>作者是来自IBM资深程序员Jack Shirazi,对Java编程提高很有帮助...
Java文章,作者是来自IBM资深程序员Jack Shirazi,对Java编程提高很有帮助-Java article, lt; Lt; Object invoke what is a serious impact on the refuse collection gt; Gt; The writer is a senior programmer from IBM Jack Shirazi, the Java programming raise helpful
- 2022-02-26 20:41:36下载
- 积分:1
-
DHTML menu source codes. You can use this file souce codes to create your own me...
DHTML menu source codes. You can use this file souce codes to create your own menus.
- 2023-01-31 09:45:04下载
- 积分:1
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 long StrToData(CString strData,int jz)
功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串
返回:长整型数值
参数:strData 为将要转换的字符串
参数:jz 为字符串的进制
如:
CString s
s="FFA6"
long data=StrToData(s,16)
则:data的值为:65446
用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中
加入#include "StrToData.h"即可调用
-function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1