搜索资源列表
Csharp
- 关于C#中委托、接口的一种理解方式。 将紧耦合、异步通知、静态监听者等融合进一个代码故事增强其可理解性。 适合CSharp学习者阅读-on C# entrusted Interface an understanding manner. Will be tightly coupled, asynchronous notification, passive integration, such as the interception of a code into the story to en
ProgressBar.rar
- 进度条演示代码,异步多线程方式~~~进度条演示代码,异步多线程方式,Progress bar demo code, asynchronous multi-threaded mode ~ ~ ~ progress bar demo code, asynchronous multi-threaded mode
CshopSocket.rar
- C#+Socket异步传输,适合大家学习Socket,C#+ Socket asynchronous transfer is suitable for them to learn from Socket
AsyTcpSocketTestDemo.rar
- C# SOCKET编程,异步通讯方式,提供客户端和服务端。,C# SOCKET programming, asynchronous means of communication to provide client and server.
FileLib
- C#实现文件的异步读写以及删除的操作,使用了多线程技术及AsyncCallback-C# Asynchronous read and write files, and the deletion of the operation, use of multi-threading technology and AsyncCallback
Socket
- C#异步实现客户端和服务器端通讯,直接带项目文件,可以直接用VS2008打开修改为自己需要的功能-C# Asynchronous implementation of client and server-side communications, directly with a project file, you can directly modify the VS2008 to open the functionality required for their own
Ajax
- 利用js实现与服务器的异步交互,利用ajax 的jquery实现不刷新效果-Js to achieve the use of asynchronous interaction with the server, using ajax does not refresh the jquery effects to achieve
EMTASS2.1
- C# 实现的多线程异步Socket数据包接收器-SOCKET CONN
aa
- C#SOCKET异步书库传输,供学习使用-C# SOCKET Asynchronous Transfer Stack
plcenter
- C#写的异步通信程序,socket连接中心,获取报文,保存到数据库-socket
AsynchronousSocket
- C# TCP/IP 异步通信类 事件驱动-C# TCP/IP class of event-driven asynchronous communication
CsharpSocket
- csharp有关异步网络套接字的使用,里面是最基本的异步网络连接和发送数据-CSharp concerned the use of asynchronous network socket, which is the most basic asynchronous network connectivity and send data
EasyAsync
- C# 异步调用的例子,简单明了,可以下载学习-C# EasyAsync
Projects
- 这是一个用Csharp写的异步传送消息的窗体结构写的。给新人一个参考吧-This is a written with Csharp ATM form the structure of news writing. A reference to the new bar
socket
- SOCKET智能机器人,socket异步通信-SOCKET intelligent robot, socket asynchronous communication
SocketTestkfdfwq
- socket异步通信,包含客户端和服务器-asynchronous socket communication, including client and server
commLog
- 用Csharp实现的异步串口接收程序,可自动检测串口数,并且同时监控和记录所有串口的串口数据。-async serial port receiving program using csharp, can detect serial port in the machine automatically and monitor multi-serial port in the same time.
PACHONG
- 网络爬虫程序源码 这是一款用 C# 编写的网络爬虫 主要特性有: 可配置:线程数、线程等待时间,连接超时时间,可爬取文件类型和优先级、下载目录等。 状态栏显示统计信息:排入队列URL数,已下载文件数,已下载总字节数,CPU使用率和可用内存等。 有偏好的爬虫:可针对爬取的资源类型设置不同的优先级。 健壮性:十几项URL正规化策略以排除冗余下载、爬虫陷阱避免策略的使用等、多种策略以解析相对路径等。 较好的性能:基于正则表达式的页面解析、适度加锁、维持HTTP连接等
26.Visual.CSharp.NET.wangluohexinbiancheng
- 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server development, based client development,
CSharp并发编程经典实例
- 全面讲解C#并发编程技术,侧重于.NET平台上较新、较实用的方法。全书分为几大部分: 首先介绍几种并发编程技术,包括异步编程、并行编程、TPL 数据流、响应式编程;然后阐述一 些重要的知识点,包括测试技巧、互操作、取消并发、函数式编程与OOP、同步、调度;最后介 绍了几个实用技巧。全书共包含 70多个有配套源码的实用方法,可用于服务器程序、桌面程序和 移动应用的开发(Concurrency in C# Cookbook)