-
基于H.263的P2P视频会议
将服务端捕捉的视频通过H.263压缩处理后传给客户端,支持多客户端
- 2022-03-23 11:47:34下载
- 积分:1
-
This is an example of VC thread, simple and intuitive for learning
这是一个VC的线程实例,简单直观,适合学习-This is an example of VC thread, simple and intuitive for learning
- 2022-12-17 11:50:05下载
- 积分:1
-
《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍...
《OPCDA服务器与客户程序开发指南》,国内第一本关于OPC的权威中文指导书籍- OPCDA server and client program development guide, the first authoritative book on Chinese OPC guide books
- 2022-03-01 21:48:17下载
- 积分:1
-
Evc数据苦编程AcccessADO与SqlServerRDA编程。
Evc数据苦编程AcccessADO与SqlServerRDA编程。-EVC data bitter AcccessADO programming and programming SqlServerRDA.
- 2022-09-02 21:20:02下载
- 积分:1
-
vb多线程的实现,输入,输入,计算多个步骤
vb多线程的实现,输入,输入,计算多个步骤-vb multi-threaded implementation, input, input, calculation of a number of steps
- 2023-04-07 16:05:04下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
vb编写的简单端口扫描器,可以扫描某个ip段
vb编写的简单端口扫描器,可以扫描某个ip段-vb to prepare a simple port scanner
- 2022-11-10 21:50:03下载
- 积分:1
-
GPS数据采集VC++ 编译后即可使用,串口接收,学习GPS的好资料
GPS数据采集VC++ 编译后即可使用,串口接收,学习GPS的好资料-GPS data collection after the VC++ compiler can be used, serial receiver, learning good information on GPS
- 2022-03-14 04:41:12下载
- 积分:1
-
Data structure of some typical procedure of learning is very useful data structu...
数据结构的一些典型程序,对学习数据结构非常有用-Data structure of some typical procedure of learning is very useful data structure
- 2023-02-08 22:10:03下载
- 积分:1
-
desktop 12070_c bulider.zip
桌面12070_c++bulider.zip-desktop 12070_c bulider.zip
- 2022-08-20 15:52:01下载
- 积分:1