-
cocos2dx游戏源码
cocos2dx游戏源码《忍者飞镖打幽灵》
简单的一个小demo,初次接触cocos2dx的一个demo
文档:http://blog.csdn.net/iamlazybone/article/details/16891891
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-13 13:55:40下载
- 积分:1
-
线程代码模板pthread of leon3
线程代码模板pthread of leon3 -Thread code templates pthread of leon3
- 2022-09-19 14:00:02下载
- 积分:1
-
日梭万年历,各地经纬,日月位置,前后500年,时间方面最好最全的万年历。...
日梭万年历,各地经纬,日月位置,前后500年,时间方面最好最全的万年历。-Soe calendar day, around the latitude, the sun position, before and after 500 years, the timing of the best and the whole of the calendar.
- 2022-02-04 11:23:28下载
- 积分:1
-
用于 sms 消息的通用 API。
SMSLib 提供了一个通用的发短信 API,可用于发送和接收消息 (通过 GSM 调制解调器和/或批量短信运营商。
- 2022-01-25 21:38:13下载
- 积分:1
-
USB设计资料,是关于USB设计的PDF文档
USB设计资料,是关于USB设计的PDF文档-USB design information on the USB-designed PDF documents
- 2022-05-23 13:31:02下载
- 积分:1
-
在VC中如何将文件保存为EXCEL格式
在VC中如何将文件保存为EXCEL格式-in VC how to save the file to Excel Format
- 2022-03-18 11:44:07下载
- 积分:1
-
总共有178个c语言程序的源代码,希望对大家有用
总共有178个c语言程序的源代码,希望对大家有用-A total of 178 c language program
- 2023-05-05 12:35:03下载
- 积分:1
-
显示时间分钟秒,利用了定时器的中断来编程,可以做一个电子钟...
显示时间分钟秒,利用了定时器的中断来编程,可以做一个电子钟-Show Time minutes, seconds, using a timer interrupt programming, we can do an electronic clock
- 2022-02-01 15:11:30下载
- 积分:1
-
获得计算机中可用的端口的名称,包括并口、串口等
获得计算机中可用的端口的名称,包括并口、串口等-access computer ports available the names, including parallel, serial, etc.
- 2022-06-13 18:09:57下载
- 积分:1
-
httpserver解决乱码问题
procedure TForm1.httpS_1CommandGet(AContext: TIdContext;
ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
// var
// bb : Tb
var
sRawByte: RawByteString;
sAnsi: AnsiString;
begin
Mm_1.Clear;
ARequestInfo.ContentType :="text/html;Charset=UTF-8";
Mm_1.Lines.Add("ContentType Params " + ARequestIn
- 2022-08-22 10:45:21下载
- 积分:1