-
ma730磁编
说明: ma730磁性编码器的使用说明,数据手册(MA730 Magnetic Encoder Instructions, Data Manual)
- 2020-06-21 01:00:02下载
- 积分:1
-
water
汪德灌教授那本 计算水力学书后的 perisiman 隐式差分法源代码的 c++版本,我是在fortran代码中改过来的,书中的fortran代码有错误, 请较高人才得以突破 这个东西应该比较有用的吧, 尤其对刚接触这方面知识的 注释很详细哦 而且有输入文件(Professor Wang Deguan that the calculation of hydraulics perisiman after the implicit difference method source code c++ Version, I was changed from fortran code, and the book fortran code error, please talents to break with this higher things you should be more useful, especially for刚接触this regard very detailed knowledge of the Notes and the input file Oh)
- 2008-01-10 13:29:29下载
- 积分:1
-
common-master
网上整理下载的非常好的串口程序,功能强大,代码质量也很高。(About serial communication)
- 2015-07-15 11:51:30下载
- 积分:1
-
Ex1
this is the c++ file regarding threads
- 2013-07-06 14:28:11下载
- 积分:1
-
carandsoon
这个是超市管理系统等管理系统中经常用到的一个DLL,它可以非常方便的使编程人员能够实现金额的大小转换,在这个DLL中,我用到一点我个人的心得。希望大家喜欢。(This is a supermarket management system management system often used in a DLL. It can be very convenient enables programmers to realize the size of the amount of change in the DLL, I used my personal experience. Hope you like them.)
- 2007-06-16 21:32:54下载
- 积分:1
-
EpoxyTimer(Server)
用于银胶或其他有特定使用寿命的物料的计时器,有标签打印功能。(Server端)(For silver plastic or other materials of a particular service life of the timer, and label printing capabilities. (Server-side))
- 2012-11-04 07:36:21下载
- 积分:1
-
chaoshengboceju
利用51单片机开发一个超声波测距仪,精确度0.5mm,测量距离5—7米。(The use of an ultrasonic range finder 51 MCU development, the accuracy of 0.5mm, measure the distance 5-7 meters.)
- 2014-05-25 16:01:13下载
- 积分:1
-
HM087-手机OA源码 手机OA协同办公源码 大型OA源码
1.开发环境:VS2010 + SQL20082.登陆用户: admin admin手机版系统在:Web/Moa文件夹目录下。
- 2022-05-19 04:35:05下载
- 积分: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
-
jisuanqi
课程设计,用C语言编写的计算器程序,经调试成功运行,值得参考(Curriculum design, with a calculator program written in C, after a successful commissioning run, worthy of reference)
- 2011-07-23 14:38:05下载
- 积分:1