搜索资源列表
7Segmento
- This program will control a 7 segment leds by the parallel port it is written in c#
Parallel
- 并行运算的C#类,对for循环进行并行运算处理-Parallel computing of C# class, on for the cycle to carry out parallel processing
LPT
- 源码中位C#环境下对并口的操作操作,即将数据传入并口中,用于打印机等设备。-The median C# source code under the environment of the operation of parallel operation, in which data is imported, and the mouth, for printers and other devices.
C
- 个字符串常见算法系统总共包括12个模块。每个模块都是并列的,分别对应相应的字符串算法。只要输入相应的数字就能进入此模块然后进行相应的操作。而输入可以随意输入一个字符串(可以包含空格).我的第一个模块是求字符串的复制;第二个模块是字符串的比较;第三个模块是求字符串的长度 ;第四个模块是连接两个字符串;第五个模块将ch字符转换为小写母 ;是第六个模块是;将ch字符转换为大写字母 ;第七个模块是检查ch是否是字母;-Common algorithm string system includes 12
CSharp4.0_in_a_Nutshell_Fourth_Edition
- When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics su
Pro-NET-4-Parallel-Programming-in-CSharp
- Pro NET 4 Parallel Programming in C#
Task-Parallel-Programing
- C# 并行运算程序,上课老师讲的程序,简单的并行运算-Task Parallel Programing
Essential.CSharp.4.0
- 本书是一部好评如潮的语言参考书,作者由浅入深地介绍了c#语言的各个方面。全书共包括21章及6个附录,每章开头的“思维导图”指明了本章要讨论的主题,以及各个主题之间的层次关系。书中所包含的丰富的示例代码和精要的语言比较,都有助于读者理解c#语言。本书首先介绍了c#语言的基础知识,随后深入讲解了泛型、迭代器、反射、线程、互操作性和语言集成查询(linq)等高级主题,还涉及了动态编程、使用tpl进行多线程编程以及用plinq进行并行查询处理等c# 4.0新增内容,此外还介绍了与这些内容相关的隐式类型变
BasicPipelineExamples
- Basic Pipeline Examples Microsoft patterns & practices Parallel Programming Guide using c# =============================================================================== Copyright © Microsoft Corporation. All rights reserved. This code
ImagePipeline
- Image Pipeline Examples Microsoft patterns & practices Parallel Programming Guide using c# =============================================================================== Copyright © Microsoft Corporation. All rights reserved. This code
ParallelProgrammingSamples
- this an example for the parallel programming code written in c sharp. it may be helpful for someone-this is an example for the parallel programming code written in c sharp. it may be helpful for someone
LPTprinter
- 用C#语言写的并口打印机测试程序,包括图片打印功能-Parallel printer test procedures, including images Print function
51mcu_12864LCD_parallel
- 51单片机驱动128*64LCD的程序(并行方式) c语言写的,有注释。 -51 single-chip driver 128* 64LCD program (parallel) c language, there are notes.
ZPLEAN13
- 斑马打印机 ZPL语言 并口 C# 可直接添加到项目中调用-The zebra printer parallel port ZPL language
CSharpinpout
- C#并口操作 例子不错。。。适合学习-C# Parallel operation
ParallelProcess
- Samples for various parallel processing methods in C# 4.0-Samples for various parallel processing methods in C# 4.0
TasksDotnet
- Tasks and Task Parallel Library (TPL) : Multi-threading made easy-Introduction It had been really long since Tasks got released as part of .Net framework class library (FCL) as a wrapper over thread-pool threads. Now Microsoft strongly recommends
Multithreading in C# 5.0 Cookbook
- C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Sec
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的异步应