登录
首页 » C# » 飞行棋项目

飞行棋项目

于 2018-03-05 发布 文件大小:34KB
0 214
下载积分: 1 下载次数: 5

代码说明:

  使用C#编程语言制作小游戏--飞行棋。使用Windows平台软件VS2010编写,软件运行在Windows平台上。(Use C# programming language to make small games -- flight chess)

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

发表评论

0 个回复

  • DoxygenToolkit.vim-master
    说明:  vim插件,用于vim编辑器中编写程序时插入程序、函数等的注释说明(VIM plug-in for annotation of inserting programs, functions, etc. when writing programs in VIM editor)
    2019-04-13 11:47:48下载
    积分:1
  • 16550_serpi-master
    说明:  UART 16550 串口驱动程序的linux源代码(This is the UART 16550 Drivers and source code)
    2020-04-09 14:14:10下载
    积分:1
  • StGEMultiCameraSample
    日本ricoh相机demo,包含include文件件和lib文件夹。( Japan ricoh camera demo, containing pieces include files and lib folders.)
    2013-12-03 17:39:07下载
    积分:1
  • SMS
    使用短信猫可以实现短信的群发,跟接收,还现实了定时群发,并且可以对接收短信内容进行查询(Cats can be achieved using the message of the mass-message with the receiver, but also the reality of the mass from time to time, and can receive a query message content)
    2008-05-03 22:11:14下载
    积分:1
  • TMS320VC5416timer
    tms320vc5416 dsp的定时器。(tms320vc5416 dsp timer.)
    2009-05-06 09:38:34下载
    积分:1
  • ST7565
    驱动液晶模块,芯片是ST7565R,使用的串行口驱动模式(LCD driver module, the chip is ST7565R, drive mode using the serial port)
    2014-04-10 15:47:06下载
    积分:1
  • ReadBMP_3
    读取一张BMP彩色图像,显示其相关信息,并将彩色图片改成8bit灰度图片以后另外存盘!(Read a BMP color image display its related information and changed the color pictures 8bit grayscale image after another save!)
    2012-08-22 11:04:05下载
    积分:1
  • CSharpDotNet_invoke_VBDotnet_DLL
    说明:  C#.net中调用VB.net创建的DLL(using C#.net to invoke the dll created by vb.net)
    2010-04-07 21:38:23下载
    积分:1
  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • 报表自定义设计工具
    说明:  自定义报表设计工具,全代码实现供有需要的参考。代码比较粗造,应用到项目中需要修改(Custom report design tool, full code implementation for reference. The code is rough and needs to be modified when applied to the project)
    2019-11-06 14:03:03下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载