-
stl_gen
将3D点云数据,转化成3D打印用的stl文件(transform the 3d cloud point to stl file which used to 3d printing)
- 2021-03-29 14:39:11下载
- 积分:1
-
parallel_battery_SC_boost_converter
matlab仿真,蓄电池和超级电池协同充放电(Matlab simulation, battery and super battery charge and discharge)
- 2018-06-07 09:06:23下载
- 积分:1
-
LLCsaber仿真文件
LLC的saber仿真,可以根据自己的选择调解参数。(The LLC simulation of SABER)
- 2021-03-23 22:29:14下载
- 积分:1
-
Connection Mode in MV Distribution Networks
介绍了国际上典型一流城市中压配电网结构模式, 总结归纳了中压配电网网架结构在提高供电可靠性、 减少停电时间上的作用。 对比分析了现状中压电缆网大分支网架结构的改造方式, 总结提炼并形成适用于福州地区建设世界一流城市配电网的中压电缆网网架结构, 提出双环网、 单环网的典型接线模式, 包括主干线路和分支线路的接线形式, 并进行了可靠性计算和论证, 用以指导福州地区世界一流城市电网建设。(This paper introduces the structure mode of medium-voltage distribution network in typical first-class cities in the world, and summarizes the role of the structure of medium-voltage distribution network in improving the reliability of power supply and reducing the blackout time. This paper compares and analyses the transformation modes of the large branch network structure of medium voltage cable network, summarizes and refines the medium voltage cable network structure suitable for constructing the world-class urban distribution network in Fuzhou, and puts forward the typical connection modes of double-loop network and single-loop network, including the main line and branch line, and carries out the transformation. Reliability calculation and demonstration are carried out to guide the construction of the world-class urban power grid in Fuzhou.)
- 2020-06-19 04:40:01下载
- 积分:1
-
WTL字体类示范代码
WTL字体类示范代码-WTL font type model code
- 2022-01-26 04:18:40下载
- 积分: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
-
pvar2014
进行 面板数据VAR分析,连玉君老师论文中用到的,stata 代码(The VAR analysis of panel data, and the stata code used in the thesis of the teacher)
- 2020-07-20 19:18:45下载
- 积分:1
-
opencv 的安装程序,不错的一个对图像处理的库
opencv 的安装程序,不错的一个对图像处理的库-opencv installation procedures, a good image processing library
- 2022-02-02 15:18:56下载
- 积分:1
-
thc-hydra-windows-master
Hydra是著名的黑客组织THC的一款开源暴力破解工具这是一个验证性质的工具,主要目的是:展示安全研究人员从远程获取一个系统认证权限。(Hydra is an open source violence cracking tool for the well-known hacker organization THC. This is a validation tool. Its main purpose is to show that security researchers can obtain system authentication privileges remotely.)
- 2018-10-31 13:12:58下载
- 积分:1
-
Vb定时提醒软件-每隔指定时间弹出提示发出提示音
为保护眼睛而专业编写的Vb定时提醒软件-每隔指定时间弹出提示发出提示音,写本软件的初衷是一个护眼软件,当面对电脑至设定的小时后,即会触发程序弹出提示,或发出警报音,可自定义休息时间结束时(工作时的声音提示),每分钟一次的眨眼提示(可以关闭眨眼提示),工作时间结束时(休息时的声音提示),托盘图标动画显示,每分钟语音提示“请眨眨眼睛”,随机运行屏幕保护程序(每次见到的屏幕保护可能不一样)
- 2023-09-04 21:40:03下载
- 积分:1