-
vb编写的格斗游戏,具备过关格斗游戏的基本要素。是学习游戏编写的好例子...
vb编写的格斗游戏,具备过关格斗游戏的基本要素。是学习游戏编写的好例子-vb prepared fighting games, with clearance of the basic elements of fighting games. Prepared to learn the game a good example of
- 2022-04-27 09:55:55下载
- 积分:1
-
VC图象处理程序设计_杨淑莹(jb51.net)
VC++ Image Proccess
VC++ Image Proccess
- 2020-06-18 22:00:01下载
- 积分:1
-
EMDdenoise
说明: 是使用经验模式分解EMD的方法对信号进行降噪(It uses EMD to reduce noise)
- 2020-03-13 17:57:10下载
- 积分:1
-
电子制版中常用的封装,包括了平时经常用的大部分元件,省去了很多做封装的时间,可以下来用...
电子制版中常用的封装,包括了平时经常用的大部分元件,省去了很多做封装的时间,可以下来用-Commonly used in e-plate package, including the most frequently used in peacetime components, eliminating the need for a lot of time to do packages can be used down
- 2023-04-08 18:55:04下载
- 积分:1
-
lmap
说明: 天堂的地图配置文件和几个相关的软件
===================
kehuduanmap**.s32
kehuduanmap**.seg
配置文件
配置文件内包含的数据有地图的 安全/战斗区域信息,地图块的拼接与位置信息,建筑物与点缀等内容的拼接与位置
===================
L1MapTool*
地图框架查看器 与 源码
此软件只能查看地图的 安全/战斗区域信息. 关于地图的具体绘制信息并未展示.
因为这个地图肯定是打开了*.s32与*.seg文件 我猜测他就可以直接看到配置文件的明文.
===================
lep.exe
地图预览工具
此工具可以预览极老的某个游戏版本[好像已经失传了]的地图,应该是获取了所有的地图信息后展示出来.
===================(Paradise 1 Game Map Browsing Tool)
- 2020-06-16 06:20:01下载
- 积分:1
-
tanchishe
一个简单的贪吃蛇,希望多初学者有点帮助,就用了for循环写的(A simple snake, hope to beginners a little help, the program only used for the cycle to write)
- 2017-04-19 18:58:22下载
- 积分:1
-
high-laser-1
研究强激光在大气传输过程中产生的热晕效应,采用数值模拟的方法,对无风时稳态热晕效应的影响参
数进行了求解,探讨了无风稳态热晕效应对轴上光强以及远场能量分布的影响(Transmission of intense laser in the atmosphere generated in the process of thermal blooming effects, the use of numerical simulation, steady state of no wind parameters of hot halo effect was solved, discussed the steady-state thermal blooming effects no wind intensity on the axis and the energy distribution of the far field)
- 2011-05-22 17:30:20下载
- 积分:1
-
Multi-Sensor-Data-Fusion-with-MATLAB
多传感器数据融合,主要讲解了数据融合的一些原理和方法,并利用matlab进行编程的一些例子(Multi-sensor data fusion, mainly explained some principles and methods of data fusion, and some examples of using matlab to programming)
- 2017-04-19 16:09:45下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
stock
说明: 一个包含查询、智能决策等多种功能的股票交易系统。(A c program based on borlandc)
- 2020-06-22 11:00:01下载
- 积分:1