Welcome![Sign In][Sign Up]
Location:
Search - printf

Search list

[Other resourceprintf

Description: VC的一个打印程序,可以拿来参考以下
Platform: | Size: 1203 | Author: 王鹏 | Hits:

[Other resourceprintf

Description: 打印语句源代码参考,在一个源代码中发现的.想研究的人可以参考一下
Platform: | Size: 878 | Author: 杨大侠 | Hits:

[Other resourcehouzhuishi2

Description: \"栈顶运算符为: %c\\n\",getTop(optr)) printf(\"此时运算符为:%c\\n\",e) printf(\"栈顶运算符优先级低,%c进栈\\n\",e) push(optr,e) //e进运算符栈
Platform: | Size: 1647 | Author: 李默 | Hits:

[Windows DevelopListingFiles

Description: This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
Platform: | Size: 29859 | Author: Merc | Hits:

[Shell apich1

Description: 数据结构代码,关于数据结构的实验一 void main() { timeb t1,t2 long t double x,sum=1,sum1 int i,j,n printf(\"请输入x n:\") scanf(\"%lf%d\",&x,&n) ftime(&t1) // 求得当前时间 for(i=1 i<=n i++) { sum1=1 for(j=1 j<=i j++)
Platform: | Size: 3391 | Author: 冰河 | Hits:

[Otherch5

Description: Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf(\"请输入矩阵的行数,列数,非零元素数:\") scanf(\"%d,%d,%d\",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do {
Platform: | Size: 19853 | Author: 冰河 | Hits:

[Other resourceLCD

Description: 液晶显示屏显示程序示例及汉字字模提取程序。示例程序中包含一个类似于printf的子程序可方便地显示字符串。字模提取程序会自动从单片机C程序中提取所包含的汉字的字模,生成示例子程序所需要的小字库。
Platform: | Size: 382964 | Author: liwen | Hits:

[Other resourcec

Description: c++冒泡排序#include \"stdio.h\" void sort() { int i,count=0,a[20] int k=20 printf(\"please input 20 defferent numbers?\\n\") for(i=0 i<20 i++) scanf(\" %d\\a\",&a[i]) while(count<20) { for(i=0 i<k i++) { if(a[i] > a[i+1]) { int temp temp=a[i] a[i]=a[i+1] a[i+1]=temp } } count=count+1 } for(i=0 i<k i++) printf(\"%d\",a[i]) } void main() { sort() }
Platform: | Size: 623 | Author: 李仅 | Hits:

[Other resourceavr-api

Description: avr单片机的api编程,包含printf函数影射和端口的直接操作。
Platform: | Size: 29827 | Author: 何呈 | Hits:

[Other resourcesprintf

Description: 详细介绍了C语言库函数sprintf的用法,以及他和printf的区别。sprintf提供了强大的格式功能,将结果输出到一个字符串中,对C语言开发人员很有用。
Platform: | Size: 9593 | Author: 唐莎 | Hits:

[assembly languageDC-code

Description: C语言的名里使用方法,包括输入输出函数,scanf,printf,define,还有ASCII码表
Platform: | Size: 7701 | Author: 刘珂 | Hits:

[Other resourcePrintf_Scanf

Description: 实现了标准C语言库函数printf scanf功能,只需要提供字符串输出函数和字符串输入函数即可使用。
Platform: | Size: 1252 | Author: zzm | Hits:

[Other resourceprintpp

Description: HS12中的一个有关printp函数的详细实现代码,类似于windows里边的printf,在调试时很有用
Platform: | Size: 61610 | Author: suifeng | Hits:

[Windows Developxitong

Description: 学生统计成绩,插入, 删除等,char c do { system(\"cls\") /*运行前清屏*/ printf(\"****************************主菜单****************************\\n\") /*菜单选择*/ printf(\"\\t\\t 1. 输入存储学生信息 \\n\") printf(\"\\t\\t 2. 查看学生成绩 \\n\") printf(\"\\t\\t 3. 增加学生信息\\n\") printf(\"\\t\\t 4. 删除学生信息\\n\") printf(\"\\t\\t 5. 查找学生信息\\n\") printf(\"\\t\\t 6. 排序学生信息 \\n\") printf(\"\\t\\t 7. 修改学生信息 \\n\") printf(\"\\t\\t 8. 查看学生成绩统计最高分,最低分,平均值 \\n\") printf(\"\\t\\t 0. 退出系统 \\n\")
Platform: | Size: 2504 | Author: 伍国 | Hits:

[Embeded-SCM Developprintdbg

Description: 嵌入式应用的简易printf实现,代码空间小,仅为500字节。
Platform: | Size: 1668 | Author: 杨天池 | Hits:

[Other resourcelearn_s3c2410

Description: S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf,scanf interrupt controller timer mmu clock vivi等; 主要讲述了单片机s3c2410的使用。
Platform: | Size: 1549881 | Author: 何杰 | Hits:

[ELanguagesss

Description: 编译原理,很有用的源代码printf(\"所得first集为:\") ShowCollect(first) printf(\"所得follow集为:\")
Platform: | Size: 2985 | Author: 庄涛 | Hits:

[Windows DevelopCLogTest

Description: 一个通用的日志类,可以实现类似printf输出,支持UNICODE和UNICODE文件.
Platform: | Size: 22906 | Author: God4 | Hits:

[Other resourcejj

Description: printf(" 请输入%d个课程的代表值(<%d个字符):\\n" ,(*G).vexnum,MAX_NAME) for(i=0 i<(*G).vexnum ++i) /* 构造顶点向量 */ { scanf(" %s" ,(*G).vertices[i].data) (*G).vertices[i].firstarc=NULL } printf(" 请输入%d个课程的学分值(<%d个字符):\\n" ,(*G).vexnum,MAX_NAME) for(i=0 i<(*G).vexnum ++i) /* 构造顶点向量 */ {scanf(" %s" ,(*G).verticestwo[i].data) } printf(&quo
Platform: | Size: 2786 | Author: wangfeng | Hits:

[Other resourceUSART

Description: STM32F103VBT6 实现 USART PRINTF
Platform: | Size: 641209 | Author: yuan | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 38 »

CodeBus www.codebus.net