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

搜索资源列表

  1. printfscanf

    0下载:
  2. printf与scanf使用总结,c语言树上的往往内容很旧了,根据我两个月acm竞赛的经验,写下的使用总结-the experience of printf and scanf
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:19622
    • 提供者:李韩
  1. exe

    0下载:
  2. 求三角形面积 判断三角形的种类以计算面积-#include<stdio.h> #include<math.h> main() { double a,b,c,p,S,i printf("Input a,b,c\n") scanf(" lf lf lf",&a,&b,&c) if(a+b>c&&a+c>b&&b+c>a){ p=(a+b+c)/2 S=sqrt((p-a)*(p-b)*(p-c)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2278
    • 提供者:洛洛
  1. triangular

    0下载:
  2. making triangular number with c++ using integer #include<stdio.h> int triangular(int a) main() { int x printf("menghitung triangular bilangan\n") printf("masukkan bilangan x= ") scanf(" d",&x) triangular(x)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:960038
    • 提供者:thongthong
  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. MiniCRT

    0下载:
  2. 小型C语言运行库实现(printf,exit)-Small C language runtime implementation (printf, exit)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:8404
    • 提供者:PeiGong
  1. THERR

    0下载:
  2. hello world hello world, c++ automatic entry。printf 详细用法-hello world hello world, c++ automatic entry. printf detailed usage
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:180578
    • 提供者:mary
  1. 004

    0下载:
  2. 用C语言里的printf函数,通过控制空格数的输出,来实现用printf画圆.-Using printf function in the C language , control the number of output spaces, to print circle with the printf function.
  3. 所属分类:Printing program

    • 发布日期:2017-03-30
    • 文件大小:39371
    • 提供者:姜懿
  1. 005

    0下载:
  2. 用C语言里的printf函数,通过控制空格数的输出,实现了用printf画正弦波。-Using printf function in the C language , control the number of output spaces, to print sinusoidal wave with the printf function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:39241
    • 提供者:姜懿
  1. MCS51_uCOC_II

    0下载:
  2. 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。 增加code关键字。UCOS_II.H和OS_CORE.C。 2。OS_CFG.H堆栈大小MaxStkSize改为900。 3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。 允许T0中断,此时EA=0(51上电缺省值),中断还不会发生,满足在OSStart()前不产生中断的要求。 4。修改中断处理流程,以便严密监视中断
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:67444
    • 提供者:by
  1. GYBADT

    0下载:
  2. ADT广义表数据结构的实现 printf("* ADT广义表实现 *\n") printf("****************************************************************\n") printf("* A.创建广义表 B.取表头 C.取表尾 *\n") printf("* D.求长度 E.求深度 F.求原子结点个数 *\n") printf("* G.复制广义表 H.原表插入 I.遍历广义表 *\n")
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:3496
    • 提供者:海鹰
  1. qiuhe

    0下载:
  2. 问题描述 求1+2+3+...+n的值。 输入格式 输入包括一个整数n。 输出格式 输出一行,包括一个整数,表示1+2+3+...+n的值。 样例输入 4 样例输出 10 样例输入 100 说明:有一些试题会给出多组样例输入输出以帮助你更好的做题。 一般在提交之前所有这些样例都需要测试通过才行,但这不代表这几组样例数据都正确了你的程序就是完全正
  3. 所属分类:Other systems

    • 发布日期:2016-01-24
    • 文件大小:8192
    • 提供者:童话Bu说话
  1. User

    0下载:
  2. STM32串口用C标准输出函数printf-STM32 serial output using standard C function printf
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1339
    • 提供者:黄易
  1. UART4_Printf_Scanf

    0下载:
  2. STM32F4串口程序,重定向C语言标准库函数pritnf和scanf到STM32F4的串口,这样程序中就可以使用printf和scnaf来做人机交互.-STM32F4 serial program, redirect C language standard library functions pritnf and scanf to STM32F4 serial, so the program can use printf and scnaf do human-computer interact
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:1143
    • 提供者:徐亚飞
  1. PrintppSources

    0下载:
  2. "printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但它的输出设备是串口。提供的codeworrior编程范例,旨在通过给出的范例使用户对codeworrior的使用有所了解。--A debugging tool. It is equivalent to the "printf" in C, but its output device is serial port. The sample code is compiled in codewarrior. By using
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:7084
    • 提供者:esidentMoha
  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-25
    • 文件大小:21819
    • 提供者:王思翰
  1. flasharm

    0下载:
  2. s3c6410的裸机程序,实现了printf函数。lcd,uart等程序,初学者之至宝啊-the naked machine code in C language.for the initial code learner.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:37631
    • 提供者:fdsafsf
  1. Desktop

    0下载:
  2. #include<stdio.h> #include<math.h> main() { int i,x scanf(" d",&x) for(i=2 i<=x-1 i++) if(x i==0) printf("NO\n") for(i=2 i<=x/2 i++) for(i=2 i<=sqrt(x) i++) } 第十行不加冒号时出错信息为: C:\Documents and Settings\w
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:229784
    • 提供者:yanjianmin
  1. HelloWorld

    0下载:
  2. 最简单的C++代码,控制台输出Hello,World!-Simplest program,printf "Hello,World "
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:598837
    • 提供者:木木
  1. A-simple-procedure

    0下载:
  2. #include<stdio.h> int main() { printf(“this is a c program.\n”) return 0 }-A simple procedure
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2066
    • 提供者:lunhua
  1. periodString

    0下载:
  2. C语言编程题目:判断输入的字符串是否是周期性的,是则求最小正周期长度,printf打印出了整个过程。-C language programming topics: the string to determine whether the input is cyclical, that is seeking the smallest positive cycle length, printf to print out the whole process.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:16436
    • 提供者:李刚
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com