自定义博客皮肤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)
  • 资源 (9)
  • 收藏
  • 关注

原创 C 语言 指针和数组的几点笔记:

1. 数组跟指针的差别呢? 对于一个数组,我们只能做两件事情, 就是确定数组长度和获得指向该数组第一个元素的指针。 其他的行为,都是通过指针方式来进行的。   如: int arr【4】;           Int * ip;           arr是指向数组首地址的指针, 所有 可以有 ip = arr。 并且arr 是一个指针常量。 所以你不能给arr赋值。  *(a +1)是

2013-01-02 15:16:23 351

设计模式-模板方法模式ppt

适合20分钟左右讲解的模板方法模式。 自己上课用的。

2015-12-09

支持向量机简介ppt

支持向量机演讲的ppt , 其中牵扯数学问题比较多。 适合于一节课的svm讲解。

2015-12-09

PMBOK 时间管理

PMBOK 项目管理 时间管理章节,自己做的ppt,课堂讲解用。

2015-11-05

可汗学院 normal distribution.xls 正态分布 excel 练习

网易公开课, 可汗学院 统计学第28课 正态分布excel的练习。

2015-06-12

数据仓库和olap

Data warehousing and on-line analytical processing (OLAP) are essential elements of decision support, which has increasingly become a focus of the database industry. Many commercial products and services are now available, and all of the principal database management system vendors now have offerings in these areas. Decision support places some rather different requirements on database technology compared to traditional on-line transaction processing applications. This paper provides an overview of data warehousing and OLAP technologies, with an emphasis on their new requirements. We describe back end tools for extracting, cleaning and loading data into a data warehouse; multidimensional data models typical of OLAP; front end client tools for querying and data analysis; server extensions for efficient query processing; and tools for metadata management and for managing the warehouse. In addition to surveying the state of the art, this paper also identifies some promising research issues, some of which are related to problems that the database research community has worked on for years, but others are only just beginning to be addressed. This overview is based on a tutorial that the authors presented at the VLDB Conference, 1996.

2015-02-25

决策树经典算法:ID3与c4.5

写的挺好的, 中文。 包括决策树 ID3的算法 思想 和对ID3 的改进。

2015-02-09

Socket服务器端与客户端程序.txt

Socket服务器端与客户端程序.txt

2013-04-16

空空如也

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

TA关注的人

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