-
hello world
// my first program in C++
#include
int main()
{
std::cout
- 2022-03-10 02:57:18下载
- 积分:1
-
c通讯录
c语言实现通讯录的管理,无界面,黑框操作,适合刚接触c语言的同学进行学习和设计
- 2022-01-26 03:45:07下载
- 积分:1
-
dsp28335控制步进电机
TMS320F28335对步进电机的控制,里面包含了多种控制方式,注释中英文简单易懂,方便初学者学习,并你能在一定的基础上自行修改已达到自身的需求。
- 2023-04-07 02:50:03下载
- 积分:1
-
经典KMP算法的具体实现
KMP算法的关键是利用匹配失败后的信息,尽量减少模式串与主串的匹配次数以达到快速匹配的目的。具体实现就是实现一个next()函数,函数本身包含了模式串的局部匹配信息
- 2022-02-01 06:36:28下载
- 积分:1
-
STM32F1的SPWM逆变器源码
#include "SPWM.h"
#include "led.h"
#include "usart.h"
u16 TimerPeriod = 7200;
u16 DutyFactor = 50;
void TIM_Int_Init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;
NVIC_InitTypeDef NVIC_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA | RCC_APB2Periph_GPIOB, ENABLE);
RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM4 | RCC_APB1Periph_TIM3,ENABLE); //时钟使能
/* GPIOA配置:通道PA.6和PA.7作为输出引脚*/
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_6 | GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;
&nbs
- 2022-07-26 17:50:34下载
- 积分:1
-
software description operation of gps server simcom software description operation of gps server sim
gps服务器simcom测试simcom gps服务器simcom测试simcom gps服务器simcom测试simcom
- 2022-03-11 11:47:00下载
- 积分:1
-
lpc23xx-RTC时钟驱动程序
lpc23xx平台的rtc外部时钟的驱动程序,arm7内核,c语言编写,keil开发工具,经测试调试成功。
- 2022-07-02 01:09:39下载
- 积分:1
-
Aimbot
AimbotAimbotAimbotAimbotAimbotAimbotdascxcaxAimbotAimbotAimbotAimbotAimbotAimbotdascxcaxAimbotAimbotAimbotAimbotAimbotAimbotdascxcaxAimbotAimbotAimbotAimbotAimbotAimbotdascxcaxAimbotAimbotAimbotAimbotAimbotAimbotdascxcax
- 2022-04-30 05:10:52下载
- 积分:1
-
B极限学习机
B极限学习机,是由南阳理工大学黄广斌教授提出的在普通极限学习机基础上的改进型学习机。
- 2023-04-10 01:10:03下载
- 积分:1
-
链表生成的银行系统带xml
链表生成的银行系统带xml,分别用.cpp文件实现
- 2022-07-04 10:02:37下载
- 积分:1