虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

primary

  • c++入门经典第3三版下载(附源代码)

    C++在几乎所有的计算环境中都非常普及,而且可以用于几乎所有的应用程序。C++从C中继承了过程化编程的高效性,并集成了面向对象编程的功能。C++在其标准库中提供了大量的功能。有许多商业C++库支持数量众多的操作系统环境和专业应用程序。但因为它的内容太多了,所以掌握C++并不十分容易。本书详述了C++语言的各个方面,包括数据类型、程序控制、函数、指针、调试、类、重载、继承、多态性、模板、异常和输入输出等内容。每一章都以前述内容为基础,每个关键点都用具体的示例进行详细的讲解。本书基本不需要读者具备任何C++知识,书中包含了理解C++的所有必要知识,读者可以从头开始编写自己的C++程序。本书也适合于具备另一种语言编程经验但希望全面掌握C++语言的读者。 I created all the files under Microsoft Windows so lines are terminated by CR/LF. In addition to this "ReadMe" file you will find three zip archives in the primary archive, so you need to unzip each of these to get at the code. 为PDG格式,这有pdg阅读器下载|pdg文件阅读器下载

    标签: 源代码

    上传时间: 2013-11-18

    上传用户:gaoqinwu

  • The goal of this project is to explore the idea of point-based radiosity, which is a shooting radio

    The goal of this project is to explore the idea of point-based radiosity, which is a shooting radiosity technique suggested by Mark Harris at UNC. The primary idea is that features available in graphics hardware can be utilized to perform radiosity calculations. Facilities such as flat shading, diffuse lighting, projective textures, and mipmapping can be used to replace traditional numerical solutions for radiosity.

    标签: point-based radiosity shooting explore

    上传时间: 2015-08-24

    上传用户:change0329

  • Software developers need to have a number of traits in order to practice their craft well. First, t

    Software developers need to have a number of traits in order to practice their craft well. First, they must be good analytical thinkers and problem solvers. A developer’s primary role is to create software that solves business problems. This requires analyzing customer needs and coming up with successful, creative solutions.

    标签: developers Software practice number

    上传时间: 2014-06-01

    上传用户:671145514

  • 开源投影系统 Cartographic Projections library originally written by Gerald Evenden then of the USGS. The

    开源投影系统 Cartographic Projections library originally written by Gerald Evenden then of the USGS. The primary version of this web page can be found at http://www.remotesensing.org/proj, and mirrored at http://proj.maptools.org.

    标签: Cartographic Projections originally Evenden

    上传时间: 2016-01-28

    上传用户:zhouchang199

  • From helping to assess the value of new medical treatments to evaluating the factors that affect ou

    From helping to assess the value of new medical treatments to evaluating the factors that affect our opinions and behaviors, analysts today are finding myriad uses for categorical data methods. In this book we introduce these methods and the theory behind them. Statistical methods for categorical responses were late in gaining the level of sophistication achieved early in the twentieth century by methods for continuous responses. Despite influential work around 1900 by the British statistician Karl Pearson, relatively little development of models for categorical responses occurred until the 1960s. In this book we describe the early fundamental work that still has importance today but place primary emphasis on more recent modeling approaches. Before outlining

    标签: evaluating treatments the helping

    上传时间: 2014-01-25

    上传用户:jennyzai

  • Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.

    Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center.

    标签: specification open-source User-Agent Sofia-SIP

    上传时间: 2016-03-20

    上传用户:洛木卓

  • Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.

    Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux.

    标签: specification open-source User-Agent Sofia-SIP

    上传时间: 2016-04-10

    上传用户:watch100

  • Sqlserver2000压力测试 数据库请自己建

    Sqlserver2000压力测试 数据库请自己建,附脚本。不懂的可以发邮件问我:killwolf@163.com 10万 109640ms 插入 23078ms 清空 20万 216281ms 8391马上 40万: 416781 9381 if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo].[StuInfo] GO CREATE TABLE [dbo].[StuInfo] ( [StuID] [float] NULL ) ON [primary] GO

    标签: Sqlserver 2000 压力 测试

    上传时间: 2016-05-08

    上传用户:lht618

  • Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.

    Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia SIP is GNU/Linux. Sofia SIP is based on a SIP stack developed at the Nokia Research Center. Sofia SIP is licensed under the LGPL.

    标签: specification open-source User-Agent SIP

    上传时间: 2016-08-25

    上传用户:asasasas

  • JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), su

    JSP无组件实现WEB上传 CREATE TABLE sz_shouye( id int(11) not null auto_increment, title varchar(255), sub_title varchar(255), keyword varchar(255), author varchar(255), source varchar(255), operator varchar(255), addition varchar(255), belong varchar(255), senddate date, content text, primary key(id) ) create database xcb

    标签: auto_increment sz_shouye varchar CREATE

    上传时间: 2014-01-13

    上传用户:PresidentHuang