-
Matlab模糊逻辑工具箱的分析与应用
说明: 系统辨识及其MATLAB仿真,全部代码及其相关资料(System identification and MATLAB simulation)
- 2021-03-25 22:05:08下载
- 积分:1
-
平面网平差,有网图绘制功能。另带放样小程序
平面网平差,有网图绘制功能。另带放样小程序-planar network adjustment, network mapping function. Another small programs with lofting
- 2023-08-11 18:45:04下载
- 积分:1
-
truetime2.0英文使用文档-2016
truetime模块使用说明书,2016英文文档版,学习进行网络仿真(TrueTime module use instructions, 2016 English version, learning for network simulation)
- 2018-02-28 22:17:43下载
- 积分: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
-
用c语言编写的一个模拟文曲星上的猜数字猜单词游戏
用c语言编写的一个模拟文曲星上的猜数字猜单词游戏-use of a language simulation rings on the viewing guess word games
- 2022-08-20 03:33:25下载
- 积分:1
-
example2_3
说明: 卡尔曼滤波在温度测量中的应用,程序很好用,直接运行即可(Kalman filter in the application of temperature measurement, the program is very easy to use, can be directly run.)
- 2020-06-18 22:40:02下载
- 积分:1
-
NIKE专卖店销售系统
说明: nike销售平台系统,可以方便实体店销售服务,和店长的统计服务,优化,方便,快捷(Nike sales platform system, can facilitate the store sales services, and the shop chief's statistical service, optimization, convenience, quick)
- 2018-03-24 14:51:25下载
- 积分:1
-
online collection of the very good AutoCAD Dynamic Drive AcEiJig the template, h...
网上收集的很不错的AutoCAD的动态拖动AcEiJig的模板,有了他可以很方便的作出动态拖动的模块-online collection of the very good AutoCAD Dynamic Drive AcEiJig the template, he could have easily made the Dynamic Drive Modules
- 2023-02-09 17:00:03下载
- 积分:1
-
触摸屏
基于stm32开发板的简单应用,触摸屏模块的基本应用及初始化。(Touch screen is based on the simple application of 32 development board, the basic application and initialization of touch screen module.)
- 2020-06-21 07:40:01下载
- 积分:1
-
pcdtogrey
基于点云对数字地形模型 (DSM) 或数字表面模型 (DSM) 进行插值。
用法(Interpolation of digital terrain model (DSM) or digital surface model (DSM) based on point cloud.
usage)
- 2018-12-18 14:54:20下载
- 积分:1