当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 作者:Nagareshwar Talekar 翻译:POWERCPP 下载源代码 该程序可以用于两个人在LAN/Intranet(或者Internet)上进行视频会议。
 

 

    摘要:如何使用zealware提供的smgpapi进行固网小灵通短信网关程序开发?zealware.com提供 介绍如何使用zealware.com提供的smgp接口库开发固网小灵通短信网关程序。 下载接口库和示例程序(vc6.0) 接口库说明zealware提供的smgpapi接口库包含以下三个文件:smgp.h,smgpapi.lib,smgpapi.dll。smgp.h是接口库的头文件,包括smg......
 ·mfc绘图7--显示位图     »显示摘要«
    摘要:1、将位图加载到内存dc中2、将内存dc中的内容绘制到要显示位图的dc中*mfc中没有直接用来加载位图的函数,可以使用windowsapi中的loadimage函数来加载位图,其原型如下:handle loadimage(hinstance hinst, //位图实体句柄,若位图在硬盘或者资源文件//中,则将该参数设为nulllpctstr lpszname, //位图所在路径及文件名,或者资源名......


点对点视频会议程序:VideoNet
上一页   ... // create and start recorder thread record=new recordsound(this); record->createthread(); // create and start player thread play=new playsound1(this); play->createthread(); // start recording record->postthreadmessage(wm_recordsound_startrecording,0,0); // start playing play->postthreadmessage(wm_playsound_startplaying,0,0); // during audio recording, data will be available in the onsounddata // callback function of the recordsound class. here, you can place // your code to send the data to remote host... // to play the data received from the remote host play->postthreadmessage(wm_playsound_playblock,size,(lparam)data); // stop recording record->postthreadmessage(wm_recordsound_stoprecording,0,0); // stop playing play->postthreadmessage(wm_playsound_stopplaying,0,0); // at last, to stop the recording thread record->postthreadmessage(wm_recordsound_endthread,0,0); // to stop playing thread... play->postthreadmessage(wm_playsound_endthread,0,0); 视频捕获 使用vfw(video for windows)api进行视频捕获,它提供了通过webcam进行视频捕获. videocapture.h 与videocapture.cpp包含了处理视频捕获的代码.
...   下一页
 ·实习的9天(郁闷时间较多)     »显示摘要«
    摘要: 考完期末,我们这级的所有人都要求到拓扑集团去实习,早在很久前就知道这个事,于是到处想师兄是姐打听,拓扑那边的情况,听了后就打不想去了,本来想在公司里开个证明给学院,但是老师不让,首先就郁闷了。 在去之前所有的人都选了实习方向,可选的有java,delphi,c#,c++,网络,看了看实习内容,反正都得去,随便选一个吧,发现java,delphi,c#清一色的都是配合数据库做mis系统,晕~~最讨......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE