-
漂亮的时钟(含源码)
一个时钟源码。带图像,十分漂亮,GDI+(A clock source. With images, very beautiful, GDI+)
- 2020-06-25 19:20:01下载
- 积分:1
-
STM32的无线点阵
无线点阵,C++编写的上位机用于发送数据,显示部分是16*32的双色点阵。主控用的51单片机和STM32。
- 2022-08-02 13:09:40下载
- 积分:1
-
yzdqdr
C语言编写的QTerm X Window 系统,下专用于浏览 BBS()
- 2017-12-16 07:24:22下载
- 积分:1
-
CHAPT3
神经网络C程序的第3章(neural network C procedures for the Chapter 3)
- 2004-09-24 08:37:11下载
- 积分:1
-
xiangyingjisuan
计算在风载荷下建筑的动态响应,利用newmark方法实现简单载荷响应。(Under wind load in the dynamic response of buildings, using a simple method newmark load response.)
- 2020-10-21 19:17:23下载
- 积分:1
-
45830343
说明: 一个P2P下载软件源代码,用vc编译
(a peer-to-peer software to download the source code with compiler vc)
- 2006-02-27 15:16:47下载
- 积分:1
-
cbsylator
Use MFC to do the caculator Use MFC to do the caculator
- 2017-04-15 08:35:46下载
- 积分:1
-
DMA-串口三测试程序
有关于stm32F105的串口三测试程序,通过dma的方式进行数据传输
void USART3_DMA_Send(u8 DA2_len,u8 u2_buffer[])
{
u8 i = 1;
if(DA2_len > USART3_SendBuff_SIZE)
DA2_len = USART3_SendBuff_SIZE;
if(USART3_TX_Finish ==0)
{
TX_Delayms(10);
}
USART3_TX_Finish = 0;
DMA_Cmd(DMA1_Channel2, DISABLE);
for(i=0;iCNDTR=DA2_len;
DMA_Cmd(DMA1_Channel2, ENABLE);
}
- 2022-01-24 17:07:14下载
- 积分:1
-
(1)新建、打开和保存地图文档
设计菜单,分别实现 新建、打开和保存地图文档(.Mxd)的功能。(Designing menus to create, open and save map documents (. Mxd) respectively.)
- 2018-12-28 15:08:35下载
- 积分:1
-
BorlandMatlab
Borland C++Builder与MATLAB混合编程之COM实现方法(Borland C Builder and MATLAB's programming mixed COM method)
- 2007-04-09 14:59:31下载
- 积分:1