-
pumaT9c
说明: 通过该程序代码,可以快速的进行汉字输入(手机输入法)(Through the program code, can quickly carry out the Chinese character input (phone input method))
- 2008-10-06 09:40:30下载
- 积分:1
-
uCOS-II-MCS-51
uCOS-II移植到MCS-51的源码,自己学习中写的,很好的资料(Source uCOS-II transplantation MCS-51 s, written in their own learning, good information)
- 2014-01-03 21:58:41下载
- 积分:1
-
SimulateOpe
展示PCI运动控制卡如何控制多个轴之间的同步起停功能。( U5C5 u739A u5982 u5A3 u5A1 u5236 u591A u4E2A u8F74 u4E4B u959)
- 2017-05-10 09:08:24下载
- 积分:1
-
NVP6134B AHD RX 芯片支持300MP摄像机 NVP6134B_Product_Brief
NVP6134B AHD RX 芯片支持300MP摄像机(The NVP6134B AHD RX chip supports 300MP cameras)
- 2020-12-18 10:39:10下载
- 积分:1
-
osgOcean
osg 海面上添加小船,有月亮,有风,有倒影(OSG adds boats to the sea, with the moon, the wind and the reflection)
- 2020-09-13 17:27:59下载
- 积分:1
-
STM32F407_uCOS-III lwip(20160827)
主要实现功能:
1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c)
2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c)
3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址))
4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c)
5 usb串口信息打印(115200波特率)
6 注意:使用的stm32的HAL库而不是标准库(The main functions are:
1 TCP server concurrency (mainly related to file app_lwip.c, app_tcp_server.c)
Hot plugging of 2 network lines (mainly related to documents app_lwip.c, app_tcp_server.c)
3 do not reset the IP address (mainly related to file app_lwip.c, app_tcp_server.c, app_key.c (key modify IP address))
4 change the data reception of LwIP from the interrupt mode to the individual receiving task (mainly involving the file app_lwip.c)
5 USB serial port information printing (115200 baud rate)
6 note: the HAL Library of the STM32 used instead of the standard library)
- 2020-08-13 16:28:27下载
- 积分:1
-
1,灯500ms闪烁
能使led灯规律闪烁,没500ms闪烁一次,并且程序通俗易懂(Can make LED lamp flicker regularly)
- 2019-03-18 01:15:31下载
- 积分:1
-
ADOImageDB_src
图像数据库,C++实现的ADO数据库,用于图像的数据库检索(Image database, C++ implementation of the ADO database)
- 2017-09-18 22:53:03下载
- 积分:1
-
C# 响应新增系统菜单项命令
C# 制作的响应式菜单,响应新增系统菜单项命令,在标题栏单击鼠标右键,会显示出菜单,单击“新增菜单”会响应该菜单的点击,新增了一项自定义的菜单项及命令,实现过程如下:
protected override void WndProc(ref Message SystemMessage)
{//响应新增系统菜单项命令
switch (SystemMessage.Msg)
{
case WM_SYSCOMMAND:
if (((int)SystemMessage.WParam) == WM_USER + 2)
MessageBox.Show("响应新增系统菜单项命令", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
else
base.WndProc(ref SystemMessage);
break;
default:
base.WndProc(ref SystemMessage);
break;
}
}
- 2022-07-16 20:46:37下载
- 积分:1
-
pt_line
固高控制卡程序,pt控制方式,需要的可以下载看看.(Googol control card program)
- 2013-12-01 21:58:24下载
- 积分:1