the code environment s C++. it is in image processing field. this code Read TIFF Image then it excut
the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a Median Filter Cl...
I-Code技术资料下载专区,收录4,772份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
the code environment s C++. it is in image processing field. this code Read TIFF Image then it excute a Median Filter Cl...
the code write C++. it is in image processing field. this code Read TIFF Image then it segment images. after that it Wri...
Code to access MMC/SD cards with FAT16/FAT32 file system on an Atmel AVR8. Code contains SDHC support (disabled)
Error Exit Code for Linux operating system. This code is efficient and modified by a team from a reputed institute
This is a verilog code used oversampled clock to implement SPI slave. Also include C code for a ARM processor as the S...
设n个不同的整数排好序后存于T[0:n-1]中。若存在一个下标I,0<I<n,使得t[I]=I,设计一个有效算法找到这个下标。要求算法在最坏情况下的计算时间为O(logn).
Winsock2的发布使得Socket I/O有了和文件I/O统一的接口。我们可以通过使用Win32文件操纵函数ReadFile和WriteFile来进行Socket I/O。伴随而来的,用于普通文件I/O的重叠I/O模型和完成端口...
/*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结...