LPWAN - Low Power Wide Area Network NB-IoT - Narrow Band Internet of Thing PSM - Power Saving Mode TAU - Tracking Area Update DRX - Discontinuous Rece ...
分类:
其他好文 时间:
2017-11-27 20:04:24
阅读次数:
144
Assume that f(0) = 1 and 0^0=1. f(n) = (n%10)^f(n/10) for all n bigger than zero. Please calculate f(n)%m. (2 ≤ n , m ≤ 10^9, x^y means the y th power ...
分类:
其他好文 时间:
2017-11-26 21:49:29
阅读次数:
166
新买的神舟战神电脑。装了ubuntu16。04版本.但是安装后无线网卡无法使用无线网卡型号:是intel的一款网卡02:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10) Subsystem: I ...
分类:
系统相关 时间:
2017-11-26 21:01:32
阅读次数:
2178
一、安装Apache程序,一般有三种安装方式:1.直接网络安装;2.下载rpm包,上传至服务器进行安装;3.通过原代码编译安装; yum -y install httpd rpm -qa | grep httpd 一、安装Apache程序,一般有三种安装方式:1.直接网络安装;2.下载rpm包,上传 ...
分类:
移动开发 时间:
2017-11-25 18:28:28
阅读次数:
322
1 升级时必须得存储过程 1 /**/ 2 drop procedure if exists pro_upgrade; 3 DELIMITER // 4 CREATE DEFINER=`root`@`%` PROCEDURE `pro_upgrade`( 5 exec_boolen int , 6 ...
分类:
数据库 时间:
2017-11-24 14:54:43
阅读次数:
209
Matlab 7 (R14) 注册码1:14-13299-56369-16360-32789-51027-35530-39910-50517-56079-43171-43696-14148-64597-46518-35191-10070-58980-25665-36629-51033-46438-0 ...
分类:
其他好文 时间:
2017-11-22 13:17:21
阅读次数:
217
powershell -c "$text=[IO.File]::ReadAllText('文本.txt',[Text.Encoding]::Default);[regex]::Replace($text, '#', {param($m); '第'+(++$n)+'个'})">"结果.txt" pau ...
分类:
其他好文 时间:
2017-11-20 20:25:07
阅读次数:
111
作者:桂。 时间:2017-11-19 10:13:49 链接:http://www.cnblogs.com/xingshansi/p/7859240.html Power Ratio:能量比,如果幅度,需要平方转化。s.t. y = 10log10(x) 参考:《Electronic Warfar ...
分类:
其他好文 时间:
2017-11-19 12:32:32
阅读次数:
116
http://poj.org/problem?id=2406 就是给一个串,求其循环节的个数。 稍微想一下就知道,KMP中nxt数组记录了所有可与前面匹配的位置。 那么如果我们的循环节长度为k,有n个,那么我们最后一个nxt显然就会是k*(n-1)。 倒推即可。 ...
分类:
其他好文 时间:
2017-11-18 14:55:47
阅读次数:
125