-
STM32F407-printf-keil5
该源码公示了怎样使用STM32F407的串口进行收发数据,在keil5编译环境中进行编译。需要将STM32F407的串口1与USB串口相连,即可以实现电脑桌面串口调试助手的调试。(The source of the public how to use STM32F407 serial port to send and receive data, compiled in keil5 compilation environment. We need STM32F407 serial port 1 is connected to the USB port, which can achieve desktop debugging serial debugging assistant.)
- 2016-05-23 10:10:14下载
- 积分:1
-
Phone
c++实现的通信录,实现添加、删除、查找、修改等功能(communications recorded c++ implemented add, delete, search, modify functions)
- 2014-01-14 10:02:38下载
- 积分:1
-
里面是c++builder6编程实例教程里面的所有源代码,有11章
里面是c++builder6编程实例教程里面的所有源代码,有11章-c builder6 Programming Guide examples all of the source code, Chapter 11
- 2022-01-28 03:49:02下载
- 积分:1
-
使用特定的启动程序实现STM8S的在线升级
使用特定的启动程序实现STM8S的在线升级 ,单片机STM8S208单片机,使用STVD编译器,根据官方库更改而成
- 2022-10-13 03:20:02下载
- 积分:1
-
adpcm
该算法是根据自适应差分脉冲编码调制原理编写的算法,该算法利用了语音信号样点间的相关性,并针对语音信号的非平稳特点,使用了自适应预测(The algorithm is based on principles of adaptive differential pulse code modulation written algorithm, which samples the voice signal using the correlation between, and for non-stationary characteristics of speech signal using an adaptive prediction)
- 2011-11-18 12:16:15下载
- 积分:1
-
20040812100734_roform
仿REALONE窗体制作的播放器,后面会陆续制作其他窗体的播放器(imitation REALONE Form produced by the players, would be produced behind other windows player)
- 2006-12-29 10:52:13下载
- 积分:1
-
MPLAB-X-IDE-User-Guide
MPLAB X IDE User Guide,China Version
- 2013-08-22 09:10:18下载
- 积分:1
-
C# 进度条、状态栏和计时器的实例
C# 进度条、状态栏和计时器的实例,这个例子的部分功能需要连接数据库才可看到,窗体上可看到进度条、时间等控件的效果,相关代码可看下边的代码,可起一定参考:
myAdapter.Fill(myDs, "dtMyProd");
myConn.Close();
//为数据表生成主键
DataColumn[] myPK = new DataColumn[1];
myPK[0] = myDs.Tables["dtMyProd"].Columns["ProductId"];
myDs.Tables["dtMyProd"].PrimaryKey = myPK;
DataRow thisRow = myDs.Tables["dtMyProd"].Rows[1];
txtPId.Text = "" + thisRow["ProductId"];
txtPName.Text = (String)thisRow["ProductName"];
txtUnitPrice.Text = "$" + thisRow["UnitPrice"];
statusBar1.Text ="数据库加载完毕";
时间处理方面,请参见以下代码:
string TimeInString="";
int hour=DateTime.Now.Hour;
int min=DateTime.Now.Minute;
int sec=DateTime.Now.Second;
TimeInString=(hour < 10)?"0" + hour.ToString() :hour.ToString();
TimeInString+=":" + ((min
- 2022-04-17 01:40:32下载
- 积分:1
-
ExpressionEvaluation
字符串表达式的计算。本程序是一个Window Forms应用程序,用户在输入表达式的同时,程序会分析输入,并高亮显示语法(The calculation of the string expression. This procedure is a Window Forms application, a user in the input expression, the program will analyze the input, and to highlight the grammar)
- 2009-02-16 14:47:39下载
- 积分:1
-
feisikaerlvbo
进行飞思卡尔的试跑阶段,非常有效止咳的程序啊啊啊,,(
Freescale s trial run stage, ahhh, very effective cough of the program,
)
- 2013-06-23 22:07:11下载
- 积分:1