很多朋友再为使用什么样曲线来显示数据发愁,当然有MONEY的朋友除外。其实微软已经给我们提供一个很强大免费的控件,那就是chart ,当然这个控件只能再vs.2008以上的版本才能使用。不过很少有人介绍怎么使用。于是本人花了一天时间,认真进行学习。
2022-04-27 17:01:10 75KB chart 多线程
1
Multithreading with C# Cookbook - Second Edition April 2016 Over 70 recipes to get you writing powerful and efficient multithreaded, asynchronous, and parallel programs in C# 6.0 Book Description Multi-core processors are synonymous with computing speed and power in today’s world, which is why multithreading has become a key concern for C# developers. Multithreaded code helps you create effective, scalable, and responsive applications. This is an easy-to-follow guide that will show you difficult programming problems in context. You will learn how to solve them with practical, hands-on, recipes. With these recipes, you’ll be able to start creating your own scalable and reliable multithreaded applications. Starting from learning what a thread is, we guide you through the basics and then move on to more advanced concepts such as task parallel libraries, C# asynchronous functions, and much more. Rewritten to the latest C# specification, C# 6, and updated with new and modern recipes to help you make the most of the hardware you have available, this book will help you push the boundaries of what you thought possible in C#. What You Will Learn Use C# 6.0 asynchronous language features Work with raw threads, synchronize threads, and coordinate their work Develop your own asynchronous API with Task Parallel Library Work effectively with a thread pool Scale up your server application with I/O threads Parallelize your LINQ queries with PLINQ Use common concurrent collections Apply different parallel programming patterns Use Reactive Extensions to run asynchronous operations and manage their options
2022-04-27 13:07:11 2.35MB C# 多线程
1
详细讲解现代.net下并行程序开发,包括多线程、asynchronous 、Reactive Extension 模式等。
2022-04-27 13:02:54 4.9MB 并发 多线程
1
高清文档,希望对C++学习者有用
2022-04-26 15:27:53 48.79MB C++ 多线程
1
利用多线程实现C#中socket网络通信模块,具体最大承受多少个客户端还不是很清楚,但是20个绝对没问题
2022-04-26 06:15:54 835KB C# Socket
1
基于Linux系统多线程以及socket编程技术实现的简单的网络聊天室小项目,支持多人链接、离线检测等
2022-04-25 09:00:34 18KB linux 服务器 socket 多线程
1
linux下的多线程扫描程序,并且可以判断输入的ip是否合法。
2022-04-23 21:15:39 3KB 多线程 端口扫描 linux源码
1
手机游戏,即便是休闲类的小游戏,往往也涉及大量纹理资源、音视频资源、文件读写以及网络通信,处理的稍有不甚就会出现画面卡顿,交互不畅的情况
2022-04-23 17:36:53 87KB Cocos2d-x 多线程 异步加载
1
上位机的串口通信例子,定时发送接收都没问题。 使用CWinthread实现多线程发送和接收。 刚接触MFC多线程学习的新手会进一步理解多线程。
2022-04-23 11:51:30 93KB VS2008 MFC 串口通信 上位机
1
1)SQLMemTable_Thread多线程读写同一个内存表 2)启动时读取数据SMemDB.db 3)退出时保存数据SMemDB.db 4)循环操作中.两个线程写入,两个线程读取 注意:用到BMDThread控件,DBGridEh控件
2022-04-23 11:03:35 1005KB SQLMemTable delphi7
1