• 博客(0)
  • 资源 (17)

空空如也

Bupa 数据集

1. Title: BUPA liver disorders 2. Source information: -- Creators: BUPA Medical Research Ltd. -- Donor: Richard S. Forsyth 8 Grosvenor Avenue Mapperley Park Nottingham NG3 5DX 0602-621676 -- Date: 5/15/1990 3. Past usage: -- None known other than what is shown in the PC/BEAGLE User's Guide (written by Richard S. Forsyth). 4. Relevant information: -- The first 5 variables are all blood tests which are thought to be sensitive to liver disorders that might arise from excessive alcohol consumption. Each line in the bupa.data file constitutes the record of a single male individual. -- It appears that drinks>5 is some sort of a selector on this database. See the PC/BEAGLE User's Guide for more information. 5. Number of instances: 345 6. Number of attributes: 7 overall 7. Attribute information: 1. mcv mean corpuscular volume 2. alkphos alkaline phosphotase 3. sgpt alamine aminotransferase 4. sgot aspartate aminotransferase 5. gammagt gamma-glutamyl transpeptidase 6. drinks number of half-pint equivalents of alcoholic beverages drunk per day 7. selector field used to split data into two sets 8. Missing values: none

2013-10-16

Cracking the Coding Interview

Cracking the Coding Interview 第四版 高清 pdf

2012-12-17

高性能计算之并行编程技术

《高性能计算之并行编程技术 高清pdf》

2012-12-17

Richard_A.Brualdi_组合数学(英文第五版).pdf

Richard_A.Brualdi_组合数学(高清英文第五版).pdf

2012-12-17

Linux C编程

Linux 操作系统在服务器领域的应用和普及已经有较长的历史,这源于它的开源特点以及其超越 Windows 的安全性和稳定性。而近年来,Linux 操作系统在嵌入式系统领域的延伸也可谓是如日中天,许 多版本的嵌入式Linux 系统被开发出来,如ucLinux、RTLinux、ARM-Linux 等等。在嵌入式操作系统方面, Linux 的地位是不容怀疑的,它开源、它包含TCP/IP 协议栈、它易集成GUI。 鉴于Linux 操作系统在服务器和嵌入式系统领域愈来愈广泛的应用,社会上越来越需要基于Linux 操 作系统进行编程的开发人员。

2012-10-16

Absolute C++

Chapter 1 Compiling and Running a C++ Program, page 4 Solution to Programming Project 1.11, page 44 Chapter 2 Nested Loop Example, page 83 Solution to Programming Project 2.5, page 95 Solution to Programming Project 2.9, page 96 Solution to Programming Project 2.10, page 96 Chapter 3 Generating Random Numbers, page 107 Scope Walkthrough, page 125 Solution to Programming Project 3.9, page 140 Chapter 4 Using an Integrated Debugger, page 173 Solution to Programming Project 4.4, page 180 Solution to Programming Project 4.11, page 181 Chapter 5 Array Walkthrough, page 187 Solution to Programming Project 5.7, page 233 Solution to Programming Project 5.15, page 237 Chapter 6 Solution to Programming Project 6.5, page 272 Solution to Programming Project 6.9, page 273 Chapter 7 Constructor Walkthrough, page 276 Solution to Programming Project 7.4, page 316 Solution to Programming Project 7.7, page 317 Chapter 8 Solution to Programming Project 8.7, page 366 Chapter 9 Using cin and getline with the string class, page 399 Solution to Programming Project 9.11, page 417 Solution to Programming Project 9.13, page 418 Chapter 10 Example of Shallow Copy vs. Deep Copy, page 459 Solution to Programming Project 10.5, page 469 Chapter 11 Avoiding Multiple Defi nitions with #ifndef, page 484 Solution to Programming Project 11.5, page 512 Chapter 12 Walkthrough of the stringstream demo, page 554 Solution to Programming Project 12.17, page 566 Solution to Programming Project 12.25, page 570 Chapter 13 Recursion and the Stack, page 582 Walkthrough of Mutual Recursion, page 591 Solution to Programming Project 13.9, page 609 Solution to Programming Project 13.11, page 610 Chapter 14 Solution to Programming Project 14.7, page 657

