自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ltolll的博客(技术版)

YEARN FOR TECHNIC

  • 博客(8)
  • 资源 (9)
  • 问答 (2)
  • 收藏
  • 关注

原创 在函数中改变传入的参数值:引用参数的使用

非引用参数,也叫复制实参void swap(int v1, int v2)  //此函数本意是交换两参数的值     {         int tmp = v2;         v2 = v1;    // assigns new value to local copy of the argument         v1 = tmp;     } // 此函数不能达到目标,因为形参只是实参的

2006-06-26 13:15:00 2121 1

原创 极品五笔自定义字库(jpwb.emb)

      在日常工作中使用极品五笔会自定义的一些字词和短语。重装机后重新定义很麻烦,所以要做好备份。它存放的路径:C:/documents and settings/administrator/application data/Microsoft/IME/JPWB/jpwb.emb备份之后,覆盖原来的文件。如果嫌找文件夹麻烦,直接搜索文件名(jpwb.emb)就可以了。

2006-06-22 09:51:00 5274 1

原创 类中枚举型变量用到的操作符重载

一个扑克牌类,其中成员Suit代表花色(当然只有四种,所以可以用枚举类型),要求程序中可对Suit类型赋值(用=操作符),Suit可做自增操作(用++操作符)。代码如下:// OLOperator.cpp : 定义控制台应用程序的入口点。#include "stdafx.h"#include using namespace std;class Card{public: enum Suit { 

2006-06-22 09:40:00 1964

原创 预编译头文件:stdafx.cpp,stdafx.h

