-
这是游戏的UI描述部分奥赛罗。实际上它是约..
This the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games - such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.-This is the description portio of the UI for the game Othello. Actually it is call Reversi becuase Hasbro has the name Othello copywrited. Anyway, there are some subtle differences in the rules of the games- such as the postion of the starting pieces, but for the most part they can be considered equal as strategy games go.
- 2022-11-11 08:40:03下载
- 积分:1
-
利用纯vc完成com的编程
利用纯vc完成com的编程-pure com vc complete programming
- 2022-03-14 07:16:53下载
- 积分:1
-
Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法...
Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
- 2022-05-17 03:53:20下载
- 积分:1
-
一个提取图标的Delphi程序
一个提取图标的Delphi程序-an icon from the Delphi Program
- 2022-05-14 13:17:00下载
- 积分:1
-
分水岭分割算法初步实现
应用分水岭算法初步实现对图像的处理。所需处理的出现仅可放在工程文件中。开发平台:win8.1 + vs2015 +opencv 3.2.0。数字图像处理课程中的一个小作业,仅拿来练手,若有不尽人意之处,请多包涵。
- 2022-03-07 00:34:16下载
- 积分:1
-
c++编程规范,一本十分透彻的c++编写规范用书
c++编程规范,一本十分透彻的c++编写规范用书-c++ programming norms, a very thorough c++ the preparation of normative books
- 2023-03-03 06:40:03下载
- 积分:1
-
作图,画画。c++编程实现,小功能,小技巧
作图,画画。c++编程实现,小功能,小技巧-Drawing, painting. c++ programming, small features, small skills! ! ! !
- 2023-07-17 20:25:03下载
- 积分:1
-
一个文件搜索的例子,值得参考
一个文件搜索的例子,值得参考-Example of a file search, it is also useful
- 2022-01-28 22:48:56下载
- 积分:1
-
ce系统下面的一个浏览注册表的应用程序,只是实现了浏览的功能,新建和修改的功能还不是很晚上,有兴趣的可以继续修改完善...
ce系统下面的一个浏览注册表的应用程序,只是实现了浏览的功能,新建和修改的功能还不是很晚上,有兴趣的可以继续修改完善-ce system registry following a browser application, only the function of a browser, and modify the functions of the new is not very evening, are interested can continue to revise and improve the
- 2022-06-13 07:11:36下载
- 积分:1
-
金额数字小写转大写
应用背景 企业财务、出纳、资产评估师、土地评估师、房产评估师等在日常工作中经常需要金额大写的情况,这个工具将小写的数据转换为大写的数据。方便工作人员填写报表等。关键技术 采用VB编程,代码可以用到任何地方。Private Function changnum(num As Integer) As String Select Case num Case 0 changnum = "零" Case 1 changnum = "壹" Case 2 changnum = "贰" Case 3 changnum = "叁" Case 4 changnum = "肆" Case 5 changnum = "伍" Case 6 changnum = "陆" Case 7 changnum = "柒" Case 8&nb
- 2023-03-22 09:15:04下载
- 积分:1