CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 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. OutputPrint.rar

    0下载:
  2. 改造了一下OutputDebugString函数,使其用起来就像printf函数一样实现格式化字符串输出,OutputDebugString function, then transform it to use to achieve the same function as printf format string output
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:836
    • 提供者:非魔非道
  1. single_file_source

    0下载:
  2. DispHelper允许您调用一个非常简单的printf风格的语法的COM对象。 DispHelper可用于从C + +或即使是普通的C,它与大多数Windows编译器 包括DEV - CPP的Visual C+ +和LCC- WIN32。包括在您的项目DispHelper 不能简单,因为它是在压缩单个文件的版本。-DispHelper allows you to call COM objects with an extremely simple printf style synta
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:13444
    • 提供者:谢娜
  1. Hanoi

    0下载:
  2. 一个Hanoi的小游戏 void Hanoi(int n, char x,char y,char z) { if (n==1) { printf("%c %d %c\n",x,n,z) return } Hanoi(n-1,x,z,y) printf("%c %d %c\n",x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6717
    • 提供者:123
  1. shunxu

    0下载:
  2. //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:珈旖
  1. c

    0下载:
  2. 经典c程序100例 【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去       掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下为三重循环*/  for(j=1 j<5 j++)    for (
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:17975
    • 提供者:lengyuegg
  1. booking_system

    0下载:
  2. 链表的输出,如何使用链表,让链表中的数据能够正确的输出!-linklist s printf
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:225802
    • 提供者:heyu
  1. myTestFunctor

    0下载:
  2. c++ 的 functor实现,支持c函数和成员函数,使用非常简单,源码带使用例子 包含头函数:#include "Functor.h" 初始化c函数指针 Functor< int, int, int, int, int, int > fun1( &FuncSum ) printf( "fun1: d\n", fun1.Exec( 1, 2, 3, 4, 5 ) ) Functor< int, int, int, int, int, int > f
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9092
    • 提供者:zmy
  1. Printdelay

    0下载:
  2. 程序不会马上显示你输入的字符,而是延时显示你输入的字符,延时时间可调-SlowPrint, the function this program s about, can be used as a replacement for the standard printf() function. The difference between SlowPrint and printf is SlowPrint doesn t put the information on the screen i
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:593
    • 提供者:yangzhw
  1. littleprogramforC

    0下载:
  2. 一些以C語言撰寫的小程式,包括printf函數的實作、字串轉浮點數、浮點數轉字串以及最小擴張樹問題等等。-Some with small programs written in C language, including the printf function of the implementation, string float switch, float switch to the string and the minimum spanning tree problem and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3633
    • 提供者:鄧慧鈴
  1. printf-and-scanf

    0下载:
  2. C或C++中 printf和scanf函数的用法和特点。很实用,也很简单!-C or C++ in the printf and scanf function usage and characteristics. Very practical, very simple!
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1143
    • 提供者:刘旭
  1. Printf.tar

    0下载:
  2. printf client for tinyos
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:1512
    • 提供者:jithin
  1. printf-Drive2.0.3

    0下载:
  2. stm32 printf重定向keil源码-stm32 printf of keil
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:335716
    • 提供者:jenthyu
  1. printf

    0下载:
  2. 自己写的printf函数,可以学习变参的用法-Write your own printf function, you can learn the usage of variable parameter
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:556
    • 提供者:安慰阿桑
  1. scanf-printf

    0下载:
  2. 用scanf函数输入数据,使a=3, b=7, x=8.5, y=71.82 并用printf函数输出。-Scanf function with input data, so that a = 3, b = 7, x = 8.5, y = 71.82 and output using printf function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6912
    • 提供者:ABC
  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. uxPrintf

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

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:fmliywtk
  1. usart串口

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

    • 发布日期:2018-01-09
    • 文件大小:1084416
    • 提供者:xuelongzhiwu
  1. keil - printf

    0下载:
  2. STM32重定位printf,通过proteus仿真(STM32 relocate printf, through proteus simulation)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1403904
    • 提供者:spiremoon
  1. printf

    0下载:
  2. 自定义的printf 只需要完成固定的接口函数内容即可 适用于各个平台(Custom printf only needs to complete the fixed interface function content, so it can be applied to all platforms.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:Moziee
« 12 3 4 »
搜珍网 www.dssz.com