-
getContentWebPageApp
提取WEB页面主题内容的一个小例子,希望对大家有用。谢谢(A small example to extract the contents of the WEB page theme, we want to be useful. Thank you)
- 2012-10-11 14:24:07下载
- 积分: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
-
VC局域网视频监控系统服务器
说明: VC++远程项目开发源码,可以学习相关的知识。(VC++ remote project development source code, you can learn related knowledge.)
- 2019-05-19 13:09:26下载
- 积分:1
-
UDS1.1_51aspx
使用MS SQL Server 作为后台数据库,C#开发的APS.NETOA系统,包括了系统管理、人事管理、项目管理、文档管理等功能-use MS SQL Server as a back-end databases, C# APS.NETOA development of the system, including system management, personnel management, project management, document management functions (The use of MS SQL Server as the back-end database, C# Development APS.NETOA system, including system management, personnel management, project management, document management and other functions-use MS SQL Server as a back-end databases, C# APS.NETOA development of the system, including system management, personnel management, project management, document management functions)
- 2020-06-26 03:40:02下载
- 积分:1
-
VC++6
VC++6编程方法非常不错的资料了哦,对初学者特别有帮助哦!(VC++ 6 programming method is very good information on the Oh, is particularly helpful for beginners Oh!)
- 2020-06-26 02:40:02下载
- 积分:1
-
010101
STM32+TFT屏菜单+贪食蛇小游戏
很好的学习STM32的例程(The+ Snake game of STM32+TFT screen menu, good learning STM32 routine)
- 2021-04-23 12:58:48下载
- 积分:1
-
Composition
模拟地震合成记录,仅供信号分析课程参考。程序执行完毕后,生成两个xls文件,Ricker.xls中是雷克子波,Seis.xls中是地震合成记录。(Simulated seismic synthesis record, reference only to the signal analysis course. Program execution is completed, generating two XLS files, Ricker.xls is Ricker wave, Seis.xls is a synthetic seismogram.)
- 2018-04-09 21:16:03下载
- 积分:1
-
SomachineV3以太网连接M258及下载程序
somachine软件V4.1的具体使用方法(somachineThe specific use of software V4.1)
- 2020-06-18 23:20:02下载
- 积分:1
-
C#modbus rtu绝对好用,绝对能用
说明: C#使用的modbus通讯协议编程。。真实可靠有用(C_modbus communication protocol programming. True, reliable and useful)
- 2020-06-17 03:20:01下载
- 积分:1
-
基于linux的rtsp协议
基于linux的RTSP协议,用c编写,可以linux系统上运行,与vlc通信。协议基于tcp/ip协议按rtsp协议作上层封装,用于网络流媒体的传输。可移植至armlinux下。
- 2022-11-20 00:30:03下载
- 积分:1