-
a Rubik's cube of small game, using VB done and the integrity of the source...
一个俄罗斯方块的小游戏,是用VB做的,有完整的源代码-a Rubik"s cube of small game, using VB done and the integrity of the source code
- 2022-01-28 18:51:27下载
- 积分:1
-
glcap-master
Opengl capture like fraps for linux
- 2019-04-21 02:55:27下载
- 积分:1
-
经典的100个c算法
Classic 100 C language algorithms
- 2020-06-18 14:00:02下载
- 积分:1
-
阅读的格式SEGY地震数据segyreader,输入SEGY .h文件卷赛格…
读取Segy格式地震数据的类SegyReader,
在segy.h文件中有segy卷头/道头的每一个字段的中文详细说明,方便大家查询使用.
另外, 使用QT3.x制作的GUI界面程序, 可以选择一个segy文件, 使用SegyReader类读取并显示相关信息在界面上.-Read format Segy type of seismic data SegyReader, in segy.h document volumes segy head/Road, the first field of each detailed description of the Chinese to facilitate the use of inquiries. In addition, the use of the GUI interface QT3.x production procedures, segy can choose a file, use the category SegyReader read and display relevant information in the interface.
- 2022-04-15 15:36:12下载
- 积分:1
-
game-theory-of-spectrum-allocation
Matlab program based on game theory of spectrum allocation
- 2012-07-20 13:03:14下载
- 积分:1
-
Design-an-Active-Suspension
Design an Active Suspension System for Peugeot 206_2
- 2017-04-23 21:09:37下载
- 积分:1
-
VC++转换COLORREF值为RGB分量
VC++转换COLORREF值为RGB分量,举个例子,在本例中,是将COLORREF值:0x000080FF转换成:R分量:0xFF、G分量:0x80、B分量:0x00,注意,并不是分离。请看定义:
//R分量
BYTE RED = GetRValue(cr);
//G分量
BYTE GREEN = GetGValue(cr);
//B分量
BYTE BLUE = GetBValue(cr);
CString strText = _T("");
strText.Format(_T("COLORREF值:0x%08X"), cr);
pDC->TextOut(100, 50, strText);
strText.Format(_T("R分量:0x%02X"), RED);
pDC->TextOut(100, 100, strText);
strText.Format(_T("G分量:0x%02X"), GREEN);
pDC->TextOut(100, 150, strText);
strText.Format(_T("B分量:0x%02X"), BLUE);
pDC->TextOut(100, 200, strText);
- 2022-06-13 02:13:45下载
- 积分:1
-
微分进化算法的其中两个子程序 ann
说明: 微分进化算法的其中两个子程序,第二部分内容(Differential evolution algorithm)
- 2020-06-23 05:20:02下载
- 积分:1
-
Android版 Jchat聊天通信 源码分析
Android Jchat 开源项目源码+开发文档,jChat 是一个 Android 手机上基于位置的聊天软件,采用P2P通讯机制。里面含有了中英文的资料,详尽的源代码说明请下载后参考:“开源项目Jchat 编译以及源码分析.doc”文档。
- 2023-05-02 22:05:07下载
- 积分:1
-
信道
实现 一个对时间反转镜技术的原理的简单的描述和仿真(A simple description and Simulation of the principle of time reversal mirror technology is realized.)
- 2021-01-24 15:18:38下载
- 积分:1