搜索资源列表
三星S344B0X蜂鸣器测试
- 三星S344B0X蜂鸣器测试 // if(key== + ) // if(BeepFreq<20000) // BeepFreq += 100 // if(key== - ) // if(BeepFreq>100) // BeepFreq -=100 // SetBeepPwm(BeepFreq, 50) // printf(\"Now beep frequence is %d\\n\",
newPrintf1
- 类似于printf的函数,可以实现其输出的功能,-similar to the printf function, can achieve its output function,
viPrnt
- 此为VISA数据读取转换程序,主要实现如C++中的printf相似的功能,要求是带不定参数使用-this as VISA read data conversion, as the main achievement of C similar to the printf function, demand is uncertain parameters belt use
disk_tool_miniTO
- 分区表备份器 miniTO 源码 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了, 一会儿我再把它们加上去,... (在WIN,打印功能是不能使用直接使用DOS的
disk_tool_miniTO_updated_edition
- 现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助... 内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用. DOS版具有全部功能 WIN版控制台 暂未开启打印功能 WIN版GUI 暂未开启比较和打印功能 WIN32 版本的暂未开启的功能的模块都是完整的,如果想使用,可自行打开调用的开关或加几句调用的代码就可以了, 以后有时间我再把它们加上去,...) (在WIN,打印功能是不能使
compiler([1].netstl)
- (1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言; (2) 一个简单的说明文档; (3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录; (4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。 注意事项: (1) 两人一组 (2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,J
13554_dfgn
- 打印日志文件,带可变参数,类似与printf函数,可以把文件直接打印到文件中
printf
- 打印语句源代码参考,在一个源代码中发现的.想研究的人可以参考一下
DC-code
- C语言的名里使用方法,包括输入输出函数,scanf,printf,define,还有ASCII码表
sss
- 编译原理,很有用的源代码printf(\"所得first集为:\") ShowCollect(first) printf(\"所得follow集为:\")
ag
- 词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i<=12 i++) {for(j=1 j<=12 j++)scanf(\"%d\",&a[i][j]) } for(i=12 i>=1 i--){ for(j=12 j>=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf(\"%c\",sum) }-lexical analysis procedures, right b
thread.dat
- int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*******
001
- 飞虫有用的 地基基础 数电 解决 女款 看看加密那下次uhugcmjgfdcjfdok 了法律看博客简介 减肥 fsb -char buffer[BUFFERSIZE] printf("***********************************\n") printf("* Welcome to use our counter *\n") printf("* Input two integers in one line*\n") printf(
PL0LANGUAGEWORDANALYSING.RAR
- 实现PL0语言的词法分析功能 输入:PL0语言的源代码 输出:源代码中的关键字以及其代号 备注:内附PL0语言文法及PL0语言简介-stage one in the PL0 language compiler word analysis module input:code of pl0 language output:two element group on the screen (implememnted by function "printf") key wo
cdecl
- cdecl函数调用,了解printf这样的函数调用,对比stdcall会更清楚。-cdecl function call, to understand such a function call printf, compared stdcall will be clearer.
queen8
- 汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens prob
foad_cap_sensor_CODEVISION_SOURCE
- Chip type : ATmega16 Program type : Application Clock frequency : 16.000000 MHz Memory model : Small Optimize for : Size (s)printf features : int, width (s)scanf features : int, width External SRAM size : 0 Data Stack size :
printf-souces-code
- printf实现源码 操作系统底层的源码-printf souces code
printf
- printf函数的代码研究,asm汇编实验研究 这里只支持0~9数字的显示,因为直接给数值0~9加上了30H来转化成字符-the printf function code, asm compilation of experimental research only support 0 to 9 digital display, directly to the values 0 to 9 plus 30H into character
C语言中printf的使用
- printf()函数是式样化输出函数, 一般用于向准则输出设备按规定式样输出消息。正在编写步骤时经常会用到此函数。printf()函数的挪用式样为: printf("<式样化字符串>",<参量表>);(The printf () function is a stylized output function, which is generally used to output messages to a standard output dev