Welcome![Sign In][Sign Up]
Location:
Search - select io

Search list

[Driver Developwindows磁盘IO

Description: 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存; (3) 同(2)步骤再加入文件\"floppy.h\"; (4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可; 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next question asks whether the creation of new documents to answer "yes" ; then Workspace - gt; FileView - gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document &
Platform: | Size: 55119 | Author: 黄小文 | Hits:

[Internet-Networkselect_socket

Description: 该代码是用select IO复用实现的网络服务器 里面有两个版本,区别读者可以好好看看,并体会其不同的实现方式的优缺点。 对初级入门的特别合适
Platform: | Size: 1848 | Author: 钟伟 | Hits:

[Linux-UnixIO多路复用 SELECT函数

Description: IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
Platform: | Size: 30720 | Author: yjw312yjw@yahoo.com.cn | Hits:

[SourceCodewindows 5大io网络模型

Description: iocp select wsaselect。。 五大网络io模型 附源代码
Platform: | Size: 904195 | Author: zisuting | Hits:

[Internet-Networkselectio

Description: 5大IO模型之一:select模型,介绍selectio的一般流程-five large IO model one : select models, introduced the general process compo
Platform: | Size: 26624 | Author: 大东 | Hits:

[Internet-NetworkAsyncSelectmodule

Description: 5大IO模型之四:asyncselect模型,介绍asyncselect模型的一般编程流程。-five large IO model four : asyncselect model, the model introduced asyncselect general programming process.
Platform: | Size: 27648 | Author: 大东 | Hits:

[Driver Developwindows磁盘IO

Description: 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存; (3) 同(2)步骤再加入文件"floppy.h"; (4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可; 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next question asks whether the creation of new documents to answer "yes" ; then Workspace- gt; FileView- gt; Source Files to open the document, in which the editor of the program's source code; after editing through a menu item File-gt; Save for preservation; (3) with (2) further steps inserted in the document &
Platform: | Size: 55296 | Author: 黄小文 | Hits:

[assembly languageLCD

Description: IO 驱动 LCD , *** *** *** *** FILE NAME: IO_LCD MCU: HT46R22 MASK OPTION: WAKE-UP: PA6,PA7 PULL-HIGH: PA,PB,PC IIC: DISABLE PFD: DISABLE PWM: DISABLE WDT: ENABLE CLRWDT: ONE WDT CLOCK SOURCE: T1 WDT TIME OUT SELECT: WDT CLOCK SOURCE/32768 LVR: DISABLE OSC: CRYSTAL SYSVOLT: 3.0V SYSFRAG: 4000KHZ AUTHOR: RADOME HISTORY: 2005.08.
Platform: | Size: 2048 | Author: sas | Hits:

[Internet-Networkselect_socket

Description: 该代码是用select IO复用实现的网络服务器 里面有两个版本,区别读者可以好好看看,并体会其不同的实现方式的优缺点。 对初级入门的特别合适-The code is used to achieve select IO multiplexing network server there are two versions, the difference between a good reader can see and appreciate their different ways to achieve the advantages and disadvantages. Primary entry special suitable
Platform: | Size: 2048 | Author: 钟伟 | Hits:

[CommunicationvariousSockIOMmodels

Description: Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using the select API. Only a server sample is provided. WSAAsyncSelect Illustrates the WSAAsyncSelect socket model. Only a server sample is provided. WSAEventSelect Illustrates the WSAEventSelect socket model. Only a server sample is provided. overlapped Illustrates the overlapped IO model using events.Only a server sample is provided. iocp Illustrates overlapped IO using an IO comletion port.Both a client and server sample are provided.
Platform: | Size: 78848 | Author: Janferry | Hits:

[Internet-Networkyuanchenglianjie

Description: VC++实现远程电脑连接源码(文件传输 基于select IO模型的远程目录浏览与多线程文件下载)-Remote computer connection (file transfer select IO model based on remote directory browsing and multi-threaded file download)
Platform: | Size: 140288 | Author: qinpanke | Hits:

[Linux-Unixcli1

Description: LINUX_C编程之SELECT IO复用之客户端小程序-select
Platform: | Size: 1024 | Author: daimh | Hits:

[Internet-Networktcpsokcet

Description: 基于select IO模型的tcp通讯类,按定长截取数据包。可用于数据量较大的socket通讯处理。-Tcp select IO model based communications, intercepted by fixed-length packets. Large amount of data can be used to handle socket communication.
Platform: | Size: 1024 | Author: moguojun | Hits:

[Internet-NetworkChatRoom

Description: 用五个网络模型Select、WSAAsynvSelect、WSAEventSelect、IO、IOCP分别实现聊天室功能-Network model with five Select, WSAAsynvSelect, WSAEventSelect, IO, IOCP chat room functions, respectively, to achieve
Platform: | Size: 37906432 | Author: 刘发普 | Hits:

[Internet-Networkselect-chatting.tar

Description: 使用IO多路复用完成聊天室功能,Linux C完成-Multiplexing using the IO completion chat function, Linux C complete. .
Platform: | Size: 73728 | Author: 杨少宁 | Hits:

[Communication20121121SELECTIO

Description: 一个典型的Select IO 模型实例源代码,供大家参考使用,要下从速!-A typical model Select IO source code examples for your use and reference to the next as soon as possible!
Platform: | Size: 15360 | Author: hy | Hits:

[Internet-Networkselect

Description: 多路IO模型的示例程序,教学用的程序,非常经典-The multiple IO model sample program teaching program
Platform: | Size: 3072 | Author: wanghao | Hits:

[Internet-NetworkSocket-select

Description: 基于select IO复用Echo客户端服务器-Based select IO multiplexing client-server
Platform: | Size: 10240 | Author: race | Hits:

[Internet-NetworkDesktop

Description: 基于select I/O模型的远程目录浏览与多线程文件下载(Remote directory browsing and multithreaded file downloading based on select I/O model)
Platform: | Size: 6512640 | Author: 我很好吗 | Hits:

[Linux-Unixio多路复用

Description: io多路复用用于一个服务器端接收多个客户端请求,实现非阻塞数据传输(IO multiplexing is used to receive multiple client requests at one server to achieve non blocking data transmission)
Platform: | Size: 10240 | Author: farsight_suifeng | Hits:
« 12 3 4 »

CodeBus www.codebus.net