登录
首页 » 其他项目 » demonstrations on how to prepare luxury of the game (procedures) interface, the...

demonstrations on how to prepare luxury of the game (procedures) interface, the...

于 2022-01-28 发布 文件大小:57.84 kB
0 212
下载积分: 2 下载次数: 1

代码说明:

示范如何编写豪华的游戏(程序)界面,这里演示的是Tic Tac toe游戏 -demonstrations on how to prepare luxury of the game (procedures) interface, the presentation here is Tic Tac toe game

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfa...
    89C51与字符型液晶模块16x2联接的C语言程序 89C51与字符型液晶模块16x2联接的C语言程序 -ff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidaoff LKDSFNV_C_dlkfausdf_buzhidao
    2022-07-09 02:33:21下载
    积分:1
  • 初学者学习c++的好帮手,重点明确,结构清晰。
    初学者学习c++的好帮手,重点明确,结构清晰。-Beginners to learn c++ Good helper, focused, clear structure.
    2022-08-18 05:51:21下载
    积分:1
  • P115 IC卡手持POS是天石科技32位IC卡POS系列产品之一,该产品秉承天石科技的一贯品质,产品结构紧凑,功能实用,操作简单,并具低功耗特性,是人机工学和...
    P115 IC卡手持POS是天石科技32位IC卡POS系列产品之一,该产品秉承天石科技的一贯品质,产品结构紧凑,功能实用,操作简单,并具低功耗特性,是人机工学和现代科技的完美结合。它拥有多项专有技术,能够保证产品性能更加稳定强劲。整机采用工业级设计,其环境适应能力较强。P115兼容卡种全面,并且提供方便实用的开发平台和应用程序接口,易于自主应用二次开发,适用于需要随时随地处理IC卡的交警、烟草、公用事业、餐饮等多个行业。 天石科技下载工具-P115 IC card handheld POS technology is Tianshi 32 IC card POS products, one of our days, the product has always been the quality of stone technology, products, compact structure, functional and practical, simple operation, and a low-power characteristics, is a mechanic school and the perfect combination of modern technology. It has a number of proprietary technology, to ensure a more stable product performance strong. Machine used industrial design, ability to adapt to their environment. P115-compatible card types comprehensive, and provide convenient and practical development platform and application program interface, easy self-application of the second development, applicable to the needs of any traffic police deal with IC cards, tobacco, utilities, food and bev
    2022-10-10 01:00:03下载
    积分:1
  • 利用INI文件实现界面无闪烁多语言切换
    利用INI文件实现界面无闪烁多语言切换-use interface to achieve Flicker-free multi-lingual switch
    2022-10-28 18:25:04下载
    积分:1
  • svn windows端服务器安装程序,版本管理的优秀软件
    svn windows端服务器安装程序,版本管理的优秀软件-svn windows client server installation process, version management, excellent software
    2022-02-02 10:35:45下载
    积分:1
  • VC6开发的用于进行色谱分析的示例,搞色谱分析的可参考
    VC6开发的用于进行色谱分析的示例,搞色谱分析的可参考-VC6 development of the chromatographic analysis for example, engage in chromatographic analysis of reference
    2022-10-20 04:50:04下载
    积分:1
  • 气温不起额武器恶趣味气 味人屋企 人我确认
    气温不起额武器恶趣味气 味人屋企 人我确认-qweqwe
    2022-03-03 20:47:42下载
    积分:1
  • 实现对数据库添加,修改和删除 数据库为access数据库
    实现对数据库添加,修改和删除 数据库为access数据库-of Database add, modify and delete database access database
    2022-01-22 17:01:21下载
    积分:1
  • c语言做的课程设计,通过实现二叉树来对书籍进行操作
    c语言做的课程设计,通过实现二叉树来对书籍进行操作-c language to the curriculum design, through the realization of a binary tree to operate on the books
    2023-06-28 10:55:03下载
    积分:1
  • uva10324解法(提共題和解法程式)
    題目說明:給你一連串僅包含0和1的字串 (字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間(包含第i個和第j個)、 是否所有的字元均相同 (均為1或均為0)。如果均相同請回答Yes、 否則請回答No。输入每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n 代表對於上一列字串以下有n個問題。皆下來的 n 列每列有2個非負的整數分別代表 i和 j。输出對每一列測試字串,請先輸出第幾個的案例。然後根據 n 個問題回答肯定或否定的。解法:1.用获取讀入整行字串輸入、 並計算長度2.先判斷第 0 個位置,为 0 則把 0 存入另一個整數陣列,为 1 則存 13.用迴圈把字串陣列轉換存到整數陣列、 遇到字元 0 則值不變、 遇到字元 1 則加 14.欲判斷的i、 j位置都為字元 0、 且整數陣列i、 j位置的值相同、 代表有一連串 0、 輸出是5.欲判斷的i j位置都為字元 1,且整數陣列i、 j位置的值相減為i、 j的差、 代表有一連串 1,輸出是6.其他情況輸出号
    2022-05-06 12:04:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载