-
针对Excel格文件操作编程实现
在 Visual C++中操作Excel,对开发数据库管理系统很有意义 (read and write excel file,useful for developing database management system)
- 2005-05-20 18:59:56下载
- 积分:1
-
研华AD程序
研究研华模块得AD转换程序(Research Institute in China Blocks AD conversion)
- 2020-09-10 11:58:01下载
- 积分:1
-
VCPP-create-a-application-window
VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。(VC++ language to create a common application window in order to make proper use PlaySound function, should be done before compiling the following settings: Click Project-> Setting-> Link tab, select General in the Category, and then in the Object/Library Modules text box, we see a lot. lib library file, add the code in its final " winmm.lib" (windows multimedia library), click OK.)
- 2013-11-24 14:23:38下载
- 积分:1
-
popupwindow-master
一个简单的用Android编写的弹出框程序,适合初学者(Android Programming, Android Initial Architecture, Android Developers Necessary)
- 2019-05-29 17:04:55下载
- 积分:1
-
ExcelRead
读取EXCEL 数据 里面有个的Excel 日期形式需要格式的要求 不然会当字符串读出(failed to translate)
- 2010-07-05 09:42:27下载
- 积分:1
-
vbExcel
这是一个使用Visualbasic语言来操纵MicrosoftExcel的程序冽子。(This is a language used to manipulate Visualbasic MicrosoftExcel Kiyoko procedures.)
- 2007-04-03 10:01:13下载
- 积分:1
-
一个基于c++的网络传输Dll,方便使用
一个基于c++的网络传输Dll,方便使用-c++ network transfer dll
- 2022-02-03 04:48:33下载
- 积分:1
-
manual
Fluent VC programmer 2.0 英文说明文件(Fluent VC programmer 2.0 english manual)
- 2013-12-31 01:55:04下载
- 积分:1
-
convlstm
实现卷积lstm的代码,也是从网上找的,大家可以参考(The code to implement convolutional LSTM is also found on the internet. You can refer to it.)
- 2019-04-17 19:18:13下载
- 积分:1
-
概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)...
概要介绍:
本例子是视频采集与播放是基于vfw。
视频的传输是基于rtp来传输。用的第三开源包是jrtplib。
参考例子:
(1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/
下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip
socket编程的。
(2)jrtplib官方网站的c/s例子
运行配置:
VS2005
头文件
jthread-1.2.1
jrtplib-3.7.1
lib文件:(放到工程目录下。我已经放好了)
jrtplib.lib
jthread.lib
添加的依赖库:
jthread.lib
jrtplib.lib
ws2_32.lib
代码介绍:
具体代码发在网上
http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com
有什么问题请发hanyuejun2006@163.com与我联系。
文件中
videoSendertest
videoReceiver
是我编的例子
video_send
video_recv
是我基于vfw例子
JRTPConsole
是jrtplib c/s例子
-err
- 2022-03-25 18:05:24下载
- 积分:1