搜索资源列表
cSharpPatten
- 本书主要介绍如何用最常见的设计模式编写C#程序.全书分为四个部分,首先介绍了C#语言和面向对象程序设计的一般原则,可作为C#程序设计的快速入门教程 然后分别讲述了创建型模式,结构型模式和行为型模式.每一类设计模式又包括若干种具体模式,共有23种.在介绍每种模式时,给出了一个或多个应用该模式的示例,以便于理解,且这些示例都是能完全运行的程序,包含在随书附带的光盘中.此外,每一章还提供了UML图,用以说明类之间的关系. 本书适用于计算机及相关专业的本科生和研究生,对于软件开发人员也是一本很好的参考书
CSharpDummies
- Visual Studio.NET C# for Dummies Quick Reference Guide
Sort
- 只是一个关于排序的作业,包含堆排序、快速排序、冒泡排序、选择排序、替换排序、希尔排序等七种排序并且有图来显示各种各自的特点和比较。会经常用到的。。。C#源码-Only a sort of operations, contains HEAPSORT, Quick Sort, Bubble Sort, Selection Sort, replacement Sort Hill sort ranking of seven and a map to show the variety of their o
Csharp
- 快钱人民币支付网关官方示例代码-C#版本-Quick-cash payment gateway RMB official sample code-C# version
c
- 快速排序,排序就是把一组记录(元素)的任意序列按照某个域的值的递增或递减的次序重新排列的过程。-Quick Sort, sorting is a group of records (elements) of arbitrary sequence in accordance with the value of a domain of increasing or decreasing re-arrange the order process.
Ctest
- 快速复习c#必看,初学者也可作为参考,明确学习的重点。-Quick review see c#, beginners can also be used as a reference, a clear focus on learning.
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.
C-sharp
- c#的学习笔记,便于快速了解c#的开发过程以及c#语言的编程规范-c# the study notes, for quick understanding of the development process and the c# c# programming language specifications
C-func-search
- C语言函数速查,相关的C函数,快速搜索,.chm格式。-Quick C language function, associated with C functions, quick search,. Chm format.
C-Sharp-programmers-reference-manual
- C#程序员手册,对C#的主要功能和核心类库提供了一个快速的参考。-C# programmer s manual, on C# main core library functions and provides a quick reference.
The-quick-sort-algorithm-C-language
- 快速排序算法C语言实现,快速排序算法C语言实现-The quick sort algorithm C language, C language implementation of the Quicksort algorithm
quick
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列-Quicksort (Quicksort) is to improve a bubble sort. By CAR Hoare in 1962. The basic idea is
Quick-CSharp
- 在一小时内学会 C# 。使用例程,简单却完整的探索 C# 语言的构造和特点。 本文特别适合有 C++ 基础却没有太多精力学习 C# 的读者。-Institute within one hour C#. The use of routine, simple but complete C# language to explore the structure and characteristics. This particularly suitable C++ foundation did not
C-algorithm
- C语言经典算法大全,其中包含了河内之塔、 生命游戏、超长整数运算(大数运算)、快速排序法等经典的C语言算法的详细介绍及源代码.-C language classical algorithm Guinness, which includes the Tower of Hanoi, Game of Life, long integer arithmetic (computing large numbers), and other classic quick sort algorithm C lang
chuankou5.0使用版
- 自动检测串口,并直接选中串口。并且可以分情况保存串口接收内容。发送和接收都可以采用16进制或字符格式。并且支持有combobox下拉选择快捷发送栏(Automatically detect the serial port, and directly select the serial port. And you can save the contents of the serial port to receive the content. Both send and receive can be
CMS
- 编辑网站后台。快速制作网站,轻易换数据库,一看就懂。(Edit site background. Quick production site, easy to change the database, a look at understand.)
mgen-blockingReadMemoryStream
- 大数据缓存,内存块读写核心代码,包括read,write的块操作。应用于大文件、大数据集的缓存或快速读取操作。(Large data cache, memory block read and write the core code, including read, write block operation. Cache or quick read operations for large files, large data sets.)
HoarSort
- The program realizes Quick sort (Hoar sort) in C# console application.
9101307-C#实现word文档打印及预览
- C#打印预览Word文档 复制就可以直接使用 代码方便快捷 谢谢大家的支持(C# print preview Word document Copy can be used directly Convenient and quick code Thank you for your support)
15
- QMVC 是高性能 MVC 框架,Q是Quick的缩写,MVC分别为Model、Controller、View的缩写。QMVC使用C#程序语言开发,采用Microsoft .NET framework 4.5类库,是用于B/S结构项目开发。(QMVC is a high-performance MVC framework. Q is the abbreviation of Quick, MVC is the abbreviation of Model, Controller and View.