自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 C Programming Language: Function Pointer Array Study

Homework 1: Function Pointer Array Study1. Difference Between Pointer Function and Function Pointer Pointer function: Now we already know how pointers work in C and C plus plus. For example:int * ptrIn

2017-10-08 13:48:18 362

原创 Implementing a Simple Calculator Using Antlr

Implementing a Simple Calculator Using AntlrIn this experiment, we are going to set up antlr in idea.See the Antlr4 documentation here1.The first step is to import antlr jar package to the jdk library.

2017-09-23 15:44:53 612

原创 Windows + Pycharm + Anaconda + TensorFlow 环境配置

Windows + Pycharm + Anaconda + TensorFlow 环境配置TensorFlow 依赖包比较多,直接在本机上pip安装可能会出现各种bug,建议通过Anaconda来进行安装。下载地址:https://www.continuum.io/downloads,下载完成后进入pycharm(建议使用professional版本,可以用学生账号激活)1.创建conda虚拟环境

2017-07-23 23:08:47 747

原创 Data Structure Study: Linked List(Part A)

Basic ConceptionsDefinition A linked list is a linear collection of data elements, called nodes, each pointing to the next node by means of a pointer. It is a data structure consisting of a group of

2016-11-26 01:35:56 435

空空如也

空空如也

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

TA关注的人

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