自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(3)
  • 资源 (9)
  • 收藏
  • 关注

转载 C语言复杂声明:char *(*(**(*(*(*x[5])(int,float))[][12])(double))(short,long))[][173];

今天又捧起久违的K&R C拜读了一遍。其实有点东西在6年前就想写,借着今天这个机会,终于把它写出来了。 初看一眼标题中的变量定义感觉是不是很抓狂?:)一直以来,C语言中关于指针、数据和函数的复合定义都是一个难点,其实,理解它也是有规律可循的。然而,即便是国内在讲解指针方面久负盛名的“谭本”也没有将这一规律说清楚,K&R C虽然提到了一点,却始终没有捅破这层窗户纸,也许是K&R觉得以“直观方

2013-09-17 21:39:56 1225

原创 电脑、手机日常使用经验

3. 豆瓣FM有广告解决办法:可以点击跳过广告,然后就跳过了。4. 在Ubuntu下用screenshot截的图在windows下打不开解决办法:截的图不要用默认名称,更改文件名就可以打开了。

2013-09-11 09:55:41 3203

原创 C程序设计语言(K&R)笔记

在switch语句中,case的作用只是一个标号。8.break只能跳出其所在的一级到上一级,而不是所有层次。9. getch和ungetch 超前读并放回一个字符#define BUFSIZE 100char buf[BUFSIZE];//for ungetch to bufferint bufp=0;//the next spare index of bufint getch(void)

2013-09-06 10:19:38 4384

Hands.On.Machine.Learning.with.Scikit.Learn.and.TensorFlow

Fast-forward 10 years and Machine Learning has conquered the industry: it is now at the heart of much of the magic in today’s high-tech products, ranking your web search results, powering your smartphone’s speech recognition, and recommending videos, beating the world champion at the game of Go. Before you know it, it will be driving your car.

2017-11-07

Deep Learning 英文原版

Deep Learning 英文原版 Ian Goodfellow Yoshua Bengio Aaron Courville This book is about a solution to these more intuitive problems. This solution is to allow computers to learn from experience and understand the world in terms of a hierarchy of concepts, with each concept defined in terms of its relation to simpler concepts. By gathering knowledge from experience, this approach avoids the need for human operators to formally specify all of the knowledge that the computer needs.

2017-11-05

APK去广告的一种方法

APK去广告所需资源如下: 过程大体分为以下四步:解包、去广告、打包、签名,具体如下:

2015-11-19

面向对象程序设计(C++)课件

相当经典的C++入门到精通课件,想学C++的人有福了!

2011-09-22

数值计算方法的一些课件

学习数值计算方法必备课件,可供老师学生使用。

2011-08-21

C++单词分析程序代码

输入所给文法的源程序字符串,输出源程序字符串以及分类单词(如运算符,保留字,常量等)到控制台以及文件。

2011-07-19

空空如也

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

TA关注的人

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