-
DVPIX
c语言之计算篇,从基础学起,让你彻底精通c语言的应用,()
- 2018-03-17 12:07:10下载
- 积分:1
-
STM32 DMP+超声波定高
包含超声波定高源代码,可直接使用。
- 2023-03-17 06:15:04下载
- 积分:1
-
MATLABmusic2
matlab演奏音乐《天空之城》的程序代码2(matlab music code2)
- 2012-08-11 15:50:55下载
- 积分:1
-
adPuartPTimer1Peeprom-test
PIC单片机开发,AD转换+uart控制+Timer1控制+eeprom控制 (develop for pic)
- 2014-02-26 20:12:06下载
- 积分:1
-
mac设计
以太网标准的第二层协议,MAC(媒体访问控制)协议,完全符合IEEE802.3和IEEE802.3u规范所规定的10Mbit/s和100Mbit/s以太网标准。包括以下内容:IEEE802.3x规定的全双工帧控制、半双工传输模式下CSMA/CD协议、32位CRC校验序列的自动产生和检查、报头的产生和去除、发送和接收数据包的完全状态控制、满足IEEE802.3规定的MII(媒体无关接口)
- 2023-06-16 05:25:03下载
- 积分:1
-
CAN
QT编写的CAN通讯源代码文件,通讯盒子用的是珠海芯创的can盒(The source code file of CAN communication written by QT. The communication box is the can box of Zhuhai Xinchuang.)
- 2019-04-25 15:14:37下载
- 积分:1
-
GCCMD_OCRr
图形文字识别(OCR)是常用的东西。许多程序员都想在自己的程序中嵌入OCR的识别模块。但是,用别人的—要价太高;自己做—难度太大。其实微软早在Office2003中推出了一个OCR模块,对中文有很好的的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。笔者在这里发布一个用MS_OCR做的示范程序,大家试试,识别能力还不错,并且支
(Graphic character recognition (OCR) is a common thing. Many programmers want the embedded OCR recognition module in your own programs. However, use someone else' s- the asking price is too high do- too difficult. In fact, Microsoft had launched in Office2003 an OCR module, the Chinese have good support (as much as a brand product). There may be many people are aware of this good thing, but the MS_OCR in VC++ on the interface and usage has not seen the disclosure. I published here a demonstration program with MS_OCR do, we try pretty good ability to identify and support)
- 2012-07-26 11:15:20下载
- 积分:1
-
DMA-串口三测试程序
有关于stm32F105的串口三测试程序,通过dma的方式进行数据传输
void USART3_DMA_Send(u8 DA2_len,u8 u2_buffer[])
{
u8 i = 1;
if(DA2_len > USART3_SendBuff_SIZE)
DA2_len = USART3_SendBuff_SIZE;
if(USART3_TX_Finish ==0)
{
TX_Delayms(10);
}
USART3_TX_Finish = 0;
DMA_Cmd(DMA1_Channel2, DISABLE);
for(i=0;iCNDTR=DA2_len;
DMA_Cmd(DMA1_Channel2, ENABLE);
}
- 2022-01-24 17:07:14下载
- 积分:1
-
OTSU
OTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSUOTSU
- 2022-01-25 17:19:53下载
- 积分:1
-
qjyz
全局阈值程序,用于matlab中图像分割,能够对比强烈的图片进行较好的分割。(Global threshold program, used in matlab image segmentation, can be used to better segmentation contrast images.
)
- 2013-11-06 09:14:50下载
- 积分:1