▍1. M3_usart
stm32f207串口发送和接收,以及接收中断(stm32f207 usart transmit, receive and receive interrupt)
stm32f207串口发送和接收,以及接收中断(stm32f207 usart transmit, receive and receive interrupt)
In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A.
Report on hybrid energy system using wind, solar and diesel systems and employ homer technique
兰卡斯特汉语语料库,做NLP、文本处理之类的可以用得上(Lancaster Chinese corpus, NLP can do lingua franca)
Wind energy is one of the fastest growing energy and it will continue to grow around the world
Is not a sourcecode or document. IT IS A DIRECT SHEAR TEST BOOK FOR STUDNETS TO CONDUCT LAB WORKS
some description of p2p media streaming
papers related to cross layer WSN where to find location and algorithm used in mac and phy layer
computational simulation on photonic crystal by mpb(MIT Photonic Band) software
this is useful for protective device coordination useful for power system protection.
基于模糊控制的光伏发电系统的最大功率跟踪的控制编程(Fuzzy Control Based on the maximum power tracking photovoltaic system control programming)
一个DataMatrix,RS码的编码例子,用matlab写的,有助于理解里面的算法(A DataMatrix, RS code examples, written with MATLAB, helps to understand the inside algorithm)
MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) (matlab code)