-
演示了易语言和B两个例子,用于在2009Q下发送消息,多的不说,下来看看就知道了。...
演示了易语言和B两个例子,用于在2009Q下发送消息,多的不说,下来看看就知道了。-Demonstrate the easy language and B are two examples, the 2009Q is used to send messages, and more did not say, down to see the know.
- 2022-08-16 12:00:26下载
- 积分:1
-
实现神经网络的bp识别手写数字。改程序师用MATLAB实现的,里面代码可以直接用...
实现神经网络的bp识别手写数字。改程序师用MATLAB实现的,里面代码可以直接用-Bp neural network to achieve handwritten numeral recognition. Reform program to achieve the division to use MATLAB, which code can be directly used
- 2022-09-04 20:25:03下载
- 积分:1
-
利用CAN总线来接收和发送数据,程序很不错哦.
利用CAN总线来接收和发送数据,程序很不错哦.-using CAN bus to receive and transmit data, procedures, oh very good.
- 2023-03-21 06:20:03下载
- 积分:1
-
Stone 3.0 server source code collections for a long time, and now allow everyone...
石器3.0服务端源代码,收藏了很久,现在拿出来让大家一起研究.-Stone 3.0 server source code collections for a long time, and now allow everyone to study together.
- 2022-07-18 19:27:20下载
- 积分:1
-
packetnt,从事SOCKET,INTERNET,TCPIP,UDP,MULTIMEDIA开发工程师
packetnt,从事SOCKET,INTERNET,TCPIP,UDP,MULTIMEDIA开发工程师-packetnt a engineer who work for socker,internet,tcp/ip,udp and multimedia.
- 2023-02-06 08:10:04下载
- 积分: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
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
一个迷宫程序,可以自动解答迷宫,并且可以自己玩
一个迷宫程序,可以自动解答迷宫,并且可以自己玩-A maze procedure, you can automatically answer the maze, and can play their own
- 2022-07-18 17:01:03下载
- 积分:1
-
・该程序主要是演示对BMP文件的读取和保存
・该程序主要是演示对BMP文件的读取和保存-this program mainly demos reading and saving for BMP file.
- 2022-08-09 04:26:20下载
- 积分:1
-
阿木自己做的简单界面程序,里面用到一个DLL文件是网上找的.大家看看吧....
阿木自己做的简单界面程序,里面用到一个DLL文件是网上找的.大家看看吧.-Amu doing simple interface procedures inside a DLL file used by Internet to. We look at it.
- 2023-04-17 06:50:04下载
- 积分:1