-
item_set_names
trinitycore item_set_names表汉化(trinitycore item_set_names Chinese)
- 2015-03-07 03:26:30下载
- 积分:1
-
modified-k-epsilon-model
UDF for modofied k epsilon turbulence model
- 2017-05-16 10:13:39下载
- 积分:1
-
日历提醒功能,c#写的只是一个小小的程序,提供参考
日历提醒功能,c#写的只是一个小小的程序,提供参考-Calendar reminder function, c# to write a small program is to provide a reference
- 2023-01-04 14:25:03下载
- 积分:1
-
25--FTP-tool
文件是使用vc++,编写的一款实现ftp功能的软件。界面美观,功能实用。(File using vc++, write a function to achieve ftp software. Interface is beautiful, functional and practical.)
- 2011-06-24 09:38:41下载
- 积分:1
-
Uart_receive
STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序
{
u8 Res
#ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了.
OSIntEnter()
#endif
if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾)
{
Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据
if((USART_RX_STA&0x8000)==0)//接收未完成
{
if(USART_RX_STA&0x4000)//接收到了0x0d
{
if(Res!=0x0a)
USART_RX_STA=0 //接收错误,重新开始
else
USART_RX_STA|=0x8000 //接收完成了
}
else //还没收到0X0D
{
if(Res==0x0d)USART_RX_STA|=0x4000
else
{
USART_RX_BUF[USART_RX_STA&0X3FFF]=Res
USART_RX_STA++
if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收
}
}
}
}
#ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了.
OSIntExit()
#endif
} )
- 2016-01-21 17:04:30下载
- 积分:1
-
Introduction to the classic Delphi
Delphi入门经典-电子书教程.新手入门教程 -Introduction to the classic Delphi- e-book tutorial. Beginners tutorial
- 2022-11-14 21:40:04下载
- 积分:1
-
交通灯的 Сountdown 板
Рrogram 和电路计数直到红绿灯阶段结束剩余的时间。
- 2022-01-22 08:33:46下载
- 积分:1
-
delphi参考书籍,
有关delphi的使用和技巧等。
delphi参考书籍,
有关delphi的使用和技巧等。-delphi reference books, the delphi use and skills.
- 2022-05-17 23:12:46下载
- 积分:1
-
reverb
利用C语言写的REVERB混响算法程序,效果不错。(Using C language to write the REVERB reverb algorithm procedure, good results.)
- 2007-12-25 13:50:43下载
- 积分:1
-
matlab-junheng
均衡技术的matlab仿真。包括时域均衡和频域均衡后的信噪比对比(Equalization matlab simulation. Including time domain equalization and frequency domain equalization SNR comparison)
- 2013-08-28 21:52:03下载
- 积分:1