-
used
易语言自助打印报表,可自定义设计大小,颜色,(Easy language self-printing report, customizable design size, color,)
- 2019-05-24 16:34:11下载
- 积分:1
-
Odoo_Logistics-master
说明: 第三方物流管理 POWER BY ODOO(logistic management power by odoo)
- 2020-04-07 12:29:28下载
- 积分:1
-
流体手势
This is the mobile phone fluid gesture.
- 2019-06-07 21:18:39下载
- 积分:1
-
暂态稳定分析程序
说明: 对电力系统的暂态分析是电气专业本科生必修内容,配套程序必不可少,此例中提供9节点算例进行验证(Transient analysis of power system is a compulsory content for electrical majors, and the supporting program is essential. In this case, a 9-node example is provided for verification)
- 2020-08-21 13:54:25下载
- 积分:1
-
Timeseriesanalysis
第一章 时间序列分析简介 第二章 时间序列的预处理 第三章 平稳时间序列分析 第四章 非平稳序列的确定性分析 第五章 非平稳序列的随机分析 第六章 多元时间序列分析(Chapter I Brief Introduction of time series analysis time series chapter pretreatment Chapter III of stationary time series analysis the fourth chapter of the uncertainty of non-stationary sequence analysis Chapter V of the random sequence of non-stationary analysis Chapter VI multiple time series Analysis)
- 2009-05-11 18:35:19下载
- 积分:1
-
twincat
twincat是开发平台的实时控制自动化软件(TwinCAT is a real-time control automation software for development platform)
- 2019-02-14 08:00:09下载
- 积分:1
-
成功经理人讲座,成功经理人讲座成功经理人讲座成功经理人讲座,成功经理人讲座成功经理人讲座....
成功经理人讲座,成功经理人讲座成功经理人讲座成功经理人讲座,成功经理人讲座成功经理人讲座.-successful manager talks, the successful manager talks successful manager talks successful manager talks, the successful manager talks successful manager talks.
- 2022-01-26 00:56:12下载
- 积分:1
-
非常有名的嵌入式辅导
非常有名的嵌入式辅导-华清远见的FPGA最小系统设计-Very well-known embedded counseling- Huaqing smallest FPGA vision system design! !
- 2022-03-20 18:28:00下载
- 积分:1
-
Python-Book
Python参考手册
是扫描版本的,原先网上下载的是没有目录的,我自己做了目录方便查询(Python Reference Manual is a scanned version of the original download is no directory, I made a convenient directory inquiries)
- 2011-10-26 15:20:44下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1