-
Gi?i Nh?t
Introduction In this blog, we examine the issue of identifying unit roots in the presence of structural breaks. We will use the quarterly US current account to GDP ratio to compare results from a number of unit root test.
- 2019-05-20 14:57:20下载
- 积分:1
-
Step
CFD计算:用于计算超声速前台阶流动C语言程序,生成每一个网格点的密度、马赫数等数据(CFD calculation: used to calculate the supersonic front step flow in C language, generate each grid point density, Mach number and other data)
- 2021-04-14 10:58:55下载
- 积分:1
-
短路潮流计算软件帮助系统,可以配合短路潮流计算软件使用...
短路潮流计算软件帮助系统,可以配合短路潮流计算软件使用-power help
- 2022-01-28 12:30:22下载
- 积分:1
-
transient_eng.pdf
The document is on transient enginerig
- 2018-02-03 20:28:07下载
- 积分:1
-
rtc
this file describes an example of the use of the RTC (Real Time Clock) Routine.
- 2010-07-28 22:15:26下载
- 积分:1
-
VC++ API自绘XP风格界面控件
VC++ API自绘XP风格界面控件,窗体中的那些按钮还有Radio checkbox都是自绘的,是不是看起来和系统自带的一样呢?说实在,有人会问,既然和系统一样的,那还为什么要去做呢?是,因为这觉得这个过程是知识突飞猛进的过程,你可以熟悉很多VC++基础知识的运用。
- 2022-05-15 18:49:19下载
- 积分:1
-
培训信息发布php系统最新修正版
培训信息发布php系统最新修正版-training information release system php latest revised version
- 2022-06-27 22:56:47下载
- 积分:1
-
微信小程序极客学院源代码分享
微信小程序极客学院源代码分享,这是一个类似于技术文章网站的手机客户端形式,可供用户发布一些以文章为主的教程,在微信端,这类小程序比较多,正是因为简单,所以想学习微信小程序开发的朋友,才可能更好的学习一些微信编程的小技巧。
微信极客学院微信版运行界面效果请参见截图所示。
- 2023-08-14 00:10:04下载
- 积分:1
-
IEC 62056-21
说明: IEC standard 62056 - 21. PDF
- 2020-06-21 17:20:01下载
- 积分:1
-
Desktop
说明: program example3
implicit none
real,parameter::weight=50.0
real,parameter::e=0.1
real guess
write (*,*) " weight is"
do while(abs(guess-weight)>e)
read(*,*) guess
if(abs(guess-weight)
- 2020-01-10 20:18:46下载
- 积分:1