-
TETRIS
此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
- 2013-10-23 21:46:26下载
- 积分:1
-
fiuhiu-V1.7
结合PCA的尺度不变特征变换(SIFT)算法,包括AHP,因子分析,回归分析,聚类分析,采用偏最小二乘法。( Combined with PCA scale invariant feature transform (SIFT) algorithm, Including AHP, factor analysis, regression analysis, cluster analysis, Partial least squares method.)
- 2017-04-17 21:50:50下载
- 积分:1
-
down
说明: 一个复杂的工程通常可以分解成一组小任务的集合,不错(A complex project can usually be broken down into a collection of small tasks.)
- 2018-12-30 10:57:37下载
- 积分:1
-
MahjongGame
说明: 本章实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。
(This chapter implements a complete network of four mahjong game, the assembly server and client-side functionality and integration. This chapter focuses on the non-reciprocal function of the establishment of network services, transmission of information sequences, building a virtual three-dimensional space, drawing graphics and display bitmaps, create a bitmap in memory and drawing graphics.)
- 2010-03-29 22:58:03下载
- 积分:1
-
2013_BEPS_GLOBAL_REVISE_5_4
陆地生态系统碳源汇动态模拟
碳循环 净生产力 总生产力(Terrestrial ecosystem carbon exchange dynamics simulation)
- 2021-01-14 15:58:46下载
- 积分:1
-
duotaixingshiyan
多态性实验,强烈建议大家来下载(Polymorphism of the experiment, we strongly recommend you to download)
- 2009-01-01 11:05:30下载
- 积分:1
-
Tutorial-VB
Visual basic complete tutorial for connection to db s
- 2010-01-28 13:18:40下载
- 积分:1
-
CheckListCtrl
通过一个例子说明checklistctrl控件的使用方法(checklistctrl sample)
- 2017-10-31 12:19:01下载
- 积分: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
-
VB彭曼
用于计算潜在蒸发量,是一个很好的程序。推荐大家用该数据计算流域的潜在蒸发量。(It is a good program to calculate the potential evaporation. It is recommended to use this data to calculate the potential evapotranspiration of the basin.)
- 2018-03-19 11:19:27下载
- 积分:1