自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (12)
  • 收藏
  • 关注

原创 Hjson cpp版安装及使用

Hjson cpp版安装及使用 Hjson介绍 关于Hjson的优点可以参照http://hjson.org/ , 大概意思就是便于人类阅读,可加注释,非标准json的写法等等。 安装前的准备 需要安装Cmake和4.9.0以上版本的GCC,可以在网上找相关的安装教程 开始安装Hjson 在http://hjson.org/download.html下载安装包并解压 tar -xcvf hjs...

2019-07-31 18:46:58 516

Coordinated Multi-Point in Mobile Communications

Coordinated Multi-Point in Mobile Communications Patrick Marsch

2017-11-23

Data Structures and Algorithm Analysis in C++ Fourth Edition

C++实现数据结构最新版The fourth edition ofData Structures and Algorithm Analysis in C++describesdata structures, methods of organizing large amounts of data, andalgorithm analysis,the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of input becomes more acute. Paradoxically, this requires more careful attention to efficiency, since inefficiencies in programs become most obvious when input sizes are large. By analyzing an algorithm before it is actually coded, students can decide if a particular solution will be feasible. For example, in this text students look at specific problems and see how careful implementations can reduce the time constraint for large amounts of data from centuries to less than a second. Therefore, no algorithm or data structure is presented without an explanation of its running time. In some cases, minute details that affect the running time of the implementation are explored.

2014-01-08

MySQL for Python

Python is a dynamic programming language, which is completely enterprise ready, owing largely to the variety of support modules that are available to extend its capabilities. In order to build productive and feature-rich Python applications, we need to use MySQL for Python, a module that provides database support to our applications. This book demonstrates how to boost the productivity of your Python applications by integrating them with the MySQL database server, the world's most powerful open source database. It will teach you to access the data on your MySQL database server easily with Python's library for MySQL using a practical, hands-on approach. Leaving theory to the classroom, this book uses real-world code to solve real-world problems with real-world solutions. The book starts by exploring the various means of installing MySQL for Python on different platforms and how to use simple database querying techniques to improve your programs. It then takes you through data insertion, data retrieval, and error-handling techniques to create robust programs. The book also covers automation of both database and user creation, and administration of access controls. As the book progresses, you will learn to use many more advanced features of Python for MySQL that facilitate effective administration of your database through Python. Every chapter is illustrated with a project that you can deploy in your own situation. By the end of this book, you will know several techniques for interfacing your Python applications with MySQL effectively so that powerful database management through Python becomes easy to achieve and easy to maintain.

2013-08-11

Learn Java for Android Development, 2nd Edition

android开发必备好书,Smartphones and tablets are all the rage these days. Their popularity is largely due to their ability to run apps. Although the iPhone and iPad with their growing collection of Objective-C-based apps had a head start, Android-based smartphones and tablets with their growing collection of Java-based apps are proving to be a strong competitor

2013-08-11

Space-Time.Processing.for.MIMO.Communications

关于mimo通信的参考书,还不错,欢迎分享

2010-07-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除