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

搜索资源列表

  1. 01259361tubianlideyanshi

    0下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:60160
    • 提供者:唐钊
  1. bootloader

    0下载:
  2. 国产龙芯芯片的启动代码,其中移植了部分C库 printf函数。-Domestic Godson chip boot code, which transplanted a part of the C library printf function.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:71744
    • 提供者:zhengtao
  1. 241000DM9000

    0下载:
  2. int main (void) { PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART PINSEL1 = 0x00000000 //其余为GPIO ReadModuleP() // 读参数 SetNetPort() InitializeInterrupt() InitNic(0) //RTL8019芯片初始化,在global.c中定义 //WDTC =276
  3. 所属分类:Parallel Port

    • 发布日期:2017-03-25
    • 文件大小:692704
    • 提供者:程教育
  1. printf_star

    0下载:
  2. printf star by a for-loop by c-printf star by a for-loop by c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:771
    • 提供者:白帥帥
  1. T9

    0下载:
  2. 第一次写的比较完整的C程序,bug和不规范请多指正! 有些文件粘贴不上来,需要的可以发Email给我,时间比较忙,若没有及时回复,请见晾 -printf(">>> 1-abc 2-def 3-ghi 4-jkl 5-mno 6-pqrs 7-tuv 8-wxyz <<<\n") printf(">>> 9-cancel or back 0-enter Q-up W-down R-input change
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:391540
    • 提供者:zhangqi
  1. cpp_LOG_tool

    0下载:
  2. c++日志工具类 .C++实现.简单多线程.支持类似printf的格式化输入.doxygen生成文档.有详细实例-c++ logging tools. C++ implementation. a simple multi-threaded. Support printf format similar to the input. doxygen generated documentation. a detailed example
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:58750
    • 提供者:koven
  1. cpp1

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8197
    • 提供者:bhavin
  1. cpp2

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:34798
    • 提供者:bhavin
  1. next-gemeratopm

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:20137
    • 提供者:bhavin
  1. choice-of-radio-freq

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:146020
    • 提供者:bhavin
  1. Virtual-router

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:21799
    • 提供者:bhavin
  1. Index

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:26885
    • 提供者:bhavin
  1. daima

    0下载:
  2. 刚学到printf函数和scan函数,很是一个不清楚,求几段经典范例代码,初学者入门用的。 另外有几道题求解,万分感谢!! 1.试尽量用多种不同的C代码,描述把整型变量i的值增加1的运算 2.试分别用最紧凑的一条C代码描述完成下列计算 1)把整型变量i和j的和赋给整型变量k,并同时让i的值增加1. 2)把整型变量X值扩大一倍 3)在变量i减去1后,将变量j减去变量i 4)计算变量i除变量j的余数r-Printf function and scan just l
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3189
    • 提供者:朱军华
  1. hello-world

    0下载:
  2. 用于在c界面下输出hello world- it is used for printf hello world in visual c++6.0
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:153933
    • 提供者:周董
  1. Cyuyanchengxu

    0下载:
  2. C语言 练习题参考答案 第一章 C语言概述 参考解答: 题1.A 题2.C 题3.D 题4.C 题5.B 题6.函数 题7.main函数 题8./* 和 */ 题9.scanf printf 题10. -C Language Reference answer exercises outlined in Chapter C Language Reference Answer: Question Question 1.A 2.C 3.D title title title 4.C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:14642
    • 提供者:林兴富
  1. cs

    0下载:
  2. 我自己写的一个代替printf的汇编思想函数,支持 c和 d。-I wrote a compilation of ideas instead of printf functions support c and d.
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:536
    • 提供者:潘登
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:648
    • 提供者:cranda
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:724
    • 提供者:cranda
  1. konversi-bilangan

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1185
    • 提供者:cranda
  1. satu

    0下载:
  2. int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1036
    • 提供者:cranda
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com