-
Windows_Driving
windows驱动开发资料,深入驱动核心,剖析操作系统底层运行机制。(Windows driver development data, in-depth driving the core, analyzing the underlying operation mechanism of the operating system.)
- 2018-06-15 01:06:24下载
- 积分:1
-
ATP-EMTP doc
介绍了很多atp中的模型原件,比较实用,在网上很难找到(A lot of original models in ATP are introduced, which are more practical and hard to find on the Internet.)
- 2020-11-06 21:19:53下载
- 积分:1
-
xinchouguanli
这是自考资料!通过复习 ,好好复习。祝各位好运。(This is the Self item! Through review, good review. I wish you good luck.)
- 2013-08-01 17:50:34下载
- 积分:1
-
Lin_Deep_Learning_of_2015_CVPR_paper
这是一篇关于图像检索的文章,主要内容如下:在第2部分对哈希算法的相关工作和基于深度学习的图像检索进行了回顾,在第3部分详述了所提出的一个新颖算法,最后,在第4部分和第5部分分别给出了实验结果和结论。(This paper is organized as follows: the related work of hashing algorithms and image retrieval with deep learning are briefly reviewed in Section 2. the details of a new method is elaborated on in Section 3. Finally, experimental results are provided in Section 4, followed by conclusions in Section 5.)
- 2020-06-22 00:20:02下载
- 积分:1
-
LCD design resource reference for the inquiry PANEL resources
LCD设计资源参考,用于查询PANEL资源-LCD design resource reference for the inquiry PANEL resources
- 2023-04-07 07:30:04下载
- 积分: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
-
mdp2
利用马尔可夫决策过程求解动态规划问题,希望对大家有所帮助(Using Markov Decision Process to Solve Dynamic Programming Problem, I hope it will be helpful to all of you.)
- 2019-06-24 15:37:52下载
- 积分:1
-
MMCCPS4LEVEL
说明: 提出了一种合理的载波相位调制优化方法。该方法结合了子模块的平衡控制,不仅显示了更好的电容电压平衡效果,而且还输出了信号。谐波含量较低。(A reasonable carrier phase modulation optimization method is proposed. This method combines the balance control of the sub-module, which not only shows a better capacitance voltage balance effect, but also outputs a signal. The harmonic content is low.)
- 2019-10-28 15:39:34下载
- 积分:1
-
jquery 实现个性化样式,如菜单等,其中更改了javascript传统的编码方式,让js看起来更舒服!...
jquery 实现个性化样式,如菜单等,其中更改了javascript传统的编码方式,让js看起来更舒服!-it s simple!
- 2022-06-29 10:28:16下载
- 积分:1
-
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。...
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。-This program for the power flow calculation of the Jacobian matrix program, but also the core of the power flow calculation.
- 2022-02-02 22:29:19下载
- 积分:1