-
OS
说明: 包含操作系统全部试验以及实验报告,稍微修改下就可以了(Contains the operating system all the tests and lab reports, a slight modification can be the next)
- 2010-05-26 11:29:03下载
- 积分:1
-
DHPlayerTest
C#实现大华播放器,可以播放Dav格式的监控视频文件(dahua dav file player)
- 2010-03-14 21:15:16下载
- 积分:1
-
LabVIEW与S7-1200系列PLC的通信方法
LabVIEW与S7-1200系列PLC基于Modbus+TCP_IP协议的通信方法。(Communication method between LabVIEW and S7-1200 series PLC based on Modbus+TCP_IP protocol)
- 2018-07-18 15:45:27下载
- 积分:1
-
LCD 驱动原理图及其代码
LCD 驱动原理图及其代码很详细,可以画点,线,面,图片 ,对初学还是进阶的开发者都很有帮忙!代码调整过,运行没没问题,单片机采用STM32F103系列,很适合开发者移植
- 2023-06-03 13:30:05下载
- 积分:1
-
Student-grade-MIS
学生成绩管理系统,具有良好的操作界面,功能完善(Student thesis grade management system)
- 2012-04-28 20:37:41下载
- 积分:1
-
Book check
Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询Book管理与查询
- 2023-03-23 12:05:03下载
- 积分:1
-
IEEE39
atp是电力系统暂态仿真软件,在atp仿真软件上建立了IEEE三机九节点的仿真模型,并得到了潮流及稳定的仿真结果(atp is the power system transient simulation software, simulation software in the atp built on the IEEE three-machine nine nodes in the simulation model, and has been the trend and stability of simulation results)
- 2011-10-05 09:35:23下载
- 积分:1
-
dianzizhuansuceliang
摘 要 电机转速是电机的一个极为重要的状态参数 文中介绍了几种基本的电机转速测量
方法 并对这些测量方法进行了比较 给出了基于加速度计进行电机转速测量的硬件电路设
计方法和测试系统的工作原理(Summary of the motor speed is an extremely important motor state parameters paper describes several basic motor speed measurement methods and these measurements were compared based on accelerometer gives the motor speed measurement hardware circuit design and test systems Works)
- 2013-09-01 18:28:27下载
- 积分:1
-
PHP中的 dateline 转换成 c#中的 datetime 方法 UNIX时间转换
在众多的PHP MySQL的应用之中,存储在MySQL中的时间都是一串数字,后经查这个格式的日期叫做:Unix Timestamp;Unix的timestamp是一组数字,表示从1970年1月1日以来的秒数。今天在进行C#应用开发时需要对MySQL中的数据进行操作,写出以下方法供大家参考。主要应用到的类库有:System.TimeZone应用的方法:返回对应于指定协调通用时间 (UTC) 的本地时间。public virtual DateTime ToLocalTime( DateTime time);1、将系统时间转换成UNIX时间戳 DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970,1,1)); DateTime dtNow = DateTime.Parse(DateTime.Now.ToString()); TimeSpan toNow = dtNow.Subtract(dtStart); string timeStamp = toNow.Ticks.ToString(); timeStamp = timeStamp.Substring(0,timeStamp.Length - 7); 2、将UNIX时间戳转换成系统时 string timeStamp = "1176686120"; DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970,1,1)); long lTime = long.Parse(timeStamp "0000000"); TimeSpan toNow = new TimeSpan(lTime); DateTime dtResult = dtStart.Add(toNow);
- 2013-11-14下载
- 积分:1
-
AVR Paint touch screen
这是一个关于在128x64 LCD和触摸屏上绘画的好项目。
- 2023-05-11 10:00:04下载
- 积分:1