-
COM
基于CVI2010的串口编程 使用C++ 适合初学者学习(Based on CVI2010 serial port programming using c++ for beginners to learn)
- 2015-05-13 09:41:31下载
- 积分:1
-
把握 p-中位 (主文件)
为解决 p-中位问题的启发式算法。只有主文件。代码的其余部分将作为分离文件上载。
- 2022-04-09 11:29:20下载
- 积分:1
-
car
AGV自动导引小车程序,采用51单片机作为主控芯片,包括测速程序、PID调速程序等等。(AGV autopilot, using 51 SCM car program as main control chip, including velocimetry procedures, PID speed control procedures, etc.
)
- 2020-07-26 08:58:41下载
- 积分:1
-
STM32遥控器
该程序实现 adc对双轴传感器的X轴Y轴电压的采集,并用不同的标志位代表双轴传感器不同位置时的电压,利用SPI协议将采集到的数据传递给NRF24L01模块,利用NRF24L01模块将数据发送给下位机,实现与下位机之间的通信。(The program realizes the acquisition of the Y axis voltage of the X axis of the dual axis sensor by ADC, and uses the different symbol bits to represent the voltage at different positions of the dual axis sensor. The data is transmitted to the NRF24L01 module by the SPI protocol, and the data is sent to the lower machine by the NRF24L01 module to realize the communication with the lower computer.)
- 2018-07-12 02:40:51下载
- 积分:1
-
STM32Z107 串口程序
/*********************************************************************************************************** File : usart.c* Hardware Environment: * Build Environment : RealView MDK-ARM Version: 4.20* Version : V1.0* By : ** (c) Copyright 2005-2011, WaveShare* http://www.waveshare.net* All Rights Reserved*******************************************
- 2023-08-06 11:45:11下载
- 积分:1
-
SCMA中的消息传递算法MPA仿真程序
说明: SCMA稀疏码分多址接入技术,包括编解码部分(Sparse code division multiple access technology)
- 2020-08-05 12:18:32下载
- 积分:1
-
c# developed an RPG framework, using the DirectDraw
c#开发的一个RPG的框架,用了directdraw-c# developed an RPG framework, using the DirectDraw
- 2023-02-18 23:55:03下载
- 积分:1
-
Helpful-Function-for-the-Registry
Note: const char* PATH means the Path inclusive the file name
Note: HKEY hKey means the property, such as HKEY_LOCAL_MACHINE or HKEY_USERS
- 2015-03-31 19:08:28下载
- 积分:1
-
main
1.模式匹配:子串在主串中的定位,也叫字符串匹配。模式匹配成功是指在主串S中能够找到模式串T,否则,称模式串T在主串S中不存在。
2.模式匹配的应用在非常广泛。例如,在文本编辑程序中,我们经常要查找某一特定单词在文本中出现的位置。
3.模式匹配算法的研究能极大地提高文本编辑程序的响应性能。
(1 pattern matching: substring positioned in the main string, also called string matching. Pattern matching refers success can be found in the main string S pattern string T, otherwise known as pattern string T does not exist in the main string S.
2 pattern matching in a very wide range. For example, in a text-editing program, we often have to find the location of a particular word appears in the text.
3 study of pattern matching algorithms can greatly improve the response performance of text editing program.)
- 2014-04-20 13:55:31下载
- 积分:1
-
HOOKAPI相关知识 已实现HOOK 系统的四个函数 WriteFile ReaFile Deletefile等
HOOKAPI相关知识 已实现HOOK 系统的四个函数 WriteFile ReaFile Deletefile等,ows文件监控系统旨在为Windows环境中的文件提供安全性。我需要设计一个应用程序来监视Windows上的文件打开、关闭和保存操作,并限制用户在安装此实用程序之前访问文件类型的子集。这是通过连接Windows文件相关api,然后根据需要在Windows
- 2023-03-17 03:00:04下载
- 积分:1