365key.com
发现·保存·分享@天天网摘

Q版365key  设为首页 加为收藏 帮助

 首页  网址  添加  我的网摘  我的订阅  最新网摘  收录榜  点击榜  同好  配置  工具箱  标签  兴趣小组 
  IT168 |  华军下载 |  猫扑 |  VeryCD |  CSDN技术 |  DoNews |  9Flash |  中金 |  游侠 |  股票天下 |  游戏公会 |  电子工程 |  白银时代 |  和365Key合作

xds2000的网摘列表 RSS格式输出  365Key邮件订阅,每天可以定期收到邮件通知  使用 POTU 订阅
搜索词: 时间:
分类:     排序:
 
刷新列表 共1页、4项网摘
Winsock Programmer's FAQ: Which I/O Strategy Should I Use?点击:38
 分类:socket; Windows 时间:2006-4-22 23:16:46 xds2000收录 复制到我的网摘
Which I/O Strategy Should I Use?
There are several different conventions for communicating with Winsock, and each method has distinct advantages. The question of the hour is, what are these advantages, and how does someone choose the convention that makes the most sense for their application? The choices are:

Blocking sockets - By default, a Winsock call blocks, meaning that it will not return until it has completed its task or has failed while trying.

Pure Non-blocking sockets - Calls on non-blocking sockets return immediately, even if they cannot complete their task immediately. Although this allows the program to do other things while the network operations finish, it requires that the program repeatedly poll to find out when each request has finished.

Asynchronous sockets - These are non-blocking sockets, except that you don't have to poll: the stack sends the program a special window message whenever something "interesting" happens.

select() - The select() function call is a way to block a thread until something interesting happens on any of a group of sockets. It is usually used with non-blocking sockets, in order to avoid polling.
http://tangentsoft.net/wskfaq/articles/io-strategies.html
VCF Online | Real Components, Real C , Right Now!点击:21
 分类:Windows 时间:2006-3-8 2:21:05 xds2000收录 复制到我的网摘
Visual Component Framework (VCF) website
The Visual Component Framework is an advanced C++ application framework that makes it easy to produce powerful C++ applications. The framework is a based on a thoroughly modern C++ design and has built in support for Rapid Application Development (RAD). The framework is designed to be portable over multiple platforms and compilers, so you don't have to lose all that work that went into writing your app for a single platform!
http://vcf-online.org/index.php
LCC-Win32: A free compiler system for Windows Operating Systems by Jacob Navia点击:15
 分类:Windows 时间:2006-3-7 1:31:05 xds2000收录 (还有2人收录) 复制到我的网摘
lcc-win32,win32平台下的C开发环境.
lcc-win32: A Compiler system for windows
by Jacob Navia
based on the original screenplay of
Dave Hanson and Chris Fraser: A portable C compiler
Here you can download the lcc-win32 C compiler system. The system is self contained: you do not need anything else to get started programming in C in the Win32 environment. You get

Code generator (compiler, assembler, linker, resource compiler, librarian)
Integrated development environment with editor, debugger, make file generation, resource editor, etc.
User manual and technical documentation.
All the binaries and the associated header files etc, are contained in an auto-installable executable that will create all the needed directory structure.

http://www.cs.virginia.edu/~lcc-win32/
APIHijack - A Library for easy DLL function hooking. - The Code Project - DLLs点击:39
 分类:windows 时间:2006-3-6 22:22:39 xds2000收录 复制到我的网摘
APIHijack - A Library for easy DLL function hooking.
APIHijack - A Library for easy DLL function hooking.
http://www.codeproject.com/dll/apihijack.asp
页码: [1 共1页、4项网摘

使用帮助 |  如何保存网摘 |  给365Key提建议 |  媒体报道 |  站长推广须知
Copyright (C) 2004 365Key.com--天天网摘 All Rights Reserved