-
2.LED 按键
调节单片机小车的键盘,等一系列的功能,希望大家好用。(Adjust single-chip car keyboard, and a series of functions, I hope we use.)
- 2020-06-15 22:22:59下载
- 积分:1
-
the original code, I do not know what will be used but the one person would know...
这个原代码我也不知道有什么用但是会的人一看就知道了!^_^-the original code, I do not know what will be used but the one person would know! ^ _ ^
- 2023-05-26 02:55:03下载
- 积分:1
-
A-good-learning-Q-source-
Q-Learning强化学习的代码实现.rar(A good learning Q source code, for learning has a great role in reinforcement learning)
- 2012-09-14 17:11:20下载
- 积分:1
-
PIC_CODE
PIC单片机I2C主从通讯,使用硬件I2C接口.(PIC microcontroller I2C master-slave communications, hardware I2C interface.)
- 2013-05-21 16:21:57下载
- 积分:1
-
此源码是《C#入门经典》一书第8章的源代码
此源码是《C#入门经典》一书第8章的源代码-This source is the C# Entry classic book, Chapter 8 of the source code
- 2022-02-15 07:06:24下载
- 积分:1
-
网狐_台球_源码_亲测_特效碰撞棒棒滴_HGE框架
网狐台球源码,亲测,支持6603,经典平台。
HGE框架,UI,碰撞效果特别好。
运营级代码。
走过路过千万不要错过。
- 2022-11-23 09:40:03下载
- 积分: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
-
Stencil_Buffer
用opengl做的小程序--一座房子,具有旋转,透视,移动,放大缩小等功能。(Opengl little to do with the procedure- a house with a rotation, perspective, move, zoom and other functions.)
- 2021-01-06 20:18:53下载
- 积分:1
-
Test
在状态栏上添加进度条,可以显示某项工作的进度(In the status bar to add the progress bar will show the progress of a particular job)
- 2008-12-17 16:47:23下载
- 积分:1
-
IEC-61850标准[中文.完整版]
说明: IEC-61850标准分析完整中文版(自用)(IEC-61850 standard analysis)
- 2020-08-18 16:08:21下载
- 积分:1