登录
首页 » C# » 坦克大战

坦克大战

于 2013-08-27 发布
0 218
下载积分: 1 下载次数: 0

代码说明:

坦克大战

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

发表评论

0 个回复

  • Winform 读取、修改、更新 DataSet实例
    Winform 加载 DataSet实例,可编辑 保存数据
    2013-02-18下载
    积分:1
  • C# 验证邮箱是否真实存在的源码 不是验证邮箱格式
    C# 验证邮箱是否真实存在的源码 不是验证邮箱格式
    2013-11-28下载
    积分:1
  • c++ 俄罗斯方块 游戏源码下载
    c++ 俄罗斯方块 游戏源码下载
    2015-04-02下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • C#调用微信jssdk示例源码(实现了获取当前地址位置功能)
    C#调用微信jssdk示例源码(实现了获取当前地址位置功能)
    2017-09-25下载
    积分:1
  • C函数大全(法着色)html版本
    C语言函数大全(语法着色)html版本
    2021-05-06下载
    积分:1
  • C++核心编程资料(珍贵学习资源)
    C 核心编程资料
    2019-08-13下载
    积分:1
  • C# WinForm 调用海思 H264 解码库进行解码 思解码库下载(包含库文件、头文件、文档以及官方测试程序和源码)
    海思解码库下载(包含库文件、头文件、文档以及官方测试程序和源码)
    2013-07-08下载
    积分:1
  • c#与西门子s7-200 smart 通讯实例 S7TCPDLL.dll
    【实例简介】 c#与西门子s7-200 smart 通讯实例 内附S7TCPDLL.dll 【使用说明】 在bin文件夹debug,config文件打开配置PLC IP地址,CPU 的信息 修改配置文件 [PlcComTCP] IP=192.168.0.1  //PLC IP地址 Rack=0          //PLC 机架 Slot=1          //PLC 插槽 注,PLC和电脑 IP必须在同一网段 S7TCPDLL使用方法 1)添加引用,然后倒入命名空间 using S7TCPDLL; 2)实例化函数 S7Client 例如:   S7Client client = new S7Client(); 然后利用VS开发平台智能感知的功能可选择相应函数 例如调用置位函数 SetBitQB(0, 0)        首先实例化函数S7Client client = new S7Client();        然后 client.SetBitQB(0, 0); 调用其他函数类似。
    2021-05-18 10:33:07下载
    积分:1
  • c# dos命令常用操作 类源码下载
    c# dos命令常用操作 类源码下载
    2013-12-30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载