-
RP-1311
用于NASA CEA的帮助文档
本文档为《第1部分:原理分析》(This report presents the latest in a number of versions of chemical equilibrium and applications programs developed at the NASA Lewis Research Center over more than 40 years. These programs have changed over the years to include additional features and improved calculation techniques and to take advantage of constantly improving computer capabilities.)
- 2018-10-31 09:42:23下载
- 积分:1
-
java-Puzzle
这是拼图游戏用java语言做开发所需要用到的代码。(This is a jigsaw puzzle to do with the development of the java language code needed.)
- 2011-08-21 14:08:46下载
- 积分:1
-
CANopen_stack
说明: CAN Open Libraries for Implementation
- 2019-01-11 23:14:11下载
- 积分:1
-
C#检测是否可以上网-网络连接状态
C#检测是否可以上网-网络连接状态,点击检测按钮即可检测是否连接到网络,将检测结果以弹出框的形式告之。经测试,检测结果准确。
- 2022-05-15 07:09:36下载
- 积分: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
-
交通信号
应用背景交通信号是一个常见的事情,我们看到在我们的日常生活但实现它是某种有点困难。此代码是正确的工作关键技术AVR Studio是用于开发代码。希望你会喜欢我的工作。
- 2023-03-14 03:45:03下载
- 积分:1
-
H236
H.263 标准结构图,对学习了解H263有直观的学习作用(H.263 standard structure map, learning to understand H263 has an intuitive learning effect)
- 2018-03-18 18:05:11下载
- 积分:1
-
C语言100
说明: C语言、C++ 100范例,很好的学习资料!(The sample code of the C language, please refer to it~)
- 2019-03-28 17:36:29下载
- 积分:1
-
1-2-15-按键双击和长按程序
说明: 在stm32工程中,长按和短按的代码书写, 调用的读取按键状态的底层函数。封装成的按键函数代码。下面是函数的头文件,和.c文件的代码。使用定时器来扫描按键。(In STM32 project, the code of long press and short press is written, and the underlying function of reading key status is called. Encapsulated key function code. The following is the header file of the function, and the code of the. C file. Use a timer to scan keys.)
- 2020-11-03 22:20:00下载
- 积分:1
-
栅格地图源代码
MATLAB创建栅格地图源码,用于路径规划方面的地图创建(MATLAB create grid map source code for map building in path planning)
- 2021-04-26 14:18:45下载
- 积分:1