登录
首页 » c++ » FunCode平台c++实现的中国象棋游戏完整工程

FunCode平台c++实现的中国象棋游戏完整工程

于 2022-06-14 发布 文件大小:26.98 MB
0 95
下载积分: 2 下载次数: 1

代码说明:

资源包含完整的vs2010工程,代码通过本人的测试,只需安装好FunCode就能运行,工程包含非常详细的注释,容易理解,非常适合初学者学习采纳。

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

发表评论

0 个回复

  • cgal_4.4_manual
    最新的CGAL库的用户帮助手册,虽然CGAL官方有在线的帮助手册,但是离线情况下这个还是很有用的。(The latest CGAL library user manual, although there CGAL offers online manual, it is very useful when offline.)
    2014-04-30 11:30:06下载
    积分:1
  • TMS320F28335_ADC_DMA
    基于DSP芯片TMS32028335的ADC/DMA编程,ADC将采集到的数据通过DMA寄存器存放到外部RAM中,以便于分析数据。(Based on DSP chips TMS32028335 the ADC/DMA programming, ADC will store the collected data to an external RAM through DMA registers, in order to analyze the data.)
    2014-01-19 11:28:00下载
    积分:1
  • mcfd1
    它是一个MC1000的原程序代码,可以做为参考资用来编写程序。(Ii is mc program,do your finds the file ,I was you dad ,do you call me .)
    2010-08-26 18:14:35下载
    积分:1
  • 很好的资料listview转换为excel格式,大家可以看看啊
    很好的资料listview转换为excel格式,大家可以看看啊-Very good information on listview into excel format, we can look at ah
    2023-09-09 00:40:03下载
    积分:1
  • 89C2051做的SHT温度湿度计,LCD1602显示
    说明:  89C2051做的SHT温度湿度计,LCD1602显示(89C2051's SHT temperature hygrometer, LCD1602 display)
    2020-12-29 15:19:00下载
    积分:1
  • BA-T500_Series_Chin_RevE
    BA-T500控制指令集,广泛用于自助查询终端与ATM机器设备, (BA-T500 control instruction set, widely used in self-service terminals and ATM inquiries, machinery and equipment,)
    2008-05-14 15:35:58下载
    积分:1
  • 22221111
    一个变电站系统的运行模拟程序,基于vc。(A substation operation of the system simulation program , based on the vc)
    2013-05-06 15:54:23下载
    积分:1
  • DemoTest
    说明:  此程序主要是为了实现地图区域、放大等功能,使用者 可以在此基础上继续修改(The main purpose of this program is to realize the functions of map area and enlargement. Users can continue to modify it on this basis)
    2020-06-19 04:00:01下载
    积分:1
  • PHP中的 dateline 转换成 c#中的 datetime 方法 UNIX时间转换
    在众多的PHP MySQL的应用之中,存储在MySQL中的时间都是一串数字,后经查这个格式的日期叫做:Unix Timestamp;Unix的timestamp是一组数字,表示从1970年1月1日以来的秒数。今天在进行C#应用开发时需要对MySQL中的数据进行操作,写出以下方法供大家参考。主要应用到的类库有:System.TimeZone应用的方法:返回对应于指定协调通用时间 (UTC) 的本地时间。public virtual DateTime ToLocalTime(   DateTime time);1、将系统时间转换成UNIX时间戳            DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970,1,1));            DateTime dtNow = DateTime.Parse(DateTime.Now.ToString());            TimeSpan toNow = dtNow.Subtract(dtStart);            string timeStamp = toNow.Ticks.ToString();            timeStamp = timeStamp.Substring(0,timeStamp.Length - 7);    2、将UNIX时间戳转换成系统时            string timeStamp = "1176686120";            DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970,1,1));            long lTime = long.Parse(timeStamp "0000000");            TimeSpan toNow = new TimeSpan(lTime);            DateTime dtResult = dtStart.Add(toNow);
    2013-11-14下载
    积分:1
  • lcmeter1020
    LCmeter with pic procesor
    2010-07-23 16:39:08下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载