代码搜索:opencv用
找到约 10,000 项符合「opencv用」的源代码
代码结果 10,000
www.eeworm.com/read/196786/8060900
cpp ceserialcomm.cpp
/*************************************************************************
CeSerialComm.cpp: implementation of the CCeSerialComm class.
作 者: Raymond
创建时间: 2006.04.19
作 用: 封装串口API
******
www.eeworm.com/read/196786/8060922
h ceserialcomm.h
/*************************************************************************
CeSerialComm.h: interface for the CCeSerialComm class.
作 者: Raymond
创建时间: 2006.04.19
作 用: 封装串口API
************
www.eeworm.com/read/244008/12900395
cpp f0212.cpp
//=====================================
// f0212.cpp
// 用筛法判断素数
//=====================================
#include
#include
#include
using namespace std;
//-----------
www.eeworm.com/read/242302/13077981
txt 在vb中如何来压缩以及修复mdb 文件.txt
使 用 CompactDatabase方 法 , 在 VB的 帮 助 中 可 以 找 到 例 子 。
www.eeworm.com/read/242302/13080318
txt 每次调用richbox控件时,如何使滚动条自动下拉到文本末端.txt
可 以 用 下 面 的 语 句 :
RichTextBox1.SelStart = Len(RichTextBox1.Text)
www.eeworm.com/read/139897/13122543
c example2-03.c
/*************************************************************
* 用FIFO实现进程间通信的例子example2-03.c example2-04.c
************************************************************/
/***********************
www.eeworm.com/read/139897/13122580
c example2-04.c
/*************************************************************
* 用FIFO实现进程间通信的例子example2-03.c example2-03.c
************************************************************/
/**********************