-
60 GHz Channel Model
基于IEEE802.11ad标准的单载波60GHz通信系统的代码
- 2022-02-04 12:58:20下载
- 积分:1
-
这是一个三次样条插值算法的C代码,不过里面可能还有一些不足之处,希望对朋友们有用...
这是一个三次样条插值算法的C代码,不过里面可能还有一些不足之处,希望对朋友们有用-This is a cubic spline interpolation algorithm C code, but inside there may be some inadequacies, in the hope that friends useful
- 2022-02-07 09:39:06下载
- 积分:1
-
电影自动更新,对系统进行操作。源码较为简单,希望对大家有所帮助!...
电影自动更新,对系统进行操作。源码较为简单,希望对大家有所帮助!-film automatic renewal, the system operation. Source relatively simple, we want to help!
- 2023-03-03 05:15:03下载
- 积分:1
-
Socket编程示例
Socket编程示例-Socket Programming Example
- 2022-02-07 11:50:21下载
- 积分:1
-
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调...
首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second, set up the interruption vector there, make it there interruption call SERVER; Again, call curl_setopt early to count before; Finally, the cycle of waiting for the main program interruption began stopwatch time. 2, curl_setopt Subroutine
- 2022-04-21 07:11:07下载
- 积分:1
-
WINIO use of a keyboard and write small examples. To illustrate that the WINIO u...
一个使用WINIO对键盘端口进行读写操作的小例子.想说明的是,使用了WINIO,对端口进行程序操作真的很简单.-WINIO use of a keyboard and write small examples. To illustrate that the WINIO use of the procedures for port operations really very simple.
- 2022-01-22 17:40:51下载
- 积分:1
-
这是一个HUFFMAN编码的源程序,压缩文件,你们看看,挺好的,效率高...
这是一个HUFFMAN编码的源程序,压缩文件,你们看看,挺好的,效率高
-This is one of the source coding HUFFMAN, compressed files, you look good, high efficiency
- 2022-05-06 23:13:42下载
- 积分:1
-
对话框中加目录和文件选择
对话框中加目录和文件选择-dialog increase directories and files choice
- 2022-03-15 22:43:53下载
- 积分:1
-
Priorities:
1) Keep It Simple
2) Do not couple to any specific unit te...
Priorities:
1) Keep It Simple
2) Do not couple to any specific unit test framework.
- use appropriate IdTest.pas units to plug into required framework.
Units are named IdTest*, so they can be easily searched/listed.
eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.
-Priorities:
1) Keep It Simple
2) Do not couple to any specific unit test framework.
- use appropriate IdTest.pas units to plug into required framework.
Units are named IdTest*, so they can be easily searched/listed.
eg using UnitExpert (http://www.epocalipse.com/downloads.htm) ctrl-u, "idtest", lists all available test units.
- 2023-01-01 10:35:07下载
- 积分:1
-
facedetector
人脸检测器 #include < iostream >
#include < cv.h >
#include < highgui.h >
int main(void)
{
int 键 = 0 ;
int i;
CvMemStorage * 存储 = cvCreateMemStorage (0) ;
CvCapture * 捕获 = cvCaptureFromCAM (0) ;
char * 文件名 ="haarcascade_frontalface_alt.xml";
CvHaarClassifierCascade * 梯级 = (CvHaarClassifierCascade *) cvLoad (文件名,
0,0,0) ;
虽然 (关键! = "q") {
IplImage * 帧 = cvQueryFrame (捕获) ;
如果 (! 帧) 断 ;
CvSeq * 脸 = cvHaarDetectObjects (
帧,
级联,
存储,
1.1、
3,
0 / * CV_HAAR_DO_CANNY_PRUNNING *,
cvSize (40,40)) ;
为 (我 = 0 ; 我 < (脸? 面孔-> 共: 0) ; i + +) {
CvRect * wajah = (CvRect *) cvGetSeqElem (的脸,我) ;
CvFont 字体 ;
cvInitFont (& 字体,CV_FONT_HERSHEY_SIMPLEX,1.0,1.0,1,5,CV_AA) ;
CvRect * r=(CvRect*) cvGetSeqElem(faces, i) ;
cvPutTex
- 2022-01-30 19:16:21下载
- 积分:1