-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
DRM-OFDM-mudulation
数字音频广播系统中的正交频分复用调制模块代码。(DRM OFDM modulation)
- 2015-11-13 19:22:16下载
- 积分:1
-
shujucaiji
数据采集应用与编程(打开文档密码为8008100345).pdf
研华的采集卡的相关的的编程指南(Data Acquisition Application and Programming (open document password is 8008100345). Pdf Advantech card collection related to the Programming Guide)
- 2008-01-20 19:31:33下载
- 积分:1
-
STM32_USART_DMA_IDLE
stm32f429xx DMA串口接收IDLE中断 已调通(Stm32f429xx DMA serial port to receive IDLE interrupt has been transferred)
- 2020-09-24 16:07:50下载
- 积分:1
-
局部二值拟合模型
局部二值拟合模型。对
于灰度不均匀性,该模型假设在充分小的邻域内灰度变化得比较缓慢,因此灰度不均
勻性对于分类的影响较小,则可以通过充分小的邻域内的统计信息对图像局部区域进
行分类。利用高斯核计算当前像素点邻域内的灰度信息,也即把模型中水平集曲
线内外部区域的灰度均值改为随空域变化的逼近函数
- 2022-11-17 18:55:06下载
- 积分:1
-
CC-Link_cabling_gu
HI THIS IS THE DOCUMENT TO CONFIGURATE
CC LINK IO LINK C++
- 2019-05-20 13:39:37下载
- 积分:1
-
Mp2100Test
安川MP2100程序,C++调用API函数,实现GEAR功能(Yaskawa MP2100 card procedures, the use of the gear function)
- 2020-11-05 11:19:53下载
- 积分:1
-
一个用c#编写的关于多线程同步的源代码,供大家学习参考。
一个用c#编写的关于多线程同步的源代码,供大家学习参考。-A used c# Prepared by the simultaneous multi-threaded source code for everyone to learn the reference.
- 2022-05-24 09:56:06下载
- 积分:1
-
Digital-Image-Processing-3rd-Edition
数字图像处理英文版第三版60多M~很难找到!!希望大家珍惜再珍惜!(digital image processing English and third version,about over 60 M, difficult to find ,hope everybody cherish it !)
- 2012-11-29 10:46:26下载
- 积分:1
-
Call-GPRS-experiment
成都无线龙实验箱开发板实验,用ARM控制GPRS打电话实验
(Chengdu wireless dragon experimental box development board test, experiment with ARM control GPRS phone)
- 2013-07-05 10:26:47下载
- 积分:1