• <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 夢在天涯 閱讀(3648) | 評論 (2)  編輯

            微軟各種語言比較

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

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

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

            ADO.NET 之XML與DataSet(八)

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

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

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

            ADO。NET之dataview(六)

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

            ADO>NET之datatable(五)

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

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

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

            ADO。NET 之DataSet (三)

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

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

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

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

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

            ADO.NET簡介- -(一)

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

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

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

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

            posted @ 2005-11-23 18:50 夢在天涯 閱讀(602) | 評論 (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 夢在天涯 閱讀(887) | 評論 (0)  編輯

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

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

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

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

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

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

            Accessing Files and Directories

            posted @ 2005-11-23 12:24 夢在天涯 閱讀(565) | 評論 (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 夢在天涯 閱讀(1775) | 評論 (0)  編輯

            destructor/unsafe(c#)

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

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

            posted @ 2005-11-21 16:59 夢在天涯 閱讀(2126) | 評論 (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 夢在天涯 閱讀(1323) | 評論 (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 夢在天涯 閱讀(2234) | 評論 (11)  編輯

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

            1、 更加安全

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

            2、 效率更高

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



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

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

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

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

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

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

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

            posted @ 2005-11-18 12:49 夢在天涯 閱讀(420) | 評論 (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 夢在天涯 閱讀(691) | 評論 (0)  編輯

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

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

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

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

            The future of WTL

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

            c++資源

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            不完整得cstring類

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

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

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

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

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

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

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

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

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

            c++ effective心得

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

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

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

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

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

            auto_ptr(轉)

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

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

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

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

            posted @ 2005-11-04 11:57 夢在天涯 閱讀(2526) | 評論 (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

            搜索

            •  

            積分與排名

            • 積分 - 1804154
            • 排名 - 5

            最新評論

            閱讀排行榜

            成人久久久观看免费毛片 | 国产精品久久永久免费| 久久99亚洲综合精品首页| 久久精品人人做人人爽电影| 久久综合久久自在自线精品自| 久久中文字幕精品| 久久精品一区二区三区AV| 污污内射久久一区二区欧美日韩 | 国产亚洲精品久久久久秋霞| 亚洲国产视频久久| 久久精品人妻中文系列| 99久久精品免费看国产一区二区三区| 精品久久久一二三区| 久久久久亚洲AV无码观看| 久久精品国产亚洲av麻豆蜜芽| 久久精品国产男包| 亚洲精品无码久久久影院相关影片 | 国内精品久久久久久久影视麻豆| 色成年激情久久综合| 99久久精品国产一区二区| 久久久久久A亚洲欧洲AV冫 | 久久精品三级视频| 一本久久综合亚洲鲁鲁五月天亚洲欧美一区二区 | 精品久久久久久无码人妻热| 国内精品久久久久久麻豆| 亚洲欧美久久久久9999| 亚洲中文字幕无码一久久区| 国产精品久久网| 欧美激情精品久久久久久久| 欧洲人妻丰满av无码久久不卡| 91精品国产综合久久香蕉| 久久精品中文字幕一区| 久久久一本精品99久久精品88| 久久亚洲欧美国产精品| 久久天天躁狠狠躁夜夜2020老熟妇| 亚洲一区精品伊人久久伊人| 97精品国产91久久久久久| 怡红院日本一道日本久久| 久久久久久久免费视频| 99久久国产综合精品五月天喷水| 亚洲午夜精品久久久久久app|