-
这是一个使用c++语言编写的斗地主小游戏。在游戏的AI上花费了不少时间,是一个值得研究的经典例子...
这是一个使用c++语言编写的斗地主小游戏。在游戏的AI上花费了不少时间,是一个值得研究的经典例子-This is a use of c++ language written in Doude Zhu game. The AI in the game spend a lot of time, is a classic example is worth studying
- 2022-02-09 11:40:52下载
- 积分:1
-
Height Inversion
极化干涉SAR的高度反演程序,用ESPRIT算法。算法以验证(Polarization interferometry SAR height inversion procedures, using ESPRIT algorithm. Algorithm has verified)
- 2017-06-15 08:23:22下载
- 积分:1
-
Tetris
Tetris game for alll tho need to start coding games
- 2012-07-11 16:33:41下载
- 积分:1
-
代理模式03
说明: 今天做的一个C#的小例子,希望初学者能够汲取精华,学习到更多的知识!!!(Today, a small example of C#, I hope that beginners can learn the essence, learn more knowledge!!!)
- 2020-06-24 08:00:02下载
- 积分:1
-
最终
说明: 智能车四轮算法,光电组摄像头,使用的是逐飞科技的摄像头,文件包含路径识别和弯道处理(Intelligent vehicle four-wheel algorithm, photoelectric camera, using the technology of fly-by-fly camera, file contains path identification and bend processing)
- 2020-06-18 09:40:01下载
- 积分:1
-
NtripClient
NtripClient,实时动态码相位差分技术,高精度经纬度获取。C语言编写,测试功能(NtripClient,real-time dynamic code phase difference technology, high-precision longitude and latitude acquisition. C Language Writing, Testing Function)
- 2021-03-30 00:29:10下载
- 积分:1
-
8bit_frequency_meter
设计一个8位的简易频率计,测出信号的频率,即1s内变化的次数。(An 8-bit simple frequency meter is designed to measure the frequency of the signal, i.e. the number of changes in one second.)
- 2020-06-21 13:40:01下载
- 积分:1
-
JAVA的例子程序,很适合初学的人,相信有很大帮助的.
JAVA的例子程序,很适合初学的人,相信有很大帮助的.-JAVA examples procedures, are very suitable for the beginner, I believe very helpful.
- 2022-05-13 02:33:45下载
- 积分:1
-
tinytimv_tiny2Ok_20190414
HST PSF simulaiton codes.
- 2019-04-27 09:27:14下载
- 积分: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