2012-10-16

[精通正则表达式(第3版)

正则表达式}le}l}r expressions是强大、便掩、高效的文本处理工具。正则表达式本身, 加七如同·门袖珍编程语言的通用模式表示法}g}}l } }c}tation} ,赋予使用者描述 和分析文本的能力。配合上特定工具提供的额外支持,正别表达式能够添加、删除、分离、 登加、插人和修整各种类型的文本和数据。

2012-10-16

visual c++ 6.0 数据库编程大全

看来,许多Visual C++书,如果涉及到论述数据开发的内容,其内容陈旧。本书不同于 这些书,因为本书的主题是论述使用Visual C',十十,在Visua1 Studio内开发数据库。本章不 仅阐明了Visual C++所包括的一些基本概念,而且也充当本书其余章节的铺垫。

2012-10-16

C语言深度解剖

本书是由作者结合自身多年嵌入式c语言开发经验和平时讲解C语言的心得体会整理而成,其中有很多作者独特的见解或看法。由于并不是从头到尾讲解C语言的基础知识,所以《C语言深度解剖:解开程序员面试笔试的秘密》并不适用于C语言零基础的读者,其内容要比一般的C语言图书深得多、细致得多,其中有很多问题是各大公司的面试或笔试题。 《C语言深度解剖:解开程序员面试笔试的秘密》适合广大计算机系学生、初级程序员参考学习,也适合计算机系教师、中高级程序员参考使用。

2012-10-16

提高SQL效率

sql语句看似简单,其实大有学问。相同的结果,不同程序员写的语句速度可能差距很大。下面的内容对优化速度大有用处:

2012-10-16

Java学习笔记(必看经典)

面向对象主要针对面向过程。 面向过程的基本单元是函数。 什么是对象:EVERYTHING IS OBJECT(万物皆对象) 所有的事物都有两个方面: 有什么(属性):用来描述对象。 能够做什么(方法):告诉外界对象有那些功能。 后者以前者为基础。 大的对象的属性也可以是一个对象。

2012-10-16

基于XML_RPC和PHP5的WEB服务的研究与实现

%&’ 服务是一个提供某种功能的程序代码"用来实现不同%&’ 服务器的应用程序之间的交互$ 本文针 对()*+,-. 协议和-/-$ 脚本语言"研究其%&’ 服务的原理和实现技术$ 这对于利用-/-$ 开发%&’ 服务应用"有 很好的参考价值$

2012-10-16

自己动手写网络爬虫

你知道百度、Google 是如何获取数以亿计的网页并且实时更新的吗?你知道在搜索引 擎领域人们常说的Spider 是什么吗?本章将全面介绍网络爬虫的方方面面。读完之后,你 将完全有能力自己写一个网络爬虫,随意抓取互联网上任何感兴趣的东西。 既然百度、Google 这些搜索引擎巨头已经帮我们抓取了互联网上的大部分信息,为什 么还要自己写爬虫呢?因为深入整合信息的需求是广泛存在的。在企业中,爬虫抓取下来 的信息可以作为数据仓库多维展现的数据源,也可以作为数据挖掘的来源。甚至有人为了 炒股,专门抓取股票信息。既然从美国中情局到普通老百姓都需要,那还等什么,让我们 快开始吧。

2012-10-16

基于Nutch的Web网站定向

利用网络信息更新速度快、获取方式灵活等特 点,可以实现对特定领域、学科的实时监测和 有效分析。而开展这类任务的第一步,就在于 如何将相关网络科技信息内容存储到本地。

2012-10-16

CI中文参考手册word版

CodeIgniter轻量级快速开发框架,本资源来自CI中国

2010-07-28

空空如也

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

TA关注的人

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