C#的最新版本C# 6是.NET Framework 4.6的一部分,它建立在已有的成功基础之上,还添加了一些更吸引人的功能。Visual Studio的最新版本Visual Studio 2015和开发工具的Visual Studio Express/Community 2015系列也有许多变化和改进,这大大简化了编程工作,显著提高了效率。   本书将全面介绍C#编程的所有知识,从该语言本身一直到桌面编程和云编程,再到数据源的使用,最后是一些新的高级技术。我们还将学习Visual Studio 2015的功能和利用它开发应用程序的各种方式。
2024-03-02 23:39:26 36.25MB C#源代码
1
有史以来最简单的三层实例(C#) 来自 http://blog.csdn.net/liushuijinger/article/details/7343319
2024-03-02 21:22:15 44KB .net
1
C#自定义控件案例--美化GroupBox.rar
2024-03-02 17:45:51 106KB
1
C#代码编的绘图,实现画线、移动线、放大、缩小等功能; 本程序没有通过本人的同意,不得用于商业
2024-03-02 15:04:35 179KB C#绘图 C#缩放 C#绘图缩放
1
.NET C# 使用MQTT协议进行通讯案例(服务端+客户端)
2024-03-02 01:38:15 674KB
1
There are eight directories, representing the eight chapters of the C# Primer text, in which Visual Studio.NET projects are stored. These have all been compiled under a post-Release Candidate, but before the final product release. So, conceivably, these projects may not compiler when you attempt to build them. If that is so, first check my home page for updates (www.objectwrite.com). If your problem is not covered, please mail me at slippman@microsoft.com. I don’t have a good organization for the ASP.NET projects. You may have to open your own, then copy in the form and code behind files. I’ll try to clean that up when I have time. The project listing under each chapter for this release looks as follows: Chapter 1: ArrayListHashtable Arrays BasicTypes FibonacciTries gcFinalize Strings SystemIO Chapter 2: Class Design Enum MatrixVector ParamPassing Stack WordCount Chapter 3: Object-Oriented Programming LibraryMaterial QueryManager Chapter 4: Interfaces binaryTree bitvector Fibonacci Chapter 5: System Framework Environment ExploreRegEx FileIO pathIO RegularExpression socketsClient socketsServer threads XmlDocument XmlDom XmlMisc XmlParse XmlSchema XPath Xslt Chapter 6: Windows.Forms Buttons DataGrid DialogMenu FileDialog HelloWindows HelloWindowsForms ListBox PictureBox Pictures XMLDataGrid Chapter 7: ASP.NET (incomplete) Figure 7_4 Figure 7_5 Figure 7_6 Chapter 8: The Common Language Runtime Assemblies Attributes collectionBinary ildasm reflection serialize tester timer Pictures Textfiles Xmlfiles
2024-02-29 14:08:18 3.2MB
1
c#实现车牌识别,winform实现车牌识别,可以直接运行,代码相对来说不复杂,适合初学者参考,能够快速实现图片的识别
2024-02-28 20:36:33 96KB 图像识别
1
基于串口通信,介绍PC端通过串口连接modbus的io模块实现通信读写,C#编程,基于VS开发,基于串口通信,介绍PC端通过串口连接modbus的io模块实现通信读写,C#编程,基于VS开发
2024-02-28 15:57:47 222KB modbus
1
对于随机数,大家都知道,计算机不 可能产生完全随机的数字,所谓的随机数发生器都是通过一定的算法对事先选定的随机种子做复杂的运算,用产生的结果来近似的模拟完全随机数,这种随机数被称 作伪随机数。伪随机数是以相同的概率从一组有限的数字中选取的。
2024-02-28 10:30:45 41KB C#生成不重复随机数
1
该资源是C#参考手册的集合,里面涵盖几十份参考手册,能够很好的帮助到大家,也希望能帮助到大家 ,下载保存!
2024-02-28 09:11:45 88KB 参考手册
1