-
Obookofcaajn
关于常规脉冲多普勒地地面雷达的杂波建模与仿真
(Conventional pulsed wave Doppler to the ground radar clutter modeling and simulation)
- 2012-07-19 17:35:38下载
- 积分:1
-
MP3Player
通过MediaPlayer控件对象播放Mp3文件。使用SetWindowRgn函数,使窗体呈现不规则形状。(Mp3 player through the MediaPlayer control object file. Use SetWindowRgn function, so that form irregular shapes.)
- 2011-08-23 21:38:38下载
- 积分:1
-
STM32LED
STM32F103ZET6的LED实现,对IO的操作实现LED的控制
- 2022-05-27 07:36:35下载
- 积分:1
-
ADO_SQL_linpder
在VC++环境下利用ADO操作SQL数据库,其中还包括了列表框的使用,绝对是学习ADO和VC界面设计的经典入门程序(in VC environment ADO SQL database operation, which also includes a list box use, ADO is a learning and VC interface design of the classic entry procedures. !)
- 2007-05-22 16:28:21下载
- 积分:1
-
txt文件数据的读取
代码描述了怎么读取文本文件中的数据,这是一个模板,可以按照自己的时间需求编写自己的代码,十分简单易行,基于MFC编写的
- 2022-05-31 07:52:40下载
- 积分:1
-
proj
设置地图投影的小程序,学习GIS编程有用(A simple program for setting GIS map projections, good for study map projection)
- 2017-01-26 08:26:33下载
- 积分:1
-
CUBLAS_Library
GPU手册文档,学习必备。特别适合新手学习和写代码(GPU manual documents, learning must be necessary. Especially suitable for beginners to learn and write code)
- 2020-11-18 11:19:39下载
- 积分:1
-
GSL-1.8 源码及库的安装包
GSL库,以及源程序文件,以及直接安装。不用编译。(The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.)
- 2019-01-09 23:07:16下载
- 积分:1
-
openGL-MFC-STL
在VS2010的开发平台下,结合MFC类库和OPENGL工具,事项STL三维模型文件的读取和显示。(under visual studio 2010 tool,with the help of MFC and opengl tools, it can read and diaplay STL 3D modal file .)
- 2014-12-28 11:26:21下载
- 积分:1
-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1