登录
首页 » C# » SDL库可以配置VS2005

SDL库可以配置VS2005

于 2023-05-24 发布 文件大小:3.10 MB
0 64
下载积分: 2 下载次数: 1

代码说明:

SDL完整库,可以与c一起开发小游戏,比如贪吃蛇。*游戏制作思想: *通过一个二维数组来描述画面, *-2代表墙,0代表空白,0以上代表蛇 *例以1,2,3,4表示蛇(4为蛇头) *其移动时,数字依次减一, *并在将要去的位置设为4, *则完成了蛇的移动 *同时利用多线程获取按键事件, *使屏幕绘制与按键监听同时进行

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

发表评论

0 个回复

  • che200m
    说明:  CHE200程序源码,变频器程序源码。学习用。。。。(Che200 program source code, converter program source code. Learn to use....)
    2020-10-19 20:04:46下载
    积分:1
  • wuziqi
    经典的五子棋游戏的代码,用C++编写,可作为C++新手的练习材料,在windows系统上运行(The classic backgammon game code, written in C++, can be used as material for training novice C++, running on the windows system)
    2016-01-18 15:03:30下载
    积分:1
  • 3dCloud
    c#语言实现三维点云文件的读取以及opengl显示(c# language to achieve a three-dimensional point cloud file read and opengl display)
    2021-02-25 15:49:38下载
    积分:1
  • 计计计算器
    用C++实现小型计算器的功能,包括四则运算,三角函数,对数函数,幂函数的运算(Using C++ to achieve the function of small calculators, including four operations, trigonometric function, logarithmic function, power function calculation)
    2017-06-22 09:15:47下载
    积分:1
  • video-p2p-based-on-H.264
    本程序是在H.263的P2P视频聊天程序(本站可下载到)基础上优化升级而成,vs 2008环境,实现了点对点视频通信,分辨率和视频质量有了大幅提升。包括3个工程:x264实现视频编码,ffmpeg实现视频解码,testvideo实现视频采集界面显示和TCP协议传输,需先编译前2个工程生成库文件后供第三个工程调用,编译库时注意修改工程路径及代码中的extern C,也可直接用我编译好的库文件。支持RGB和YUY2(4:2:2)格式输出的摄像头,分辨率支持176x144或352x288两种(修改宏定义即可)。代码中的可执行程序为YUY2输出352x288版本供大家测试使用。(This procedure is in H.263 P2P video chat program (site can be downloaded to) is made on the basis of the optimization and upgrading, vs 2008 environment, to achieve a point to point video communication, resolution and video quality has increased dramatically. Includes three projects: x264 for video encoding, ffmpeg for video decoding, testvideo video collection interface display and the TCP protocol to transmit, you must first compile the project before the two library files generated after the call for a third project, compile libraries attention modification works path and code extern C, can also be directly compiled to use my library file. Supports RGB and YUY2 (4:2:2) output format camera with a resolution of 176x144 or 352x288 two kinds of support (you can modify the macro definition). Executable code for the 352x288 version YUY2 output for all the test used.)
    2013-08-20 22:08:34下载
    积分:1
  • 5
    说明:  matlab 中很实用的源代码5:20.形态学骨架提取 25 21.直接提取四个顶点坐标 26 22.文件打开窗口 27(Practical source code of matlab )
    2015-04-20 16:29:46下载
    积分:1
  • DynamicProScalper_v2.1
    这是来自国外网站的礼物,免费的正版商业EA。包括源码、参数,统统的公开! 货币对:GBP/USD、GBP/CAD、GBP/CHF、EUR/GBP、EUR/CAD、EUR/CHF、USD/CAD、USD/CHF、USD/JPY 时间段:15分钟 Supports 9 Currency Pairs 支持9个货币对 Compatible with All type of MT4 brokers – ECN, NDD and STP 兼容所有的MT4平台,无论是 ECN,NDD,和 STP模式 High Slippage Protection 高滑点保护 High Spread Protection 高点差保护 Dynamic volatility entry and exit levels 动态管理 进出场交易次数 High Recovery Factor (RF net profit/max. drawdown) > 20 高效的恢复因子 Very Low Drawdown 非常小的资金回撤 Automatic GMT Offset detection 自动适应时区时差(This is a gift foreign websites, free of the original commercial EA.Including the source code, parameter, all open! Currency pairs: GBP/USD, GBP/CAD, GBP/CHF, EUR/GBP, EUR/CAD, EUR/CHF and USD/CAD, USD/CHF and USD/JPY Time: 15 minutes Supports 9 Currency Pairs support nine Currency Pairs Compatible with All type of MT4 brokers- ECN, NDD and STP is Compatible with All MT4 platform, whether it be a ECN, NDD, and STP pattern High Slippage Protection, High Slippage Protection High Spread Protection, High differential Protection The Dynamic volatility entry and exit levels Dynamic management into the transaction number High Recovery Factor (RF net profit/Max. The drawdown) > 20 efficient Recovery Factor A Very small Very Low Drawdown funds retracement Automatic GMT Offset detection automatically to adapt to the jet lag time zone)
    2017-02-13 12:41:21下载
    积分:1
  • C#多年积累的类库
    C#多年积累的类库 1、图形操作 2、cookie,session以及cache 3、csv文件转换 4、FTP操作类 5、json处理 6、xml操作类 7、excel文件导出 8、时间日期操作类 9、上传下载 10、条形码 11、压缩解压缩 12、序列化 13、验证码 14、正则表达式等
    2022-05-24 16:57:36下载
    积分:1
  • four
    说明:  该代码可以生成四元式,前提是必须要按要求输入哦,。(can generate four calculate)
    2020-06-22 08:20:01下载
    积分:1
  • opencv hand gesture
    使用opencv编写的手的识别代码,使用VS2015编译,肤色和轮廓结合,非常准确
    2022-04-01 11:27:01下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载