摘自《VC++ 编程指南》预编译头文件:stdafx.cpp,stdafx.h这两个文件用于建立一个预编译的头文件xxxproject.pch和一个预定义的类型文件stdafx.obj。由于MFC体系结构非常大,包含许多头文件,如果每次都编译的话比较费时。因此,我们把常用的MFC头文件都放在stdafx.h中,如afxwin.h、afxext.h、afxdisp.h、afxcmn.h(在控制台程序

2006-06-21 09:29:00 1852

原创 DLink DI-704P路由器打印功能,导致的HP LaserJet 6L 打印“缺纸”故障

    单位新购的DLink DI-704P路由器具有打印服务功能,于是通过驱动盘将其开启(这里有一个我不能理解的问题就是这台DLink DI-704P路由器随机带的光盘上写的却是804无线路由器(USB)使用光盘,询问经销商得到答复是两者通用!)。按说明安装打印机后使用HP LaserJet 6L 激光打印机打印,出现一个怪现象,一打印某一EXCEL文件,打印灯(绿灯)闪几下之后就(黄灯一闪一闪

2006-06-20 16:29:00 3064

原创 技术软件及下载网址

天空软件站 - 软件分类http://www5.skycn.com/sort/soft_sort.html51CT软件站http://www.51ct.cn/日游杀毒软件网http://www.riyou.com/index.asphttp://bt.86866.org/other/Soft_Nav_R_5.htm古城热线软件下载http://soft.xaonline.com/i

2006-06-19 10:46:00 1079

原创 C++ Primer 中文版(第4版) 不完全勘误表

勘误人: celeil 时间: 2006-05-07 10:27:00 页码: 6 行: -6~-5 错误: 将会导致程序错误推断崩溃位置。 更正: 将会导致错误推断程序的崩溃位置。 附言: 原文:Forgetting to do so may cause output to be left in the buffer if the program crashes, leading

2006-06-14 14:07:00 2641 2

转载 VC.net命令行程序,没有找到MSVCR80d.dll,因此这个应用程序未能启动。重新安装程序可能会修复此问题

Q: Ive created a simple Win32 console application. When I try to debug it, I get the message:"This application has failed to start because MSVCR80D.dll was not found. Re-installing the application ma

2006-06-13 17:33:00 1764 2

C++ How to Program, 10th Edition, 2016, by Paul Deitel, Harvey

英文第10版 Introducing the New C++14 Standard Preface Welcome to the C++ computer programming language and C++ How to Program, Tenth Edition. We believe that this book and its support materials will give you an informative, challenging and entertaining introduction to C++. The book presents leading-edge computing technologies in a friendly manner appropriate for introductory college course sequences, based on the curriculum recommendations of two key professional organizations—the ACM and the IEEE.

2023-05-20

A Tour of C++ - Stroustrup, Bjarne - Addison Wesley Professional

英文版 第二版 In A Tour of C++ (2/e), Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components―not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started.

2023-05-20

Getting Started with Data Warehousing

Data warehousing software works to manage a repository of large amount of data. It includes a series of features and functions that allow for easier reporting and analysis. IBM uses its InfoSphere Warehouse product to support data warehousing. InfoSphere Warehouse is based on the DB2 database server.

2015-03-19

Microsoft_SQL_Server_2008_A_Beginner's_Guide 英文版

Microsoft SQL Server 2008: A Beginner’s Guide follows three previous editions that covered SQL Server 7, 2000, and 2005. Generally, all SQL Server users who want to get a good understanding of this database system and to work successfully with it will find this book very helpful. (If you are a new SQL Server user but understand SQL, read the section “Differences Between SQL and Transact-SQL Syntax” later in this introduction.) This book addresses users of all components of the SQL Server system. For this reason, it is divided into several parts: users who want to learn more about the relational database component called Database Engine will find the first three parts of the book the most useful. The fourth part of the book is dedicated to business intelligence users who use either Analysis Services or relational extensions concerning BI. The last part of the book provides insight for users who want to use XML data and/or spatial data.

2009-03-31

LINQ Unleached For C Sharp(2/2)

共2个压缩包,这是第2个 About the Author Paul Kimmel is a four-time Microsoft MVP, the author of over a dozen books on object oriented programming and UML, including three books on Microsoft .NET, a columnist for codeguru.com, developer.com, informit.com, devsource.com, and devx.com, a cofounder of the Greater Lansing Area .NET Users Group (glugnet.org, East Lansing and Flint), a full-time software developer, and sometimes pilot. Paul still lives and works in the greater Lansing, Michigan, area (and hasn’t given up on the economy). After 15 years of independent consulting, Paul now works for EDS as an application architect.

2008-12-05

LINQ Unleached For C Sharp(1/2)

共2个压缩包,这是第1个 Foreword Data affects just about every aspect of our lives. Everything we do is analyzed, scrutinized, and delivered back to us in the form of coupons and other marketing materials. When you write an application, you can be sure that data in one form or another will be part of the solution. As software developers, the ease with which we can store, retrieve, and analyze data is crucial to our ability to develop compelling applications. Add to that the fact that data can come in a number of different shapes and formats, and it quickly comes to light that there is tremendous value in a consistent framework for accessing many types of data. Several different data access approaches have been developed for Windows developers over the years. ADO and OLEDB and subsequently ADO.NET gave us universal access to relational databases. MSXML and ADO.NET made it possible to inspect and manipulate XML documents. Each of these technologies had their benefits and drawbacks, but one common thread ran through each of them: They failed to deliver data access capabilities in a way that felt natural to developers. LINQ now makes data access a first-class programming concept in .NET, making it possible for developers to express queries in a way that makes sense to developers. What makes LINQ unique is that it enables programmers to create type-safe data access code complete with Intellisense support and compile time syntax checking. Paul Kimmel has done an excellent job of presenting LINQ in a concise and complete manner. Not only has he made LINQ approachable, but he has also masterfully explained concepts such as Anonymous Types and Lambda Expressions that help make LINQ a reality. The sample code throughout the book demonstrates the application of the technology in a clear and meaningful way. This is a great “Saturday morning with a pot of coffee” kind of book. I hope you’ll dive in and get as much out of this book as I did. Darryl Hogan Architect Evangelist, Microsoft

2008-12-05

Illustrated C# 2005.pdf(3/3)

共3个RAR包,这是第三个<br>

2007-10-17

Illustrated C# 2005.pdf(2/3)

共3个RAR包,这是第二个

2007-10-17

Illustrated C# 2005.pdf(1/3)

请注意: 共3个RAR包,这是第1个 Publisher's description Illustrated C# 2005 doesn’t use the traditional dense prose format of most programming texts. Rather, it presents the C# programming language in a unique visual manner. The book uses three techniques to achieve this: concise text; tables that clarify and summarize language features; and frequent figures and diagrams. Each feature is also illustrated with concise, focused code samples. The book starts with an overview of the .NET platform and the role played by C#, then quickly delves into the language. It covers the entire C# language, including new features added in C# 2.0 as well as the most complex topics. It’s an ideal read if you’re a migrating C++ or VB programmer who already knows how languages work. Despite its title—which might give the impression that it’s a lightweight treatment of the language—this book is anything but. With its clean visual format, you’ll be able to learn the material more quickly and retain it better than you would with a typical C# 2005 book. Even experienced programmers may come away from it with a deeper understanding of the language

2007-10-17

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

TA关注的人

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