-
CVtkSDI
说明: 用mfc框架写的vtk读入dicom的程序(Mfc framework written using VTK read DICOM procedures)
- 2021-02-19 13:39:44下载
- 积分:1
-
source
STM32驱动OCM12864-9液晶,8位数据线。(STM32 drive OCM12864-9 LCD, 8-bit data lines.)
- 2021-04-23 19:38:47下载
- 积分:1
-
SQLite多线程写入 出现锁文件的解决方案
SQLite多线程写入 出现锁文件的解决方案
- 2014-01-25下载
- 积分:1
-
spwm+OLED+ADC
说明: stm32发spwm波 oled显示 ADC采集(Stm32 send spwm wave oled display ADC acquisition)
- 2020-06-18 14:20:01下载
- 积分:1
-
c# udp socket screen send now
c# udp socket屏幕实时传输 -c# udp socket screen send now
- 2022-12-26 13:00:02下载
- 积分:1
-
left-crusion
消除左递归,包括自上而下的非递归分析和自上而下的分析(Eliminate left recursion, including non-recursive top-down analysis and top-down analysis)
- 2013-11-15 19:47:57下载
- 积分:1
-
pe2
远程控制服务端,功能很全,是注册系统服务来实现的,不过这个服务现在已经不用了,大家可以作为参考。(Remote control of server-side, functional whole, the registry service to achieve, but the service is now not everyone can be used as a reference.)
- 2012-03-08 23:00:54下载
- 积分: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
-
哈夫曼编码压缩
使用哈夫曼编码来压缩文件,
该程序并没有吧哈夫曼编码表保存在压缩后的文件。
所以程序关闭后就无法解压压缩后的文件。
仅供娱乐。。。
- 2022-02-02 04:31:18下载
- 积分:1
-
sms
GSM TC35的短信代码,包含短信发短信,收短信,短信中心号码设定等,可以直接加到单片机中作为子函数使用(GSM of TC35 SMS code, including SMS text messaging, received messages, the SMS center number set, can be directly added to microcontroller as Functions)
- 2012-03-16 17:55:07下载
- 积分:1