-
TFT35-V1_1-R61581B
TFT35 V1_1 R61581B液晶完整驱动源代码,可以正常显示字符汉字等,本人基于原子迷你开发板编写,keil5编译环境(TFT 35 V1_1 R61581B complete LCD driver source code, can correctly display Chinese characters and other characters, they write based on atomic mini development board, keil5 compiler environment)
- 2016-06-10 23:34:06下载
- 积分:1
-
redblack
红黑棋游戏 在VC上可直接运行 不过要注意设置图片路径(Red Black game on the VC can be run directly but to pay attention to set the picture path)
- 2012-07-09 10:08:40下载
- 积分:1
-
NLP-with-PyTorch-2018.tar
Natural Language Processing with PyTorch 2018
- 2019-01-08 11:01:46下载
- 积分:1
-
Saber-worst-case-analysis-(WCA)
Saber最坏情况分析(WCA)介绍及演示(Saber worst case analysis (WCA) introduction and demonstration)
- 2021-02-19 16:39:43下载
- 积分:1
-
03_28_lch_ CUBE888_程序
光立方 51程序,编译通过的,STC12单片机,学习使用(cube 888 programe, that is a cool cube effect)
- 2019-04-13 11:47:55下载
- 积分:1
-
AccessOracleInDotNET
在DOTNET环境中访问Oracle数据库的方法实例,使用CSharp语言(In DOTNET environment visit Oracle database instance, use CSharp Language)
- 2008-02-02 14:20:29下载
- 积分:1
-
357357666
显示多行文字的工具栏,VC++经典编程源码,很好的参考资料。(Display multiple lines of text toolbar, VC++ classic programming source code, a good reference.)
- 2013-11-14 18:58:34下载
- 积分:1
-
Archive 4
说明: 推荐系统 数据挖掘 数据分析 机器学习 代码(re_sys data mining analysis ml code)
- 2020-06-21 15:40: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
-
stm32连接esp8266控制继电器 - 副本
stm32f103系列单片机接,esp8266 wifi模块实现远程控制继电器。(Realization of remote control relay)
- 2021-03-30 14:59:09下载
- 积分:1