码迷,mamicode.com
首页 >  
搜索关键字:ts    ( 1597个结果
DataTable转成List集合
解一: public class ModelConvertHelper<T> where T : new() // 此处一定要加上new() { public static IList<T> ConvertToModel(DataTable dt) { IList<T> ts = new List< ...
分类:其他好文   时间:2016-05-09 12:47:06    阅读次数:143
LTE物理传输资源(2)-频带、信道带宽和频点号EARFCN
参考文献: (1)3GPP TS 36.101 V10.21.0 (2016-1) User Equipment (UE) radio transmission and reception (2)《4G LTE/LTE-Advanced for Mobile Broadband》...
分类:其他好文   时间:2016-05-07 08:02:33    阅读次数:395
LTE物理传输资源(1)-帧结构
参考文献: (1)3GPP TS 36.211 V9.1.0 (2010-03) Physical Channels and Modulation (2)《4G LTE/LTE-Advanced for Mobile Broadband》 (3)http://www.sharetechnote.com/ (4)3GPP TS 36.213 V9.3.0 (2010-09) Physical layer procedures...
分类:其他好文   时间:2016-05-06 15:50:25    阅读次数:746
LTE-TDD随机接入过程(6)-分场景描述竞争接入和非竞争接入的流程
参考文献: (1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description (2)http://www.sharetechnote.com/...
分类:其他好文   时间:2016-04-29 19:50:01    阅读次数:225
线程同步
线程同步   CLR为每个线程分配了线程栈,用于保存本地变量,这样可以保证本地变量是独立的,案例: static void Main(string[] args) { ThreadStart ts = new ThreadStart(Print); new Thread(ts).S...
分类:编程语言   时间:2016-04-29 16:26:30    阅读次数:221
LTE-TDD资源调度(3)-测量GAP
参考文献 (1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description (2)3GPP TS 36.321 V9.6.0 (2012-03) Medium Access Control (MAC) protocol specification (3)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC) (4)3GPP TS 36.133 V9.15.0 (2013-03) Requirem...
分类:其他好文   时间:2016-04-29 15:30:13    阅读次数:324
LTE-TDD随机接入过程(6)-分场景描述竞争接入和非竞争接入的流程
参考文献: (1)3GPP TS 36.300 V9.10.0 (2012-12) Overall description (2)http://www.sharetechnote.com/...
分类:其他好文   时间:2016-04-26 21:48:10    阅读次数:144
PHP安装xdebug调试
1、下载xdebug,地址为 http://www.xdebug.org/download.php 注意下载的版本。分为64bit和32bit,还区分TS(Thread Safe)一定要安装对应的版本 这些信息都可以通过phpinfo()得到。 2、将下载的文件复制到php中的ext目录,重命名为p ...
分类:Web程序   时间:2016-04-24 06:10:51    阅读次数:160
PL/SQL数据库下拉框为空解决
1. 下载32位Oracle InstantClient,并展开到某目录,例如D:\instantclient_12_1 2. 将系统的tnsnames.ora(D:\instantclient_12_1)拷贝到该目录下;(D:\app\ts\product\11.2.0\dbhome_2\NETW ...
分类:数据库   时间:2016-04-20 20:00:25    阅读次数:1267
LTE-TDD随机接入过程(5)-怎么生成64个前导码序列
参考文献 (1)3GPP TS 36.211 V9.1.0 (2010-03) Physical Channels and Modulation (2)3GPP TS 36.331 V9.18.0 (2014-06) Radio Resource Control (RRC) (3)http://www.sharetechnote.com/...
分类:其他好文   时间:2016-04-17 22:55:44    阅读次数:989
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!