-
NR opensrc_c
说明: 5G NR 的全链路仿真C代码,对学习5G算法和做5G研发的有很大的参考价值。(5g NR full link simulation C code has great reference value for learning 5g algorithm and doing 5g research and development.)
- 2020-11-08 21:33:03下载
- 积分:1
-
这是用c#编写的一个简单的ftp程序
实现了ftp的一些基本的功能...
这是用c#编写的一个简单的ftp程序
实现了ftp的一些基本的功能-This is the c# prepared a simple ftp ftp program to implement some of the basic functions
- 2022-03-09 11:37:32下载
- 积分:1
-
美丽的源代码呵呵
美丽的源码啊,带了你一个ddddddddddddddddddddddddddddddda
- 2023-02-22 09:45:03下载
- 积分:1
-
opc
C#编程实现的客户端与西门子OPC服务器通讯的程序,我在很多实际项目中都是用的这个程序(C# Programming Siemens OPC client and server communication process, I have a lot of real projects are used in this program)
- 2010-12-14 10:18:11下载
- 积分:1
-
cshapetreeviewdclick
cshape节点双击显示不同的数据表.rar,cshape,2005,sql2(cshape show different data tables. Rar, cshape, 2005, sql2)
- 2006-07-29 21:12:05下载
- 积分:1
-
Untitled3
HEED协议对LEACH的改进代码,分簇速度快,生命周期延长。(Improved code HEED protocol LEACH clustering speed, longer life cycle.)
- 2021-05-07 08:58:36下载
- 积分:1
-
MATLAB语言常用算法14类程序集
MATLAB语言常用算法14类程序集: 插值 ,函数逼近,矩阵特征,数值拟合等(MATLAB language commonly used algorithms 14 kinds of assemblies: interpolation, function approximation, matrix characteristics, numerical fitting, etc.)
- 2020-06-24 09:20:02下载
- 积分: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
-
smith-application
史密斯圆图的应用, 包括阻抗匹配,计算方法等(Smith chart applications, including impedance matching, calculation methods)
- 2011-05-08 08:23:12下载
- 积分:1
-
TimeFrequency
时频分析在MATLAB环境下的源代码。用来分析振动信号,提取特征,故障诊断(Time-frequency analysis in MATLAB source code. It used to analyze the vibration signal, feature extraction, and troubleshooting)
- 2016-05-11 11:04:23下载
- 积分:1