-
制作你自己的遥控扎古头
扎古可动头内附详细链接说明。出自比里比enjoyevolve(Within the movable head tied with links to greater detail. From than in than enjoyevolve)
- 2017-12-27 11:37:59下载
- 积分:1
-
code
读入指定的音频序列,并对其进行无损预测编码和DM调制编码(Read into the specified audio sequences, and its lossless predictive coding and modulation coding DM)
- 2013-12-22 21:50:03下载
- 积分:1
-
hpmzr
Glib library file Developed source code
- 2018-08-06 20:14:16下载
- 积分:1
-
opencv打开USB摄像头
#include
#include
#include
#include
using namespace cv;
int main()
{
VideoCapture capture(1);
//namedWindow("a", CV_WINDOW_NORMAL);
//setWindowProperty("a", CV_WND_PROP_FULLSCREEN);
//capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920.0);
//capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1920.0);
while (1)
{
Mat frame;
capture >> frame;
imshow("a", frame);
waitKey(30);
}
return 0;
}
- 2023-05-01 04:05:05下载
- 积分:1
-
N皇后问题
N皇后问题,即算法需要实现:N行N列的正方格中,每行每列每条斜对角线均只出现一次。本代码可以通过遍历节点,显示所有的情况,用C#编写而成,而且算法高效简洁不可多得,需要的速速下载吧
- 2022-05-29 00:33:02下载
- 积分:1
-
g
说明: 广义解调时频分析方法在调制信号处理中的应用-杨宇(Generalized demodulation time-frequency analysis methods in the modulation signal processing applications- Yang)
- 2013-03-20 11:09:18下载
- 积分:1
-
dwt
用opencv实现对一幅图像的小波变换 opencv 图像二维小波变换(The wavelet transform of an image with opencv)
- 2020-11-26 09:19:31下载
- 积分:1
-
小区物业管理系统
收集到的小区物业管理系统
使用VC++及SQL sever数据库
内含使用说明
- 2022-01-25 15:08:21下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1
-
LS-SVM
这是一个关于最小二乘支持向量机的MATLAB仿真的例子,希望能给大家带来方便。(This is a least squares support vector machine on the MATLAB simulation examples, we hope that they will be convenient.)
- 2009-06-14 16:02:39下载
- 积分:1