-
扫雷迷宫,一个很好的游戏代码,可以编译通过
扫雷迷宫,一个很好的游戏代码,可以编译通过-sdsa
- 2022-06-18 03:22:32下载
- 积分:1
-
关于超宽带的东西
关于超宽带的东西-on UWB things
- 2023-06-21 21:15:02下载
- 积分:1
-
c8051的程序源码 功能:chanel:为通道地址,范围0-DAC0;1-DAC1
// shuju: 16位无符号数,实际12位,对齐方式由DACxC...
c8051的程序源码 功能:chanel:为通道地址,范围0-DAC0;1-DAC1
// shuju: 16位无符号数,实际12位,对齐方式由DACxCN控制-C8051-source function of the procedure: chanel: as the channel address, the scope of 0-DAC0 1-DAC1// shuju: 16 bit unsigned number, the actual 12, alignment control by DACxCN
- 2022-09-14 04:15:03下载
- 积分:1
-
an entire desktop procedures girls
一个女孩整桌面程序-an entire desktop procedures girls
- 2022-07-11 06:12:58下载
- 积分:1
-
1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:
(1)采用交互工作方式
(2)可以增加、删除、修改信息
(3)建立数据文件 ,数...
1、任务:为宿舍管理人员编写一个宿舍管理查询软件, 程序设计要求:
(1)采用交互工作方式
(2)可以增加、删除、修改信息
(3)建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(用选择排序)
2、查询菜单: (用二分查找实现以下操作)
(1)按姓名查询
(2)按学号查询
(3)按房号查询
3、打印任一查询结果(可以连续操作)
-a task : to prepare dormitory management staff inquiries a dormitory management software, program design requirements : (1) interactive work (2) can add, delete, change information (3) Establish data files, data files by keyword (name, school, room number) rank (with choice of ranking) 2, inquiries menu : (2 hours with you to achieve the following operational) (1) the names of inquiries (2) the school inquiry (3) of the inquiry three, Print the results of an inquiry (capable of continuous operation)
- 2023-03-09 03:15:04下载
- 积分:1
-
又是一宽经典手机游戏,让大家在手机上领略游戏的魅力,操作简单!画面漂亮...
又是一宽经典手机游戏,让大家在手机上领略游戏的魅力,操作简单!画面漂亮-is a classic wide mobile phone games, we appreciate the phone on the game"s charm, simple! Beautiful picture!
- 2022-08-18 18:00:42下载
- 积分:1
-
CCS 2009手动PIC comfile
ccs 2009 manual for pic comfile
- 2022-01-26 05:54:37下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算...
二维射线追踪程序包,主要用于石油行业基于射线追踪的正演模拟计算-2D Raytracing source packet, main use for oil exploration 2d raytracing modeling
- 2022-04-25 08:10:58下载
- 积分:1
-
一个简单的俄罗斯方块程序。3个难度。 操作:A,左移;D,右移;S,加速下落;W,变形;空格,暂停。
一个简单的俄罗斯方块程序。3个难度。 操作:A,左移;D,右移;S,加速下落;W,变形;空格,暂停。-a simple Tetris procedures. Three more difficult. Operation : A, the left; D, the rig ht; S accelerate whereabouts; W, deformation; Box suspended.
- 2022-07-10 12:26:32下载
- 积分:1