搜索资源列表
ICanSeeYou远程控制软件(所有C#源代码).rar
- ICanSeeYou远程控制软件(所有C#源代码)另外附有说明文档。原程序(安装包)的下载地址:http://download1.csdn.net/down3/20070428/28022416404.rar源代码说明:IDE(集成开发环境):Microsoft Visual Studio .NET 2005使用C#作为主要开发语言,统一编程习惯。关于C#编程习惯可以查看另外一份文档 《 C#编程规范 》。C#规范制定原则 1 方便代码的交流和维护。 2 不影响编码的效率,不与大众习惯冲突。 3
微软C编程精粹(1)
- C语言是一种古老但功能强大的语言 而微软在人们心中一直是个神话 -C language is an ancient but powerful language and Microsoft in people's hearts has always been a myth
Microsoft.NET-Pet-Shop-4.0
- 演示C#三层的开发框架,是一个经典的例子,可以好好学习,安装之后,会建立一个目录,解压出所有的源代码(环境是VS 2005 C#)+SQL 2005 express edition-Demo three-tier C# development framework, is a classic example, you can study well and installed, will create a directory, unzip all the source code (the envir
C.net
- 精通C#数据库开发,以Microsoft SQL Server 2000英文开发版为例来阐述的,共7个源码-Proficient in C# database development to Microsoft SQL Server 2000 Developer Edition in English as an example to elaborate, and a total of seven source
Microsoft-C-Sharp-Programmers-Handbook
- Quick and easy to use, this reference provides a detailed examination of the C# language as used in .NET development for both the current version of .NET (1.1), and forthcoming version 2.0.
Microsoft-cSharpWindows-program
- Microsoft c#Windows程序设计(上下册)-Microsoft c# Windows Programming (volumes)
Microsoft-C-programming-tutorial-
- 微软c语言编程精粹,以前下载的,也许对大家有用-C programming language Microsoft essence, previously downloaded, and perhaps for all of us
CSharp-Normal-Document(Microsoft)
- 微软官方C#编程文档,有助于更好的了解C#的编程规则。-Microsoft C# programming official documents, contribute to a better understanding of C# programming rules.
Microsoft-c
- 这份电子书籍由 PC Home 俱乐部、C++ Bulider 讨论区数位网友分别整理完成,基本 上完全按照所据译本原貌,极少数文字为通顺起见稍作修改。-The e-books by PC Home club, digital C Bulider forum users were finishing to complete basic Completely in accordance with the translation of the original appearance of w
Microsoft-C-Programming-Gems
- 这份资料由PC Home俱乐部和C++ Builer讨论区数位网友分别整理而成,不像一般的书籍按部就班-This information from the PC and Home Club and the C++ digital Builer forum users were sorted out by, unlike the general books step by step
Microsoft-C-program
- 微软牛人们写的一本书,c编程的精粹内容,可以看一看哦-Microsoft cattle people to write the book, the essence of the content of C programming, you can take a look!
精通C#与.NET 4.0数据库开发源码
- 精通C#与.NET 4.0数据库开发---基础、数据库核心技术、项目实战/ 秦婧,石叶平等编著 介绍微软.NET 4.0平台所涉及的SQL Server 2008、ADO.NET和LINQ等数据库开发技术。全书共六篇,包括:C# 4.0语言基础、开发应用程序、SQL Server 2008基础、ADO.NET操作数据库、LINQ查询开发、项目实战。(Proficient in C# and.NET 4 database development, database foundation, core
C#led灯的控制
- Microsoft Visual Studio C# 控制报警灯串口通讯 论文,(C# control alarm lamp)
C# word类库
- C# word类库 using System; using System.Collections.Generic; using System.Text; using Microsoft.Office.Interop.Word; using System.IO; using System.Web; using System.Data; using System.Reflection; using Microsoft.Win32; using System.Text.Regu
21天学会C#
- C#是微软公司针对.NET框架而专门开发的一种面向对象的编程语言,它融C++的强大功能和Visual Basic的简易性于一体。本书以循序渐进的方式介绍了C#编程方面的知识,并提供了丰富的实例和大量的练习。通过学习实例,并将所学知识用于完成练习,读者将逐步了解、熟悉并精通这种新语言。 本书是为初中级程序员编写的,可作为学习C#语言的教程或参考资料。(C# is an object-oriented programming language specially developed by Mic
C#教程实用版
- C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。(C# is an object-oriented programming language running on top of.NET Framework, which is published by Microsoft Corp.)
Visual C#从入门到精通
- Visual C#作为微软的旗舰编程语言,经过几年的长足发展,在全球得以迅速普及,成为很多程序员的首选语言。(As the flagship programming language of Microsoft, Visual C# has developed rapidly in the world for several years, and has become the most popular language of many programmers.)
C# 记事本源代码
- 该压缩包主要是C# 记事本的源代码,该产品类似于微软公司WINDOWS系统上的记事本,功能原理相差不大。(This compression package is mainly the source code of the C# Notepad. The product is similar to the notepad on the Microsoft Corp WINDOWS system, with little difference in function and principle.)
微软官方整理--C#正则表达式完整教程
- 微软官方整理--C#正则表达式完整教程 网络搜集整理 希望对大家有所帮助(Microsoft's official complete --C# regular expression tutorial Network collation hopes to help people)
C#UDP聊天室
- Windows服务应用程序是一种需要长期运行的应用程序,它对于服务器环境特别适合。它没有用户界面,并且也不会产生任何可视输出。任何用户消息都会被写进Windows事件日志。计算机启动时,服务会自动开始运行。它们不要用户一定登录才运行,它们能在包括这个系统内的任何用户环境下运行。通过服务控制管理器,Windows服务是可控的,可以终止、暂停及当需要时启动。 Windows 服务,以前的NT服务,都是被作为Windows NT操作系统的一部分引进来的。它们在Windows 9x及Windows M