-
C# 系统启动后经过的时间
C# 系统启动后经过的时间,textBox1.Text = (Environment.TickCount / 1000).ToString() + "秒";//获取启动后经过的时间。
private void timer1_Tick(object sender, EventArgs e)
{
textBox1.Text = (Environment.TickCount / 1000).ToString() + "秒";//获取启动后经过的时间
}
private void Form1_Load(object sender, EventArgs e)
{
textBox1.Text = (Environment.TickCount / 1000).ToString() + "秒";//获取启动后经过的时间
}
- 2022-04-30 21:58:26下载
- 积分:1
-
程序
多因子选股模型有效因子检验matlab算法实现(Multi-factor stock selection model effective factor test matlab algorithm implementation.)
- 2021-01-12 15:28:48下载
- 积分:1
-
Access_print
一个access vba的源码,功能为根据读取xml,csv来实现数据分析,并保存到access db,生成报表,支持预览及打印功能,是用日语做的,说明书以及操作用的xml,csv也包含其中。(An access vba source code, function according to read xml, csv to data analysis, and save it to access db, generate reports, preview and printing support is done in Japanese, manuals, and operating with the xml, csv also included.)
- 2011-07-01 09:36:39下载
- 积分:1
-
TMS320C6678中文版手册
C6678 第五章中文手册,CorePAc,与英文手册对比版本。简单便捷,快速查阅,方便使用(C6678 fifth chapter Chinese manual, CorePAc, and English manual comparison version. Simple and convenient, quick look up, easy to use.)
- 2018-05-17 22:37:57下载
- 积分:1
-
- 2022-03-16 10:38:51下载
- 积分:1
-
人事管理系统 ,一个简单的用delphi制作的人事管理系统。对初学者有很大的帮助...
人事管理系统 ,一个简单的用delphi制作的人事管理系统。对初学者有很大的帮助
-Personnel Management System, a simple production with delphi personnel management system. For beginners will be very helpful
- 2023-02-10 10:20:04下载
- 积分:1
-
Cat Tom 兄弟的力作.代码是纯C写的,本来是用TC2.0写的,后来移植到DJGPP下,如果有人想看TC代码的话Cat Tom [CRAZY BUGS]的主...
Cat Tom 兄弟的力作.代码是纯C写的,本来是用TC2.0写的,后来移植到DJGPP下,如果有人想看TC代码的话Cat Tom [CRAZY BUGS]的主页可以下载到。 http://www.8623.com-brothers Tom Cat Book. The code is written in pure C, originally was written WITH TC 2.0 and later transplanted to DJGPP, if someone want to see the code TC Cat Tom [Bass BUGS] can be downloaded to the home page. Http://www.8623.com
- 2022-07-01 09:59:26下载
- 积分:1
-
api
说明: 域名防红 防TX检测,有效的防止域名为高危险域名 更新了IP裤以及部分头部识别 非常好用 分享给有需要的朋友(Domain name anti-red and anti-TX detection)
- 2020-06-19 08:00:02下载
- 积分:1
-
Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort
Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort-Comparison of sorting algorithms quicksort,heapsort, radix sort and introsort
- 2022-02-02 13:08:58下载
- 积分:1
-
PMSM_xxy_edited_3_FOC_control
说明: 依据永磁同步电机DQ坐标系数学模型建立的仿真模型。输入三相交流电和负载转矩,输出电机运动参数。(The simulation model is established according to the DQ coordinate system mathematical model of permanent magnet synchronous motor.Input three-phase AC and load torque, output motor motion parameters.)
- 2021-01-19 13:26:00下载
- 积分:1