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

搜索资源列表

  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. er

    0下载:
  2. Java 天生的一些优势外,他最大的魅力在於它提供的应用程式程式设 计介面 (API, Application Programming Interface),什麼是 API 呢 所谓 API 是指作业环境所提供给程式设计者用来使唤系统,程式库或是元件的函式 呼叫或资料结构,换言之,就是作业系统或作业环境提供给应用程式与系 统核心沟通的介面,像:ANSI C 中规定的 printf 就是用来向标准输出输出 文字用的函数呼叫.所以,只要知道 Java 提供了哪些类别可供使用,就可 以轻易的设计 J
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:7879
    • 提供者:zc
  1. 魔方阵的问题求解

    0下载:
  2. #include"stdio.h" #include"stdlib.h" int main() { int i ,j,a[100][100],n,k,flag=1; while(scanf("%d",&n)!=EOF&&(n%2!=0)) { for(i=0;i<n;i++) for(j=0;j<n;j++) a[i][j]=0; j=n/2; a[0][j]=1; i=0
  3. 所属分类:C#编程

    • 发布日期:2008-11-26
    • 文件大小:542
    • 提供者:gdcjh12
  1. 征服4.0马端源码

    1下载:
  2. using System; using System.Collections.Generic; using System.Text; namespace NewestCOServer { public class Cryption { class CryptCounter { UInt16 m_Counter = 0; public byte Key2
  3. 所属分类:Windows编程

  1. 迷宫求解的非递归算法

    0下载:
  2. #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
  3. 所属分类:C#编程

  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. ctemplate-0.96

    0下载:
  2. c++模板系统,用过printf()的人都知道是在格式话,输出。 谷歌的这个模板可以更自由的输入任何变量。 里面有大量的例子。这是目前最新板0.96 -Google C++ template system! As a quick start, here s a small but complete program that uses this template library. For more details see, the links below.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:921697
    • 提供者:毛勇
  1. tony

    0下载:
  2. #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("7
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:31954
    • 提供者:林小世
  1. PrintItself

    0下载:
  2. 利用printf打印代码文件本身内容的趣味编程例子。-Use printf to print the contents of the code document itself interesting programming examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4864
    • 提供者:李超
  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. ch01

    0下载:
  2. 是《VC++程序设计》是中的一段C++简单代码 输出一段字母-printf words :Helloword!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:601436
    • 提供者:小破
  1. Lab06

    0下载:
  2. program that reads an integer value from the terminal and distributes the value to all of the MPI processes. Each process should print out its rank and the value it received. Values should be read until a negative integer is given as input. You may
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:32369
    • 提供者:eeynaz
  1. chaofan

    0下载:
  2. #include<iostream> using namespace std int s[100005] int main() { int i,j,k,sum,n while(scanf(" d",&n)!=EOF) { for(i=0 i<n i++) scanf(" d",&s[i]) sort(s,s+n) for(i=sum=0 i<n i++) { sum += s[i] * (n - i)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:279786
    • 提供者:七七十四
  1. supergetopt2_src

    0下载:
  2. SuperGetOpt: Code for handling commandline arguments with an extremely easy printf-style API.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-07
    • 文件大小:18426
    • 提供者:aprusso
  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. aj

    0下载:
  2. 本例中,定义了结构stu,定义了stu类型指针变量ps。然后分配一块stu大内存区,并把首地址赋予ps,使ps指向该区域。再以ps为指向结构的指针变量对各成员赋值,并用printf输出各成员值。最后用free函数释放ps指向的内存空间。整个程序包含了申请内存空间、使用内存空间、释放内存空间三个步骤,实现存储空间的动态分配。-This case, the definition of the structure of stu, the definition of a pointer variable
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:2473
    • 提供者:lili
  1. 123

    0下载:
  2. 本例中四次输出了a,b的值,但由于格式控制串不同,输出的结果也不相同。第四行的输出语句格式控制串中,两格式串 d 之间加了一个空格(非格式字符),所以输出的a,b值之间有一个空格。第五行的printf语句格式控制串中加入的是非格式字符逗号, 因此输出 的a,b值之间加了一个逗号。第六行的格式串要求按字符型输出 a,b值。第七行中为了提示输出结果又增加了非格式字符串。 -In this case four times the output of a, b values, but becau
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:2083
    • 提供者:lili
  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-13
    • 文件大小:2131
    • 提供者:lili
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com