• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            C++ Programmer's Cookbook

            {C++ 基礎} {C++ 高級} {C#界面,C++核心算法} {設計模式} {C#基礎}

            11 2005 檔案

            C++ Style and Technique FAQ (中文版)-------

            posted @ 2005-11-30 11:58 夢在天涯 閱讀(3666) | 評論 (2)  編輯

            微軟各種語言比較

            posted @ 2005-11-29 16:31 夢在天涯 閱讀(1216) | 評論 (0)  編輯

            ASP.NET程序中常用的三十三種代碼(強薦)! by Mark_Lee

            posted @ 2005-11-28 18:25 夢在天涯 閱讀(976) | 評論 (0)  編輯

            ADO.NET 之XML與DataSet(八)

            posted @ 2005-11-24 13:25 夢在天涯 閱讀(532) | 評論 (0)  編輯

            Obtain an XML Document from a SQL Server Query(AOD.NET 七)

            posted @ 2005-11-24 13:10 夢在天涯 閱讀(424) | 評論 (0)  編輯

            ADO。NET之dataview(六)

            posted @ 2005-11-24 12:23 夢在天涯 閱讀(1198) | 評論 (0)  編輯

            ADO>NET之datatable(五)

            posted @ 2005-11-24 12:06 夢在天涯 閱讀(1715) | 評論 (0)  編輯

            Ado.net各種provider的連接直接讀取,填充dataset示例(四)

            posted @ 2005-11-24 10:33 夢在天涯 閱讀(1345) | 評論 (0)  編輯

            ADO。NET 之DataSet (三)

            posted @ 2005-11-24 10:29 夢在天涯 閱讀(831) | 評論 (0)  編輯

            C#.NET常用的小函數和方法集- -

            posted @ 2005-11-24 09:25 夢在天涯 閱讀(546) | 評論 (0)  編輯

            個人整理-C#編程實用小技巧- -

            posted @ 2005-11-24 09:19 夢在天涯 閱讀(2824) | 評論 (4)  編輯

            ADO.NET簡介- -(一)

            posted @ 2005-11-24 09:17 夢在天涯 閱讀(2232) | 評論 (0)  編輯

            用Ado.NET連接Access和SQL Server數據庫 (二)
                 摘要: 用ASP.NET/C#連接Access和SQL Server數據庫   閱讀全文

            posted @ 2005-11-23 19:16 夢在天涯 閱讀(3684) | 評論 (0)  編輯

            Perform an XSL Transform(XML五)
                 摘要: Perform an XSL Transform  閱讀全文

            posted @ 2005-11-23 18:50 夢在天涯 閱讀(604) | 評論 (0)  編輯

            Use XML Serialization with Custom Objects/Create a Schema for a .NET Class/Generate a Class from a Schema(XML 四)
                 摘要: Use XML Serialization with Custom Objects/Create a Schema for a .NET Class/Generate a Class from a Schema  閱讀全文

            posted @ 2005-11-23 18:40 夢在天涯 閱讀(890) | 評論 (0)  編輯

            Validate an XML Document Against a Schema(XML 三)
                 摘要: Validate an XML Document Against a Schema  閱讀全文

            posted @ 2005-11-23 18:26 夢在天涯 閱讀(964) | 評論 (0)  編輯

            find the nodes in XML in 3 means(XML 二)
                 摘要: find the nodes in XML in 3 means  閱讀全文

            posted @ 2005-11-23 18:13 夢在天涯 閱讀(574) | 評論 (0)  編輯

            read and write XMl in 2 means (XML一)
                 摘要: read and write XMl in 2 means in c#  閱讀全文

            posted @ 2005-11-23 18:09 夢在天涯 閱讀(740) | 評論 (0)  編輯

            Accessing Files and Directories

            posted @ 2005-11-23 12:24 夢在天涯 閱讀(567) | 評論 (0)  編輯

            Writing XML File using XmlWriter//Reading XML Files//Reading XML File using XmlDocument//Inserting Data to an XML Document

            posted @ 2005-11-22 17:54 夢在天涯 閱讀(1779) | 評論 (0)  編輯

            destructor/unsafe(c#)

            posted @ 2005-11-21 17:44 夢在天涯 閱讀(882) | 評論 (0)  編輯

            從c++到c#
                 摘要: 從c++到c#  閱讀全文

            posted @ 2005-11-21 16:59 夢在天涯 閱讀(2131) | 評論 (1)  編輯

            Simple ADO Database Read, Insert, Update and Delete using C#.
                 摘要: Introduction
            Accessing databases is a common part of most applications and with the introduction of C# and ADO.NET, has become quite simple. This article will demonstrate the four most basic database operations.

            Reading data. This includes various data types such as integers, strings and dates.
            Writing data. As with reading we will write these common types. This will be done using a SQL statement.
            Updating or modifying data. Again we will use a simple SQL statement. 閱讀全文

            posted @ 2005-11-21 12:20 夢在天涯 閱讀(1328) | 評論 (1)  編輯

            Managed, Unmanaged, Native: What Kind of Code Is This?(轉)
                 摘要: Managed, Unmanaged, Native: What Kind of Code Is This?  閱讀全文

            posted @ 2005-11-21 10:47 夢在天涯 閱讀(2250) | 評論 (11)  編輯

            泛型編程 ,知多少?
                 摘要: 歸納起來,泛型比非泛型具有下面兩個優點:

            1、 更加安全

            在非泛型編程中,雖然所有的東西都可以作為Object傳遞,但是在傳遞的過程中免不了要進行類型轉換。而類型轉換在運行時是不安全的。使用泛型編程將可以減少不必要的類型轉換,從而提高安全性。

            2、 效率更高

            在非泛型編程中,將簡單類型作為Object傳遞時會引起Boxing和Unboxing操作,這兩個過程都是具有很大開銷的。使用泛型編程就不必進行Boxing和Unboxing操作了。



            .NET泛型具有很好的二進制重用性。這一點得益于.NET將泛型內建在CLR之中。C++泛型和評估中Java泛型所依靠的是它們各自的編譯器所提供的特性,編譯器在編譯泛型代碼時將確切的類型展開,這就難免會出現代碼膨脹的問題。而.NET的泛型代碼是在運行時由JIT即時編譯的,這樣CLR就可以為不同類型重用大部分的即時編譯代碼了。  閱讀全文

            posted @ 2005-11-18 13:51 夢在天涯 閱讀(3561) | 評論 (0)  編輯

            解析.Net框架下的XML編程技術(轉)

            posted @ 2005-11-18 13:37 夢在天涯 閱讀(467) | 評論 (0)  編輯

            關于 “托管與非托管 ” 大家都知道那些,來說說?

            posted @ 2005-11-18 13:36 夢在天涯 閱讀(1742) | 評論 (1)  編輯

            Namespaces/Identifiers
                 摘要: Namespaces/Identifiers   閱讀全文

            posted @ 2005-11-18 12:49 夢在天涯 閱讀(422) | 評論 (0)  編輯

            Interacting with COM Components Using C#
                 摘要: In this article, we will analyze COM components and their application in C#. These components became popular among developers after Microsoft released Active Server Pages. However, the whole scenario changed when Microsoft released its Windows 2000 operating system and subsequent COM+ technology. In this article, we will examine the fundamentals of this exiting technology followed by its application in C#.

              閱讀全文

            posted @ 2005-11-18 12:30 夢在天涯 閱讀(698) | 評論 (0)  編輯

            Exception Handling in C#
                 摘要: Exception Handling in C#  閱讀全文

            posted @ 2005-11-18 12:03 夢在天涯 閱讀(729) | 評論 (0)  編輯

            Properties/Access Modifiers/Enumerations/Interfaces(c#)
                 摘要: Properties/Access Modifiers/Enumerations/Interfaces(c#)  閱讀全文

            posted @ 2005-11-17 17:10 夢在天涯 閱讀(564) | 評論 (0)  編輯

            The future of WTL

            posted @ 2005-11-16 16:00 夢在天涯 閱讀(866) | 評論 (0)  編輯

            c++資源

            posted @ 2005-11-16 10:16 夢在天涯 閱讀(2692) | 評論 (0)  編輯

            Introducing Microsoft .NET(轉)
                 摘要: Introducing Microsoft .NET  閱讀全文

            posted @ 2005-11-15 16:57 夢在天涯 閱讀(644) | 評論 (0)  編輯

            Event Handling in C#(轉)
                 摘要: Event Handling in C#  閱讀全文

            posted @ 2005-11-15 16:37 夢在天涯 閱讀(975) | 評論 (0)  編輯

            Working with Files in C#(轉)
                 摘要: .net的io  閱讀全文

            posted @ 2005-11-15 12:47 夢在天涯 閱讀(566) | 評論 (0)  編輯

            c# 簡介(轉)
                 摘要: C# (C sharp) 是微軟對這一問題的解決方案。C#是一種最新的、面向對象的編程語言。它使得程序員可以快速地編寫各種基于Microsoft .NET平臺的應用程序,Microsoft .NET提供了一系列的工具和服務來最大程度地開發利用計算與通訊領域。
              閱讀全文

            posted @ 2005-11-15 10:38 夢在天涯 閱讀(606) | 評論 (0)  編輯

            c#與java(轉)
                 摘要: http://m.shnenglu.com/mzty/archive/2005/11/10/1045.html  閱讀全文

            posted @ 2005-11-10 16:15 夢在天涯 閱讀(2111) | 評論 (0)  編輯

            讀寫文件精華
                 摘要: 讀寫文件精華 ,各種方法!  閱讀全文

            posted @ 2005-11-09 13:05 夢在天涯 閱讀(4874) | 評論 (4)  編輯

            內存。二重指針,指針的高級使用
                 摘要: 內存  閱讀全文

            posted @ 2005-11-09 13:04 夢在天涯 閱讀(2318) | 評論 (1)  編輯

            不完整得cstring類

            posted @ 2005-11-09 13:03 夢在天涯 閱讀(649) | 評論 (0)  編輯

            函數指針
                 摘要: 函數指針參考  閱讀全文

            posted @ 2005-11-09 13:03 夢在天涯 閱讀(1211) | 評論 (1)  編輯

            const
                 摘要: const關鍵字的用法  閱讀全文

            posted @ 2005-11-09 13:02 夢在天涯 閱讀(1651) | 評論 (0)  編輯

            C++ casting
                 摘要: c++的安全轉換類型  閱讀全文

            posted @ 2005-11-09 13:02 夢在天涯 閱讀(1930) | 評論 (2)  編輯

            虛函數 多重繼承的構造函數的調用,虛函數地址的找法
                 摘要: 虛函數的種種實例  閱讀全文

            posted @ 2005-11-09 12:58 夢在天涯 閱讀(1688) | 評論 (0)  編輯

            c++ effective心得

            posted @ 2005-11-09 12:56 夢在天涯 閱讀(1856) | 評論 (2)  編輯

            重載覆蓋隱藏 -------多重繼承的成員調用

            posted @ 2005-11-09 12:51 夢在天涯 閱讀(1562) | 評論 (0)  編輯

            Eric Raymond對于幾大開發語言的評價(轉)--c/c++/java/Python

            posted @ 2005-11-09 12:37 夢在天涯 閱讀(724) | 評論 (0)  編輯

            auto_ptr(轉)

            posted @ 2005-11-09 12:34 夢在天涯 閱讀(1682) | 評論 (0)  編輯

            有用但不常見的c++函數

            posted @ 2005-11-04 14:55 夢在天涯 閱讀(1928) | 評論 (2)  編輯

            簡單友元實例和訪問申明using關鍵字

            posted @ 2005-11-04 11:57 夢在天涯 閱讀(2530) | 評論 (1)  編輯

            公告

            EMail:itech001#126.com

            導航

            統計

            • 隨筆 - 461
            • 文章 - 4
            • 評論 - 746
            • 引用 - 0

            常用鏈接

            隨筆分類

            隨筆檔案

            收藏夾

            Blogs

            c#(csharp)

            C++(cpp)

            Enlish

            Forums(bbs)

            My self

            Often go

            Useful Webs

            Xml/Uml/html

            搜索

            •  

            積分與排名

            • 積分 - 1807502
            • 排名 - 5

            最新評論

            閱讀排行榜

            日本人妻丰满熟妇久久久久久| 色欲综合久久躁天天躁| 久久精品水蜜桃av综合天堂| 久久人人爽人人爽人人AV| 国产美女久久久| 欧美成a人片免费看久久| 久久久久高潮综合影院| 色综合久久天天综合| 国产精品内射久久久久欢欢| 久久久久久久97| 国产精品久久久天天影视香蕉| 东方aⅴ免费观看久久av| 18岁日韩内射颜射午夜久久成人| 色综合久久夜色精品国产| 国产精品久久久久…| 久久精品国产亚洲AV香蕉| 日本精品久久久中文字幕| 久久久久亚洲精品天堂| 无码任你躁久久久久久久| 51久久夜色精品国产| 亚洲精品无码专区久久久| 久久久久久久综合综合狠狠| 九九久久99综合一区二区| 无码精品久久久天天影视| 欧美精品九九99久久在观看| 久久99亚洲综合精品首页| 狠狠色丁香久久综合婷婷| 99久久精品国内| 久久狠狠高潮亚洲精品| 国色天香久久久久久久小说| 伊人久久大香线蕉成人| 欧美久久综合九色综合| 久久久久国产| 久久久久综合中文字幕| 久久久久久av无码免费看大片| 国产精品嫩草影院久久| 品成人欧美大片久久国产欧美 | 99久久免费只有精品国产| 91久久婷婷国产综合精品青草 | 久久久不卡国产精品一区二区| 久久久久久久99精品免费观看|