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

搜索资源列表

  1. 优美C语言(3)

    0下载:
  2. 3. 源程序要正确地运行,必须要有什么函数?(单选) A. printf函数 B. 自定义的函数 C. main函数 D. 不需要函数 答案: C-3. Source code to run correctly, we must have what function (Option) A. B. printf function defined function main function D. C. function need not answer : C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15241
    • 提供者:gjc
  1. 2sd

    0下载:
  2. 本例中用一个循环语句给a数组各元素送入奇数值,然后用第二个循环语句输出各个奇数。在第一个 for语句中,表达式3省略了。在下标变量中使用了表达式i++,用以修改循环变量。当然第二个for语句也可以这样作,C语言允许用表达式表示下标。 程序中最后一个printf语句输出了两次a[5]的值,可以看出当下标不为整数时将自动取整。-In this case with a loop to a surprising array of values into the elements, and then th
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:2131
    • 提供者:lili
  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. 4

    0下载:
  2. A C program for the operation of 5*5 matrix. 1.Function: to fill up all the element of this matrix with zero.2.Function: to fill up the upper right triangle with an integer given by user3.Function: to fill up the lower left triangle with an integer g
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1264
    • 提供者:姜正
  1. xiangmu1

    1下载:
  2. 判断三边是否能构成三角形 如果是的话并求周长面积-#include <stdio.h> #include <math.h> void main() { int a,b,c double p,s printf("请输入三角形的三边长:") scanf(" d, d, d",&a,&b,&c) if ((a+b>c&&a-b<c)==1) { p=(a+b+c)/2 s=sqrt(p*(p-
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1160
    • 提供者:杜乘风
  1. 3015_EX01

    0下载:
  2. Exercise 1: Programming Environment and Basic Input/Output 1. Write a program that prints “This is my first program!” on the screen. (a) Save this program onto your own disk with the name of e2-1a (b) Run this program without opening Turbo
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:21819
    • 提供者:王思翰
  1. about-indias-temple

    0下载:
  2. 用于计算印度神庙的柱子问题,怎样子才能以最快速的方式算出其最优顺序。-#include stdio.h #include stdlib.h void move(char getone,char putone) { printf( c-> c\n ,getone,putone) } void hanoi(int n,char one,char two,char three) { if(n==1) move(one,thre
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:29647
    • 提供者:林莫
  1. C-language-variable-parameter-usage

    0下载:
  2. 我们在C语言编程中会遇到一些参数个数可变的函数,例如printf()这个函数,它的定义是这样的:   int printf( const char* format, ...) 它除了有一个参数format固定以外,后面跟的参数的个数和类型是可变的,例如我们可以有以下不同的调用方法: -We in the C programming language will encounter some function of the variable number of arguments, su
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1655
    • 提供者:蔡桂荣
  1. C#直流电机pid调速

    2下载:
  2. 用C#编写的串口调试软件,下位机在STM32上测试通过,下位机发送数据的格式如printf("%s%f%s%f%s",":"x1":"x2":")单片机串口发送数据(Written in C# serial debugging software, the lower computer on the STM32 test passed, the lower machine to send data format, su
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:98304
    • 提供者:ym133
搜珍网 www.dssz.com