-
I am in the online collection of C language source code classic game collection,...
本人在网上搜集的C语言编写的经典小游戏的源码集合,有志于C游戏编程学习的朋友可以选用参考。-I am in the online collection of C language source code classic game collection, game programmers interested in learning C Friend can choose to use reference.
- 2022-04-24 05:19:25下载
- 积分:1
-
dra808m声音收发器模块配置程序
资源描述代码包括dra808m模块配置。模块是由多吉和它是一个良好的收发模块,包括代码的配置发送和接收的频率和音量等编程是Arduino平台做
- 2022-03-25 20:32:31下载
- 积分:1
-
macx os system specifications and development presentation
macx os system specifications and development presentation
- 2022-08-11 21:39:44下载
- 积分:1
-
最新yaffs2的源代码
最新yaffs2的源代码-Yaffs2 the latest source code
- 2022-04-09 11:41:17下载
- 积分:1
-
lan see a tool for intranet
lan see a tool for intranet
- 2023-07-21 14:05:05下载
- 积分:1
-
这是我同学在IBM面试的一点资料,这里面包括笔试题目,面试题目,以及面试技巧。。
希望对想加入IBM蓝色之路的同仁有所帮助...
这是我同学在IBM面试的一点资料,这里面包括笔试题目,面试题目,以及面试技巧。。
希望对想加入IBM蓝色之路的同仁有所帮助-This is my classmate in an interview that the information on IBM, which included a written examination subject, the interview subject, as well as interviewing techniques. . Want to want to join IBM Blue Tongren road help
- 2022-03-22 00:43:25下载
- 积分:1
-
这个是斗地主的游戏,还没有全部完成,希望多多指教
这个是斗地主的游戏,还没有全部完成,希望多多指教-this is a game, has completed the hope that the exhibitions
- 2022-02-19 22:59:46下载
- 积分:1
-
校园及时通,很好的通信软件!
校园及时通,很好的通信软件!-Campus timely pass, good communication software!
- 2022-05-08 09:21:44下载
- 积分:1
-
Powerbuilder8.0实用程序设计100例之51
Powerbuilder8.0实用程序设计100例之51-60-Powerbuilder8.0 Utility Design 100 Cases of 51-60
- 2022-01-26 16:00:29下载
- 积分:1
-
demo(S50)源代码
应用背景D8 读卡器S50DEMO源代码,用于技术开发,和卡片个人化应用关键技术// rfvcDlg.cpp : implementation file
//
#include "stdafx.h"
#include "rfvc.h"
#include "rfvcDlg.h"
#include "dcrf32.h"
#include "General.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//dc_HANDLE icdev;
HANDLE icdev;
unsigned long cardsnr;
/////////////////////////////////////////////////////////////////////////////
// CRfvcDlg dialog
CRfvcDlg::CRfvcDlg(CWnd* pParent /*=NULL*/)
: CDialog(CRfvcDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CRfvcDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
- 2022-02-16 02:14:23下载
- 积分:1