-
Super-Mario-Code
XCODE超级玛丽,部分oc,部分c++(SuperMario,made by xcode)
- 2015-03-31 12:04:34下载
- 积分:1
-
stm32ok0315
基于stm32蓝牙串口与安卓手机无限传输,实现安卓手机软件对stm32语音的控制!(Stm32 LanYa fondée sur ChuanKou et transmission des téléphones portables, AnZhuo illimitée AnZhuo téléphones portables pour le contrô le stm32 phonétique!)
- 2014-06-30 16:03:31下载
- 积分:1
-
fringeproc-master
说明: InSAR主从影响选择。可以用于InSAR处理(Is InSAR master-slave influence selection. Can be used for InSAR processing)
- 2020-06-17 06:00:02下载
- 积分:1
-
MFC串口源码
支持VC 6.0,VS2008开发平台
用法如下:
/*全局变量*/
CMCOM Mcom;
int I_baudrate[] = {2400,4800,9600,19200,115200,128000,256000},b_in = 0;
BYTE byte_size,stop_bit,parity;
//波特率
b_in = 4; //波特率115200
// 串口数据宽度
byte_size = 8;
// 停止位个数
stop_bit = ONESTOPBIT;
// 校验类型
parity = NOPARITY;
if(Mcom.open_com(C_SSCOM_No,I_baudrate[b_in],byte_size,stop_bit,parity) == FALSE)
{
AfxMessageBox(L"串口打开失败!");
}
else
{
WriteStatusBar(L"串口打开成功!");
}
- 2022-07-09 05:32:40下载
- 积分:1
-
dotnet framework 下运行
dotnet framework 下运行-dotnet framework running
- 2023-03-19 21:45:03下载
- 积分:1
-
讲解编程风格的一本书
非常经典的讲解编程风格的一本书,欢迎大家下载(Programming style is very classic, a book to explain, are welcome to download)
- 2010-11-25 14:22:57下载
- 积分:1
-
Openssl_File
说明: 使用openssl实现了文件保险箱,在VC6环境下编译通过。(The use of a document openssl safe, in the circumstances VC6 compiled through.)
- 2008-12-02 10:09:07下载
- 积分:1
-
DirectShow
DirectShow技术的应用研究与开发(DirectShow technology, applied research and development)
- 2013-09-10 15:55:21下载
- 积分:1
-
FOC-IR2104
基于stm32实现永磁同步矢量控制,驱动芯片为IR2104(vector control (foc) on PMSM with STM32)
- 2018-10-08 10:10:56下载
- 积分:1
-
Gabor滤波器C++实现
本代码可以实现对一张图像的Gabor滤波,并输出结果,需要配置opencv库,
- 2023-01-26 00:35:04下载
- 积分:1