-
称重软件
读取称重结果,并记录查询。》》》》》》》》》》(Read the weighing results and record queries.)
- 2021-03-24 13:59:15下载
- 积分:1
-
stm8 串口调试
stm8 串口调试 收发 Uart AIR环境
- 2022-07-08 07:01:43下载
- 积分:1
-
CuraEngine_2.5_Qt_Project
CuraEngine 是开源3D打印软件的切片引擎,这里提供了一个Qt版本的项目,方便开发学习。
是对初学者和编译恐惧着的救命稻草,不需要知道太多,安装Qt后直接打开工程就能编译成功
- 2022-01-31 12:34:31下载
- 积分:1
-
feichuangenzongcekong
本程序实现神州飞船跟踪测控的计算机虚拟,动画中地球、飞船和地面12个测控站同时运动。本程序是有声动画的仿真,使用时只要把bhk_med.wav文件放在D盘里然后运行该程序就Okay了(The Shenzhou spacecraft tracking and control program to achieve a virtual computer, the animation of the Earth, spacecraft and 12 ground control stations at the same time exercise. This program is a sound animation of the simulation, when used as long as the bhk_med.wav file on the D drive in and then run the program on the Okay a)
- 2011-11-04 18:58:33下载
- 积分:1
-
按键实验
按键控制STM32单片机输出PWN波占空比和频率可调(Key control STM32 MCU output PWN wave duty cycle and frequency adjustable)
- 2020-06-20 19:00:02下载
- 积分:1
-
Control-the-source-code
从其他地方下载而来,期望对你有所帮助!
压缩包包括文件:ComboBoxEx.cpp,ComboBoxEx.h,ControlBarEx.cppControlBarEx.h,DateTimeCtrl.cpp,DateTimeCtrl.h
ListCtrlEx.cpp,ListCtrlEx.h,ReBar.cpp,ReBar.hReBarCtrl.cpp,ReBarCtrl.h,ToolbarCtrlEx.cpp,ToolbarCtrlEx.h,ToolBarEx.cpp,ToolBarEx.h,TreeCtrlEx.cpp,TreeCtrlEx.h(Downloaded from elsewhere from expectations for your help! The compressed files package includes: ComboBoxEx.cpp, ComboBoxEx.h ControlBarEx.cppControlBarEx.h DateTimeCtrl.cpp, DateTimeCtrl.h ListCtrlEx.cpp ListCtrlEx.h ReBar.cpp ReBar.hReBarCtrl.cpp, ReBarCtrl.h, ToolbarCtrlEx. cpp, ToolbarCtrlEx.h, ToolBarEx.cpp, ToolBarEx.h, TreeCtrlEx.cpp, TreeCtrlEx.h)
- 2013-03-26 16:42:03下载
- 积分:1
-
基于VC++的包过滤防火墙
本文先介绍了个人防火墙开发的研究现状、VC++6.0和MFC程序的一些技术特点,然后对基于包过滤个人防火墙的开发进行了详细的介绍和描述。通过本文可以清楚地看到一个普通个人防火墙的开发过程。本防火墙中,用户可以自行设定过滤规则,以达到对不同源和不同目标的IP地址、端口和协议的过滤。允许用户将当前规则保存为*.rul的文件格式,供下次使用时直接导入。
本防火墙由以下几个模块组成:过滤规则添加模块,过滤规则显示模块,过滤规则存储模块,文件储存模块,安装卸载规则模块,IP封包过滤驱动功能模块。用户只需要通过主界面菜单和按钮就可以灵活地操作防火墙,有效地保护Windows系统的安全。(This article first introduced the personal firewall development research present situation, VC++6.0 and MFC procedure some technical characteristics, then based on the packet filter personal firewall development carried on the detailed introduction and description.Through this article you can clearly see a common personal firewall development process.In this firewall, users can set their own filtering rules to achieve the filtering of IP addresses, ports and protocols for different sources and different targets.Allows the user to save the current rule as a *.rul file format for import next time.
This firewall consists of the following modules: filter rules add module, filter rules display module, filter rules storage module, file storage module, installation and unloading rules module, IP packet filter driver function module.Users only need to through the main interface menu and buttons can be flexible operation of the firewall, effectively protect the security of the Windows system.)
- 2020-07-08 14:28:57下载
- 积分:1
-
avr_com
//实验板的AVR程序,uart应用,和计算机通讯,回送PC发送的数据
//接线定义:PD0-RXD PD1-TXD 开关位置:SW6-7/8打开。
//使用串口调试器,使用十六进制方式,首先让PC发送一个字符给MCU,然后将接收到MCU返回的值。
//记事:本程序旨在对uart的理解与演示,程序适合初学者使用.
//使用片外8MHz晶体,9600bps波特率(//Experimental board AVR procedures, uart applications, and computer communications, PC loopback send data// connection definition: PD0-RXD PD1-TXD switch location: SW6-7/8 open.// Use the serial port debugger, use the hexadecimal mode, let PC send a character to the MCU, and then will receive the MCU to return value.// Note: This program seeks to UART understanding and demonstration of procedures suitable for beginners to use.// Use the chip 8MHz crystal, 9600bps baud rate)
- 2007-10-26 20:41:31下载
- 积分:1
-
stm32f4 的iic移值
//³õʼ»¯IICvoid IIC_Init(void){ GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(MU_IIC_SCL_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ RCC_AHB1PeriphClockCmd(MU_IIC_SDA_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ //GPIOF6,F8³õʼ»¯ÉèÖà GPIO_InitStructure.GPIO_Pin = MU_IIC_SCL_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;//ÉÏÀ GPIO_Init(MU_IIC_SCL_GPIOX, &GPIO_InitStructure);//³õʼ»¯ GPIO_InitStructure.GPIO_Pin = MU_IIC_SDA_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz&nb
- 2023-02-24 13:45:04下载
- 积分:1
-
Hpsoctk例子(int2e-HPSocket.Net-develop.zip)
Hpsoctk例子(int2e-HPSocket.Net-develop.zip)
- 2020-04-30下载
- 积分:1