-
earthquakeanalysis
对地震数据进行分析,并对它们进行三维重建,可用来对地震原因进行探索.(Analysis of seismic data, and their three-dimensional reconstruction, can be used to explore the causes of earthquakes.)
- 2009-03-23 11:43:22下载
- 积分:1
-
Onvif device manager 源码
Onvif device manager 支持设备嗅探 播放等。
- 2022-06-15 07:43:40下载
- 积分:1
-
完整的源代码TeeChart 7
complete source code for teechart 7
- 2022-01-24 14:27:30下载
- 积分:1
-
Desktop
说明: 多逆变器并联,PWM控制下逆变器等效阻抗,诺顿等效电路(Equivalent impedance of inverter)
- 2020-07-20 22:15:08下载
- 积分: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
-
触摸屏程序开发
比较常用的触摸屏开发程序,简单;STM8S 电阻屏 小白式代码
- 2022-02-01 18:46:09下载
- 积分:1
-
GYH
实现MATLAB的自适应滤波器代码,LMS的改进,分析其收敛性(MATLAB realization)
- 2014-09-22 02:04:47下载
- 积分:1
-
virtualinstrument
此例程是关于DSP虚拟仪器的程序,包括示波器与频谱仪二部分,基本包含示波器与频谱仪的常用功能(This routine is about DSP virtual instrument procedures, including oscilloscopes and spectrum analyzer two parts, the basic oscilloscope and spectrum analyzer contains a common functional)
- 2009-03-22 15:05:03下载
- 积分:1
-
RDDSCPMSMVCSW
电机的程序,基于MCP5634,FOC控制(The motor program is based on MCP5634, FOC control)
- 2021-04-27 13:18:44下载
- 积分:1
-
complieTest1
编译原理课程写的词法分析程序。该词法分析程序能够读取测试输入文件中的源程序,并将其词法分析的结果即token序列或词法分析错误信息输出到tokenOut.txt中(Compiler theory lexical analysis program written procedures. The lexical analysis program that can read the test input file of the source, and lexical analysis of the results that token sequences or lexical analysis of the error message is output to tokenOut.txt)
- 2013-06-05 03:52:11下载
- 积分:1