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

搜索资源列表

  1. Factors of a Positive Integer.cp

    0下载:
  2. factors #include <stdio.h> int main() { int number, i; printf("Enter a positive integer: ");
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:hardware_ENG
  1. HelloWorld

    0下载:
  2. 用低级c语言打印文字,意思就是不用printf打印文字(use lower level C to print out a string)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:wenjun zhu
  1. printf——color

    0下载:
  2. Linux系统中,可以打印出不同颜色(红橙黄绿青蓝紫),不同字体(粗体、斜体)的文字(In the Linux system, you can print out different colors (red orange yellow green blue purple), different fonts (bold, italic text))
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:15360
    • 提供者:ifan帆
  1. printf(polling)

    0下载:
  2. STM32驱动高精度的ADS1256芯片工作(STM32 drives high precision ADS1256)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:5248000
    • 提供者:古月凌
  1. gransparent-specify-monitor

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

    • 发布日期:2018-01-08
    • 文件大小:15360
    • 提供者:Lucyvyla
  1. p111

    0下载:
  2. x(x只考虑整数int且必须定义为int、但F(x)完全可能超过int的表示范围)通过键盘输入(输入前给出提示Please input x:),然后计算并在屏幕上输出函数值。编程可用素材:printf("Please input x: ")、printf("\nF(…) = …。      ┌ -5x+27 (x<0)   F(x)= ├ 7909 (x=0)      └ 2x-1 (x>0)(X int x consider
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:177152
    • 提供者:李华3
  1. 打鱼晒网

    0下载:
  2. printf("三天打鱼,两天晒网计算\n一个人每年第一天总是打鱼 后面都是三天打鱼两天晒网\n问某年某月某日是打鱼还是晒网?\n"); int y=0,m=0,d=0; printf("请输入年.月.日(如 2017.8.15):");(Printf ("three days to catch fish, two days to catch nets" \n, a person always fish on the first d
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:47104
    • 提供者:年糕兽
  1. 115074

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

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:der%2145316
  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. [txt]cmd下获取输出结果的一种方法

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

    • 发布日期:2018-05-04
    • 文件大小:107520
    • 提供者:夜の尘
  1. c语言练习题

    0下载:
  2. Exercise 5: ‘for’ and ‘do … while” repetition statements 1. ​Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po
  3. 所属分类:其他小程序

« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com