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

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add(\"Number2\",4) * test.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5101
    • 提供者:叶振华
  1. 简单日志

    0下载:
  2. 你在写程序中是否要经常输出信息作为观察你的程序是否正常运行的标记. 本程序给你一个可以在Windows中用printf功能的函数log_printf,当然有更多的功能啦,自己看看就知道啦-you write procedures should always output information as you observe the procedures for normal operation markings. This program can give you a Windows fun
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:432185
    • 提供者:罗清胜
  1. Trace_dll

    0下载:
  2. Trace跟踪动态库,文件读写,支持如printf函数的一样参数-Trace DLL tracking, document literacy, such as support functions like printf parameters
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:11421
    • 提供者:乔文杰
  1. c环境下的编译器

    0下载:
  2. 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Exper
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5945
    • 提供者:韩天毅
  1. 三星S344B0X蜂鸣器测试

    0下载:
  2. 三星S344B0X蜂鸣器测试 // if(key== + ) // if(BeepFreq<20000) // BeepFreq += 100 // if(key== - ) // if(BeepFreq>100) // BeepFreq -=100 // SetBeepPwm(BeepFreq, 50) // printf(\"Now beep frequence is %d\\n\",
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78149
    • 提供者:kong
  1. printf

    0下载:
  2. 这是一个移植好的printf库,可以用在Linux开发之中。-This is a transplant printf library can be used in the development of Linux.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:21308
    • 提供者:松松
  1. printf(polling)

    0下载:
  2. STM32F103 UART配置,实现C语言printf功能(STM32F103 UART configuration, implement the C language printf function)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:312320
    • 提供者:haohaoxin666
  1. main

    0下载:
  2. 如何將printf 導向STMF4 UART(example for how to retarget the printf from std lib to UART2 of STMF4)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:GoToFuture
  1. uart_printf

    1下载:
  2. MSP430F5529单片机使用标准C语言printf()函数使参数值打印到PC显示屏、Windows 超级终端等等,对初学者有很大帮助。(MSP430F5529 microcontroller using the standard C language printf () function, so that the parameter values printed to the PC display, Windows super terminal and so on, very helpful
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:504832
    • 提供者:似情非爱
  1. uart_printf

    0下载:
  2. 基于89c51单片机的printf语句串口文本输出程序(Based on 89c51 single-chip printf statement serial output program)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:43008
    • 提供者:hjhoooo
  1. uxPrintf

    0下载:
  2. 实现了printf的简单功能,对于单片机开发调试很有帮助!!(Realize the simple function of printf, SCM development and debugging helpful!!)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:fmliywtk
  1. 16路demo

    0下载:
  2. STC单片机使用printf函数,不影响串口功能,一组定时器记录系统运行时间(STC microcontroller uses the printf function, does not affect the serial port function, a set of timers record the system running time)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2018-01-01
    • 文件大小:56320
    • 提供者:伍陆柒
  1. usart串口

    0下载:
  2. 在清风的基础上,实现PRINTF的输出(On the basis of clean wind, the output of PRINTF is realized)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1084416
    • 提供者:xuelongzhiwu
  1. STM32f103 串口printf输出

    0下载:
  2. 可以通过 “USERT” 使用printf函数(The printf function can be used by "USERT")
  3. 所属分类:单片机开发

    • 发布日期:2018-04-19
    • 文件大小:2508800
    • 提供者:解药
  1. 51UART

    0下载:
  2. 51单片机的串口实现printf,printf自己修改的,系统printf不好用,来源:51hei(51 singlechip serial port realization printf, printf itself modified, the system printf is not good, source)
  3. 所属分类:串口编程

    • 发布日期:2018-04-20
    • 文件大小:40960
    • 提供者:BLDCM
  1. 6. SC-printf

    0下载:
  2. 单片机串口通讯协议的实现,使用printf输出到电脑(The realization of the serial communication protocol of single chip microcomputer, using printf to output to the computer)
  3. 所属分类:单片机开发

  1. C语言中printf的使用

    0下载:
  2. printf()函数是式样化输出函数, 一般用于向准则输出设备按规定式样输出消息。正在编写步骤时经常会用到此函数。printf()函数的挪用式样为: printf("<式样化字符串>",<参量表>);(The printf () function is a stylized output function, which is generally used to output messages to a standard output dev
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
  1. 实验15:ADC printf输出

    2下载:
  2. stm32f103c8t6 jlink keil5 adc printf
  3. 所属分类:单片机开发

    • 发布日期:2019-10-26
    • 文件大小:6278144
    • 提供者:zy小琐
  1. 打印串口 程序 8463B printf

    2下载:
  2. 赛元单片机的串口打印汉字程序,支持赛元全系列芯片,非常棒!(Uart Printf str program,is very good!)
  3. 所属分类:串口编程

    • 发布日期:2021-04-09
    • 文件大小:33792
    • 提供者:liug527
« 1 2 3 4 56 7 8 9 10 ... 34 »
搜珍网 www.dssz.com