-
gbn
使用GBN协议,模拟GBN的工作原理. (GBN protocol used to simulate the working principle of GBN.)
- 2020-06-30 16:40:01下载
- 积分:1
-
Conversion
Is an interesting code that allows convert from decimal to hex in real time
- 2020-06-17 04:40:01下载
- 积分:1
-
Direct3D9.Book
详细的介绍Direct3D的编程过程,让你逐步成为3D开发高手(detailed account of the Direct3D programming process so that you gradually become a master 3D development)
- 2007-04-17 13:14:29下载
- 积分:1
-
frmGoodsOut.designer
说明: Its testing upload... let me download a file first please
- 2020-06-25 06:40:01下载
- 积分:1
-
STM32 UART TX, RX Buffer driver. interrupt used
stm32f103 uart tx,rx带缓冲器。
- 2022-01-25 14:10:51下载
- 积分:1
-
08320179
一个类似于word中选取表格规模的类,推荐给大家()
- 2017-11-21 07:42:51下载
- 积分: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
-
VC++中调用Matlab .m函数编译后的对应c函数
说明: vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。(vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.)
- 2005-09-12 10:09:51下载
- 积分:1
-
finger print main form
使用系统;使用系统.集合.通用;使用系统组件模型;使用系统数据;使用系统图纸;使用系统.Linq;使用系统文本;使用系统.Windows.Forms;使用系统IO;使用ZKFPEngXControl;使用DevExpress.xtra编辑器;使用System.Runtime.InteropServices;命名空间指纹{;公共部分类窗体1:DevExpress.XtraEditors.XtraForm ;{private ZKFPEngXClass zk=new ZKFPEngXClass();{public Form1(){InitializeComponent(); ;zk.OnImageReceived公司+=新IZKFPEngXEventsu OnImag
- 2022-09-20 07:20:06下载
- 积分:1
-
SELF-READING-SYSTEM
针对万工显螺旋显微镜视场图像特点,编写了Matlab 语言的图像处理算法用于万工显自动读数( The program which is developed by MATLAB language can be used for auto-reading of universal tools
microscope measurement result)
- 2011-11-21 16:26:02下载
- 积分:1