代码搜索:opencv用
找到约 10,000 项符合「opencv用」的源代码
代码结果 10,000
www.eeworm.com/read/358540/10185745
c apriori.c
#include
typedef struct
{
int item[10]; //数据项
} D_Node; //数据库D
typedef struct
{
int item[10]; //数据项,用item[0]保存支持度
} C_Node; //候选集
typedef struct
{
int item[10]; //数据项,用i
www.eeworm.com/read/356292/10232308
c count.c
# include
# include /* 数学函数库 */
void main()
{
/* 用s表示多项式的值,用t表示每一项的值 */
double s, t, x;
int n;
printf("please input x: ");
scanf("%lf", &x);
/* 符初值 */
t = x
www.eeworm.com/read/353474/10444230
asm 25_temp.asm
;//****************************************************************
;文件名: Temperature for 8088
;功能: 温度测量控制显示实验
;接线: 用导线连接温度与控制模块的T-Detect到并行模数转换模块的IN-0;
; 用导线连接并行模数转换CS_0809到CPU模块的200H;
www.eeworm.com/read/353474/10444261
asm 11_8259.asm
;【实验内容】
;************************************************************
;文件名: 8259 FOR 8088
;功能: 8259中断控制实验
;接线: 用导线连接单脉冲低信号到8259模块的INT_2;
; 用导线连接8259模块的CS_8259到CPU模块的200H;
; 对应连接8
www.eeworm.com/read/423730/10535762
_c music._c
/*****************************************
* 用M16单片机I/O口生成模拟音乐 *
* 功 能:用I/O口生成模拟音乐 *
* 时钟频率:内部1M *
* 设 计:tonghe *
* 修改日期:2007年04月13日 *
* 编译环境:ICC-AVR6.31
www.eeworm.com/read/423730/10535767
c music.c
/*****************************************
* 用M16单片机I/O口生成模拟音乐 *
* 功 能:用I/O口生成模拟音乐 *
* 时钟频率:内部1M *
* 设 计:tonghe *
* 修改日期:2007年04月13日 *
* 编译环境:ICC-AVR6.31
www.eeworm.com/read/422977/10595336
c udp_client.c
//客户端源代码如下:
/*
编译程序用下列命令:
gcc -Wall udp_server.c -o server
gcc -Wall udp_client.c -o client
运行程序用下列命令:
./server 127.0.0.1 7838
./client 127.0.0.1 7838
*/
#include
#include
#inclu
www.eeworm.com/read/277674/10613024
dat quartus6.0_license.dat
#license文件存放的路径名称不能包含汉字和空格,空格可以用下划线代替。
#把license.dat里的XXXXXXXXXXXX用您老的网卡号替换,仅限于学习!
# This demo license file is Generated by Tumbar
# Please do not to Distribute it any purpose ,Ok?
#
www.eeworm.com/read/421976/10673161
c count.c
# include
# include /* 数学函数库 */
void main()
{
/* 用s表示多项式的值,用t表示每一项的值 */
double s, t, x;
int n;
printf("please input x: ");
scanf("%lf", &x);
/* 符初值 */
t = x