CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - printf

搜索资源列表

  1. STM32F10x_StdPeriph_Lib_V3.5.0

    0下载:
  2. ADC examples 3 & 4 updated DEBUG example Example modified to support RIDE specific printf function implementation I2C example5 i2c_ee.c: add the following function prototypes: "void GPIO_Configuration(void)" add "void I2C_C
  3. 所属分类:单片机开发

    • 发布日期:2018-04-19
    • 文件大小:22545408
    • 提供者:ROCKYL8
  1. 115074

    0下载:
  2. 源程序要正确地运行,必须要有什么函数 printf函数 自定义的函数 C()
  3. 所属分类:按钮控件

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:der%2145316
  1. 15.PWR模块_电源监控

    0下载:
  2. 基于F429的待机初始化,附上详细注释还有一printf-串口驱动(Standby initialization based on F429)
  3. 所属分类:单片机开发

  1. C - Hello World!

    0下载:
  2. The #include <stdio.h> is a preprocessor command. This command tells compiler to include the contents of stdio.h (standard input and output) file in the program. The stdio.h file contains functions such as scanf() and print() to take input and
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:17408
    • 提供者:knidra
  1. Desktop

    0下载:
  2. In this program, an integer variable number is declared. The printf() function displays Enter an integer: on the screen. Then, the scanf() function reads an integer data from the user and stores in variable number. Finally, the value stored in
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:33792
    • 提供者:knidra
  1. 新建文件夹 (2)

    0下载:
  2. #include<stdio.h> int main() { int i,j; for(i=1;i<=9;i++) { for(j=1;j<=i;j++) printf("%d*%d=%d ",j,i,i*j); printf("\n"); } return 0; }(very good.Steve Jobs was one of the fathers of the personal
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:65536
    • 提供者:miraclefan
  1. 排列

    0下载:
  2. 本题要求编写程序,将一个给定的整数插到原本有序的整数序列中,使结果序列仍然有序。 输入格式: 输入在第一行先给出非负整数N(<10);第二行给出N个从小到大排好顺序的整数;第三行给出一个整数X。 输出格式: 在一行内输出将X插入后仍然从小到大有序的整数序列,每个数字后面有一个空格。(Input sample: Five 12457 Three Output sample: 1234
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:9216
    • 提供者:武皇朝
  1. 0

    0下载:
  2. 逆序输出3行80列急急急吉里吉里吉里吉里(this is fucking printf 3 hang)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:冰封局座
  1. 1

    0下载:
  2. 文件的复制和追加。包括< stdio。h > # include < stdlib。h>#定义MAXLEN 80int main(void){file *fpSrc=NULL;文件* fpDst =零;char ch;char srcFilename[MAXLEN];char dstFilename[MAXLEN];printf("输入源文件名:”);scanf(“% s”,srcFilename);如果((fpSrc = fopen(srcFilename,“
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:10240
    • 提供者:xuwenwen
  1. scanf资源乱码

    1下载:
  2. scanf汉字乱码:当用scanf读入汉字时,无法通过%c的方式printf出正确格式的汉字
  3. 所属分类:打印编程

    • 发布日期:2018-04-09
    • 文件大小:868
    • 提供者:fengxiunan
  1. Demo_printf

    0下载:
  2. 在STM32CubeMX+TrueStudio环境使用串口打印printf内容。(Use USART show printf, under STM32CubeMX+TrueStudio environment.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-01
    • 文件大小:740352
    • 提供者:怪兽彪
  1. printf(interrupt)

    0下载:
  2. STM32串口通信程序,在中断处理,适用于STM32f103zet6单片机(STM32 serial communication program, interrupt handling)
  3. 所属分类:中间件编程

    • 发布日期:2018-05-02
    • 文件大小:4179968
    • 提供者:M朱
  1. STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11

    2下载:
  2. 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。
  3. 所属分类:微处理器(ARM/PowerPC等)

  1. [txt]cmd下获取输出结果的一种方法

    0下载:
  2. 一个使用cmd命令来获取.exe程序返回(结果)的方法,间接获取本在cmd上printf的内容。(CMD executable command)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:107520
    • 提供者:夜の尘
  1. 程序

    0下载:
  2. stm32中如何进行printf重定向用于串口调试输出(How to carry out printf redirection in STM32 for serial debugging output)
  3. 所属分类:微处理器开发

    • 发布日期:2018-05-04
    • 文件大小:1331200
    • 提供者:wyxie
  1. 实验16:红外遥控printf输出

    1下载:
  2. 基于stm32红外传感器的试验程序,可以检测红外收发器的实验程序(Based on the STM32 infrared sensor test program, it can detect the infrared transceiver's experimental program.)
  3. 所属分类:微处理器开发

    • 发布日期:2019-08-03
    • 文件大小:7951360
    • 提供者:炎神
  1. STM32F0XX教程+例程源码

    4下载:
  2. STM32F0XX教程+例程源码 教程目录: 工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf 资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf 初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf 初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf 中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf 中级教程篇:利用定时器实现6路互补PWM波形输出.pdf 高级教程篇:基于L
  3. 所属分类:微处理器开发

    • 发布日期:2019-09-18
    • 文件大小:20690944
    • 提供者:Putty
  1. AD1274驱动1.4

    1下载:
  2. ads1274信号采集,ads1274与spi的通信,将采集到的数据打印(ads1274 data get,camunicate with spi and then printf the data.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2021-02-19
    • 文件大小:945152
    • 提供者:jsdd
  1. N76E003

    1下载:
  2. clr_ADCF;//清除ADC转化完成标志,进行下一次转换 set_ADCS;//当单次转换完成后,ADCS会硬件置0,需要重新使能 printf ("\n Value = 0x%bx",ADCRH);//输出测量值高八位
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 哈夫曼编码与字母频率统计

    2下载:
  2. 统计词频并构建哈夫曼树,左边为0,右边为1。(HuffmanTree ,calculate every the number of every zee and using '1' and '0' create a tree and printf the string.)
  3. 所属分类:数据结构

    • 发布日期:2020-06-11
    • 文件大小:1024
    • 提供者:xuwanlin
« 1 2 ... 26 27 28 29 30 3132 »
搜珍网 www.dssz.com