搜索资源列表
StatusBarExample
- 一个讲解进度条的范例,简单又全面。是学习 c#windows编程的好例子。-a brief example of the progress, simple and comprehensive. C# is learning Windows programming a good example.
addressTextBox
- 一个学习c#windows编程中,怎样编写自定义 控件的例子,很不错,值得一看。-a learning c # programming windows, and how to prepare OCX example, it is true that an eye-catcher.
Visual
- Visual C#.NET 案例开发集锦,涵盖很多包含第1章 C# Windows编程基础,第2章 图形图象处理,第3章 多媒体应用,第4章 系统文件处理,第5章 数据库应用,第6章 C#网络开发,第7章 C# WEB编程应用,第8章 C# 综合实例编程应用。谨供学习研究
CSharpCourse
- C#応用程序設計教程-電子教案(PPT) 第1章 C#语言基础 第2章Windows编程的基础知识 第3章常用控件和类的使用 第4章文本编辑器的实现 第5章图形图像编程 第6章文件和流 第7章多线程程序设计 第8章 数据库与ADO.Net 第9章ASP.Net编程基础知识 第10章 Web服务器控件 第11章ASP.Net内建对象 第12章可扩展标记语言 第13章Web服务
calculate1
- 用C++编写的一个不错的windows编程计算器程序
编程汉字问题.
- 本程序为Windows下的控制台程序,需MFC的支持(否则不能通过编译) * 执行时带一个参数,指定要打开的文件;以每行10个字符(每个中文字符算一个字符), * 最后一行可能不足10个。另外如 \\n , \\t 等字符可能改变打印格式-procedures for the Windows console procedures, the need to support the MFC (otherwise can not compile) * implementation with a par
WindowsFormsCXSJ2005
- winform详细案例,涉及界面设计、网络编程、数据库编程、-WinForm detailed case involving interface design, network programming, database programming,
VisualCsharp
- C#教程 适合初学者入门的WINDOWS 编程类教程-C# tutorial for beginners Tutorial Introduction to the language
87361032
- [棋牌游戏] wzq.rar <赵政宇> 在 2009-6-14 11:15:41 上传 说明:一个Windows下用MFC开发的基于文档-视图模型的五子棋游戏,实现了单人游戏和双人游戏,单人游戏用鼠标,双人游戏使用鼠标和键盘。 开发平台:Visual C++ | 大小:70KB | 下载0次 [Windows编程] PB.rar <上传 说明:常用函数,使用PB的时候查找函数比较方便-powerbuilder9.0wujilie> 在 20
csharpand.netchengxu
- 想从事windows编程的新手可以阅读这本书,从而了解csharp和 net-Wish to engage in windows programming novice can read this book to understand c# and. Net
C-Calculator
- 用C#写的比较基础的windows Form 程序,该计算器实现了基础的数学运算,如加,减,乘,除等任务.主要是通过该程序学习vs.net的 编程环境,以及windows Form程序.主要针对初学者 -Comparison with C# to write the basis of windows Form procedures, the calculator to achieve a foundation for mathematical operations, such
C_Sharp_Windows_Forms_Programming
- 本书是打开Windows Forms编程之门的金钥匙,它所采用的编程语言是当前最为流行、最具潜力的C#。本书内容详尽充实,共分为3个部分:初识Windows Forms、Windows Forms基础和高级Windows Forms。通过本书的学习,读者能够迅速掌握通过.NET Framework开发Windows Forms程序的所有相关技术。无论对开发桌面应用程序的Windows程序员,还是正在学习Windows Forms知识的开发人员,或者是毫无Windows开发经验的初学者,相信本书都
Case01_5
- c#实现窗口滚动字幕!! windows编程!!! 源代码!!! c#实现窗口滚动字幕!! windows编程!!! 源代码-c# to achieve the window scroll subtitle! ! windows programming! ! ! Source code! ! ! c# to achieve the window scroll subtitle! ! windows programming! ! ! Source code! ! !
Expresso
- The .NET framework provides a powerful class Regex for creating and using Regular Expressions. While regular expressions are a powerful way to parse, edit, and replace text, the complex syntax makes them hard to understand prone to errors, even for t
NetworkProgramming
- 此程序实现了服务器和客户端之间的通信,只需要简单修改IP,即能支持在广域网通信。服务端应用Socket,界面则用XAML构建,平台是net.framework 4.0.这个是网络编程的课程设计源代码。-This program implements the server and client communication between, simply modify the IP, that is able to support wide-area network communication. S
Csharp
- 本书全面阐述了 C#编程的所有方面, 包括 C#语言本身、Windows 编程、Web 编程及数据源的使用等内容。 学习了新的编程技巧后,本书介绍了 如何高效地部署应用程序和服务,论述了 许多高级技术,如图形化编程。另外,还 探讨了如何使用 Visual C# Express 2008、 Visual Web Developer Express 2008 和 Visual Studio 2008 的功能。所有这些内容 都已更新,以反映.NET Framewo
CSharpWindows
- 【传智播客.Net培训-Windows编程基础】课件-【Chi Chuan podcast. Net training courseware-Windows programming based】
CSharpwindows
- C#的windows编程书籍,对windows编程有着很大的帮组,希望对你有用-C#, windows programming books on windows programming to help have a great group, hope to be useful to you
飞行棋项目
- 使用C#编程语言制作小游戏--飞行棋。使用Windows平台软件VS2010编写,软件运行在Windows平台上。(Use C# programming language to make small games -- flight chess)
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应