登录
首页 » C# » Visual C#经典游戏编程开发 源代码

Visual C#经典游戏编程开发 源代码

于 2020-06-18 发布 文件大小:25941KB
0 56
下载积分: 1 下载次数: 0

代码说明:

  C# 游戏开发实例,经典游戏,里面包含多个游戏实例,供大家参考(C# Game Development Example, Classic Game, which contains many game examples for your reference)

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

发表评论

0 个回复

  • 算法竞赛入门经典 第2版
    本书是《算法艺术与信息学竞赛》的学习指导。所谓学习指导,是告诉读者学什 么,如何学。算法包罗万象,很难在一本书中的篇幅覆盖很多内容的通知对每个知识 点进行细致讲解,因此本书更多的是作为一本导引、工具书、手册或者学习大纲,给 读者以宏观上的学习指导(This book is a study guide for the Competition of Algorithmic Arts and Informatics. The so-called learning guidance is to tell readers what to learn and how to learn. Algorithms are all-inclusive, and it is difficult to explain each knowledge point in detail with a notice covering a lot of content in a book. Therefore, this book is more used as a guide, a reference book, a handbook or a learning outline to give readers macro-learning guidance.)
    2020-06-21 19:20:01下载
    积分:1
  • 用flex的webserivce自制的简易天气预报,能够显示各个城市的天气情况。...
    用flex的webserivce自制的简易天气预报,能够显示各个城市的天气情况。-Flex the webserivce with simple home-made weather forecasts, are able to show that weather conditions in various cities.
    2023-07-09 04:05:03下载
    积分:1
  • EzCad2.7.6
    说明:  金橙子激光打标软件ezcad 2.7.6免狗版,可保存文件(ezcad 2.7.6 dongle free version)
    2020-11-25 18:29:33下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 6.6 音视频编解码库FFmpeg
    说明:  编解码器(codec)指的是一个能够对一个信号或者一个数据流进行变换的设备或者程序。这里指的变换既包括将 信号或者数据流进行编码(通常是为了传输、存储或者加密)或者提取得到一个编码流的操作,也包括为了观察或者处理从这个编码流中恢复适合观察或操作的形式的操作。编解码器经常用在视频会议和流媒体等应用中(Codc refers to a device or program that can transform a signal or a data stream. The transformation referred to here includes not only the operation of encoding a signal or data stream (usually for transmission, storage or encryption) or extracting an encoding stream, but also the operation of restoring a suitable form of observation or operation from the encoding stream for observation or processing. Codec is often used in video conferencing and streaming media applications.)
    2019-02-23 15:22:39下载
    积分:1
  • DICOM File Browser V1.0 version of the software is further update!
    DICOM文件浏览器V1.0版本,软件正在进一步更新中!-DICOM File Browser V1.0 version of the software is further update!
    2022-08-14 20:58:33下载
    积分:1
  • quartus
    此为quautus教程,请各位仔细去看吧,有不懂的和我联系(This is quautus tutorial, please look at it carefully, and I do not have contact)
    2008-01-31 15:39:00下载
    积分:1
  • 使用蒙特卡洛采样 MonteCarlo
    说明:  使用蒙特卡洛采样,计算圆柱体、立方体和四棱锥三个物体相交部分的体积(Monte Carlo sampling is used to calculate the volume of the intersecting parts of a cylinder, a cube and a quadripyramid.)
    2020-12-10 14:19:20下载
    积分:1
  • aniso
    各向异性粘弹性介质地震SH波动方程正演程序(Viscoelastic SH wave equation in media)
    2011-01-04 11:08:59下载
    积分:1
  • 基于采样法的滤波器设计,完成一个对MP3信号的加噪,滤波的仿真...
    基于采样法的滤波器设计,完成一个对MP3信号的加噪,滤波的仿真-Based on sampling of the filter design, the completion of an MP3 signal plus noise, filtering simulation
    2022-06-26 05:52:00下载
    积分:1
  • 696532资源总数
  • 103586会员总数
  • 110今日下载