-
BOC信号仿真
BOC signal simulation
- 2022-06-26 08:40:55下载
- 积分:1
-
2005最新 的C++经典著作
Addison.Wesley
C++的经典教程
2005最新 的C++经典著作
Addison.Wesley
C++的经典教程-2005 latest C++ Classics Addison.WesleyC++ Classic tutorials
- 2023-07-10 18:50:03下载
- 积分:1
-
一个用于实现网络点播的播放程序vvplayer,实现网络中媒体流的点播
一个用于实现网络点播的播放程序vvplayer,实现网络中媒体流的点播-Used to realize a network of on-demand player vvplayer, realize the network of on-demand media streaming
- 2022-01-26 07:36:26下载
- 积分:1
-
自编记事本程序,自动记录日期,自动更改记录格式
自编记事本程序,自动记录日期,自动更改记录格式-self Notepad procedures, automatically record the date, automatically recording format changes
- 2022-03-06 13:17:41下载
- 积分:1
-
World War II submarine game source code, can be directly run
潜艇大战游戏源程序,直接运行就可以,简单方便,可以借鉴-World War II submarine game source code, can be directly run
- 2023-04-24 11:05:03下载
- 积分:1
-
通讯录的原代码,用与编写一个小通讯录,应用于DOS/WINDOWS
通讯录的原代码,用与编写一个小通讯录,应用于DOS/WINDOWS-inclusion in the original code, and with the preparation of a small address book, use DOS/Windows
- 2022-02-06 04:46:23下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
opencv读取摄像头
opencv读取摄像头并将将其显示,
cvCreateCameraCapture
初始化从摄像头中获取视频
CvCapture* cvCreateCameraCapture( int index );
index 要使用的摄像头索引。如果只有一个摄像头或者用哪个摄像头也无所谓,那使用参数-1应该便可以。
函数cvCreateCameraCapture给从摄像头的视频流分配和初始化CvCapture结构。目前在Windows下可使用两种接口:Video for Windows(VFW)和Matrox Imaging Library(MIL); Linux下也有两种接口:V4L和FireWire(IEEE1394)。
释放这个结构,使用函数cvRele
- 2022-01-22 05:30:22下载
- 积分:1
-
it is C or C++ .and it can be used by the newer .it is very easy.i think you can...
it is C or C++ .and it can be used by the newer .it is very easy.i think you can learn it.
- 2023-07-24 04:40:02下载
- 积分:1
-
Hotel Order System, the preparation of c++ language, the realization of the mana...
旅馆订单系统,采用c++语言编写,实现了对旅馆房间的管理-Hotel Order System, the preparation of c++ language, the realization of the management of hotel room
- 2023-08-22 23:10:04下载
- 积分:1