CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 521 下一页

2007年12月17日

摘要: Linux程式设计入门 - socket/inetd programming UNIX Socket Programming基本上是一本书名。Socket programming其实需要相当程度的基础,我不想在这里包山包海地,如果您需要彻底研究,可以买这本书来看。在此我想提供一些简单的Server/Client两端的简单写法,让你有个起点,做为进一步研究的基础。很多涉及较复杂的内容的,我在... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(142) 评论(0) 推荐(0)

摘要: Programming for Multiple Monitors in Windows 98Figure 2: The Virtual DesktopContinued from Figure 1: The Display Properties Control Panel Windows uses the resolution of each monitor and the relative... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(127) 评论(0) 推荐(0)

摘要: 利用java编写网络通信程序作者:于洪斌、马俊光、车雪松 一、java与网络通信 java是一门适合于分布式计算环境、尤其是Internet程序设计的语言。这不仅仅在于java具有很好的安全性和可移植性,还在于java为Internet编程提供了丰富的网络类库支持。利用这些网络类库,可以轻松编写多种类型的网络通信程序。 TCP/IP协议是当今最流行的协议,也是Internet的基础... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(212) 评论(0) 推荐(0)

摘要: 摘要:在Windows 95环境下,基于TCP/IP协议,用Winsock完成了话音的一端—端传输。采用双套接字技术,阐述了主要函数的使用要点,以及基于异步选择机制的应用方法。同时,给出了相应的实例程序。关键词:Windows 95,语音通信,TCP/IP,Winsock一、引言Windows 95作为微机的操作系统,已经完全融入了网络与通信功能,不仅可以建立纯Windows 95环境下... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(111) 评论(0) 推荐(0)

摘要: 使用MFC快速实现网络编程 福州大学 王骏 ---- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(504) 评论(0) 推荐(0)

摘要: 用VC++编制FTP客户端应用程序 FTP协议将使用两条单独的TCP连接,一条专用于发送FTP命令,另一条则专用于传递数据。初始建立连接时,服务器在21号端口上接收来自客户端的命令连接。当需要传送数据时(文件列表、文件数据等),客户端向服务器发出Port命令,并进入监听状态,等待来自服务器的数据连接请求。 首先我们利用VC++ 6.0的AppWizard创建一个基于对话框的应用程序,命名... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(201) 评论(0) 推荐(0)

摘要: pre-emptive multithreading web spider this article was contributed by sim ayers. the win32 api supports applications that are pre-emptively multithreaded. this is a very useful and powerful feature... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(156) 评论(0) 推荐(0)

摘要: 发信人: HIFI (~ZZZ), 信区: program 标 题: Re: 公历和农历的关系! 发信站: 交大兵马俑BBS站 (Sun Jul 11 23:26:28 1999), 转信 【 在 star (光明来到乐) 的大作中提到: 】 ∶ 有这种算法吗? ∶ 从来没见过 ∶ 有的话我也要一份 ∶ 【 在 ZiXiM (浙客西蒙) 的大作中提到: 】 给你一个delphi的例程: (我也... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(257) 评论(0) 推荐(0)

摘要: Programming for Multiple Monitors in Windows 98Installing Multiple MonitorsContinued from Introduction Setting up multiple monitors is relatively easy, but there are a few ground rules. Both of your... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(142) 评论(0) 推荐(0)

摘要: Programming for Multiple Monitors in Windows 98New Multiple-Monitor Win32 API functionsContinued from Installing Multiple Monitors In order to give applications access to multiple-monitor informatio... 阅读全文

posted @ 2007-12-17 11:22 csdnexpert 阅读(230) 评论(0) 推荐(0)

上一页 1 ··· 77 78 79 80 81 82 83 84 85 ··· 521 下一页