原创 C語言中##的用法以及##在變參的設計

C語言中##稱爲連接符,其功能是在帶參數的宏定義中將兩個子串(token)聯接起來,從而形成一個新的子串。 要注意下面的用法: 1、 [cpp] #include <stdio.h> #define debug(format, a

原创 python學習標準庫

http://docs.python.org/2/library/

原创 boost 線程學習bind

// g++ thread.cpp -lboost_system -lboost_thread #include <iostream> #include <string> #include <boost/thread.hpp> #incl

原创 python文件及函數初步

#-*- encoding: utf-8 -*- ''' Created on 2013-*-* @author: **** ''' f=open("b.txt") #去掉換行符 data =[line.strip() for line

原创 boost之字符串算法庫

#include <boost/algorithm/string.hpp> #include <string> #include <boost/algorithm/string_regex.hpp> #include <iostream>

原创 boost學習之pool

#include<boost/pool/pool.hpp> #include <boost/pool/object_pool.hpp> #include <boost/pool/single_poolton.hpp> #include <

原创 HexStrToByte

void HexStrToByte(const char* source, unsigned char* dest, int sourceLen) { short i; unsigned char highByte, lowByte

原创 boost學習scoped_ptr,shared_ptr

#include <boost/smart_ptr.hpp> #include <string> #include <iostream> //#include <boost/make_shared.hpp> using namespace

原创 fcntl系統調用

     功能描述:根據文件描述詞來操作文件的特性。     用法:    int fcntl(int fd, int cmd);  int fcntl(int fd, int cmd, long arg);  int fcntl(in

原创 5G協議情況

原创 python學習一

#-*- encoding: utf-8 -*- ''' Created on 2013-*-* @author: **** ''' import sys from locale import str sys.stdout.write

原创 inet_ntop(), inet_pton()

inet_ntop(), inet_pton() Convert IP addresses to human-readable form and back. Prototypes #include <arpa/inet.h> co

原创 boost之date/time學習

#include<boost/timer.hpp> #include<iostream> #include <fstream> #include<vector> #include<string> #include <boost/progr

原创 記錄的網站

http://www.cnblogs.com/ggjucheng/ http://www.boost.org/doc/libs/1_53_0/doc/html/thread.html   //bost線程庫 http://software

原创 NR信道帶寬利用率、NR-ARFCN與channel raster

1. NR的信道帶寬利用率   相比4G最高僅90%的信道帶寬利用率,5G NR進一步提高信道帶寬利用率,最高可達98.28%,需要各廠家自主實現對OOB的抑制,可採用filter、windowing技術等。      2. NR-AR