-
C# 日期提醒
c#语言实现的日期提醒,到时间会按照设定的时间进行提醒。代码简单 易懂,方便新手做c#应用端工具
- 2022-10-23 00:15:03下载
- 积分:1
-
emd
HHT gcc代码,专门用于希尔伯特黄变换。(HHT gcc code, specifically for the Hilbert-Huang Transform.)
- 2010-05-06 15:29:00下载
- 积分:1
-
matlabyingqingdiaoyong
利用VC调用MATLAB引擎实例,简单实用(failed to translate)
- 2010-01-10 11:20:56下载
- 积分:1
-
measurepos
根据《机器视觉算法与应用》编写的一维卡尺测量和直线拟合算法,欢迎大家交流学习。(According to "machine vision algorithm and application" prepared one-dimensional caliper measurement and straight line fitting algorithm, welcome to exchange learning)
- 2017-10-14 07:12:26下载
- 积分:1
-
car_detect_10_24
用 openCV2.0实现了小车的检测。基于轮廓的方法,基于最近领域法进行分类。(The openCV is used to detect cars in this app.)
- 2013-05-17 14:11:30下载
- 积分:1
-
miniplayer
说明: 模拟winxp中的扫雷程序,相似度百分之九十以上,实现了鼠标左右键同时按下功能。(Simulated the minesweeping program in WinXP, the similarity is more than 90%, and realized the function of pressing left and right mouse buttons at the same time.)
- 2019-12-23 10:31:01下载
- 积分:1
-
FTP源代码
FTP客户端和服务器代码,
FTP协议的核心是客户端与服务器端约定了命令的交互方式,约定一些命令字和返回值,然后和服务器端进行交互。
支持开源共享,支持共同学习。
- 2022-03-29 03:45:15下载
- 积分:1
-
ACOTSP-1.02
ACO algorithm thomas stuezle
- 2013-04-09 12:29: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
-
手写输入法
Tomoe 是一个手写识别引擎,目前可以识别日语和汉字。Tomoe 提供有 GTK+ 界面,并包含 uim 和 SCIM 输入法模块。
- 2022-01-26 05:57:22下载
- 积分:1