-
MC56F8013
基于滑模算法的无传感器永磁同步电机的空间矢量控制程序(Application sw for sensorless PMSM Vector Control, version with alpha, beta SMO)
- 2013-01-17 16:10:35下载
- 积分:1
-
unit3d 塔防游戏源码
unit3d 塔防游戏源码
- 2013-09-12下载
- 积分:1
-
C# Database study of small operations, the completion of some interface, complet...
C#数据库学习小作业,完成一些界面,完成数据库连接,数据选择和处理,基本练习-C# Database study of small operations, the completion of some interface, complete the database connection, data selection and treatment, basic exercises
- 2022-04-13 10:39:11下载
- 积分:1
-
安徽移动大数据分析
界面上的所有操作基本都是jquery发ajax请求ashx处理,ashx处理后输出json前台接收处理并配合easyui的组件响应给用户。
- 2022-07-25 19:51:29下载
- 积分:1
-
pp
说明: 利用vc++实现avi文件图像截取,avi图像即视屏图像(Use vc++ Achieve avi file image capture, avi video image that is, images)
- 2008-12-17 23:26:31下载
- 积分: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
-
windPturbinePmodeling-s-function
风机/双馈式异步风力发电机模型建立的s函数(Fan/s double-fed induction wind turbine model function)
- 2013-03-28 16:23:36下载
- 积分:1
-
build_0.8.302
较为完整的IOCP服务器源码,其中有部分内容需要修改(IOCP server more complete source, including part of the need to modify the)
- 2010-08-21 13:59:17下载
- 积分:1
-
cvisc
FLAC3D中粘塑性蠕变本构模型,供大家参考进行二次开发(FLAC3D in viscoplastic creep constitutive model for reference secondary development)
- 2020-12-09 15:29:27下载
- 积分:1
-
MeteoMarker
采用SHP文件组织的气象图形标绘程序,地图分球面和平面两种方式,可以标绘点、线、面等气象图形,可以设置颜色、线宽、填充色等多种样式。(SHP files using graphical meteorological organizations plotting procedures, sub-spherical and planar map in two ways, you can plot point, line, surface, such as weather graphics, you can set color, line width, fill color and many other styles.)
- 2009-03-29 18:47:09下载
- 积分:1