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

搜索资源列表

  1. Printdelay

    0下载:
  2. 程序不会马上显示你输入的字符,而是延时显示你输入的字符,延时时间可调-SlowPrint, the function this program s about, can be used as a replacement for the standard printf() function. The difference between SlowPrint and printf is SlowPrint doesn t put the information on the screen i
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:593
    • 提供者:yangzhw
  1. 4printpp_XS128

    0下载:
  2. 9s12xs128 重写printf用串口例程 在清华开发板通过-9s12xs128 rewritten to use serial port routines printf development board through the Tsinghua
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-08
    • 文件大小:329452
    • 提供者:hengheng
  1. CustomDebug

    0下载:
  2. CDebug 提供调试窗口的功能,使用时添加代码 Debug.printf(...)。-CDebug class implements for Visual C++ more or less the functionality that Visual Basic provides, i.e. the posibility to insert into your C++ source code calls like Debug.printf(...), and watch the me
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:45585
    • 提供者:胡远
  1. printer

    0下载:
  2. linux下串口打印机打印程序 在串口上使用程序进行小票打印机的打印-the serial printer to printf under linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2597
    • 提供者:王真理
  1. littleprogramforC

    0下载:
  2. 一些以C語言撰寫的小程式,包括printf函數的實作、字串轉浮點數、浮點數轉字串以及最小擴張樹問題等等。-Some with small programs written in C language, including the printf function of the implementation, string float switch, float switch to the string and the minimum spanning tree problem and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3633
    • 提供者:鄧慧鈴
  1. Ar1

    0下载:
  2. 在c语言中打开一个英文文档,用Si(i<=文章句子数)代替文章中的各句子。 - {while(ch=getchar()) { if ((ch>= a &&ch<= z )||(ch>= A &&ch<= Z )) {ch=ch+7 if(ch> Z &&ch<= Z +7||ch> z ) ch=ch-26 printf("
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1815
    • 提供者:bylon
  1. seris

    0下载:
  2. 单片机利用printf函数直接给串口发数据-scm send data using math printf directly!
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1057
    • 提供者:zhang
  1. Test

    0下载:
  2. 为44B0的测试代码,可以测试蜂鸣器,IIS 播放WAV文件,USB点灯,按键,串行FLASH,IDE硬盘 LCD等。 0 : Please input a number 1 : Memory test 2 : Timer PWM test ( Beep ) 3 : IIC EEPROM test 4 : ADC test 5 : Download File by uart(DNW) 6 : IIS Play test(Please download *.wav by
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:1922166
    • 提供者:张俊
  1. 01259361tubianlideyanshi

    0下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:60160
    • 提供者:唐钊
  1. 2009115115

    0下载:
  2. 个人网络嗅探器的实现代码.非常不错。学习比要资料-printf("hello code")
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:62931
    • 提供者:陈金
  1. Data_struct_1

    0下载:
  2. 数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp } if(y<=z){temp=y y=z z
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1846
    • 提供者:苏文俊
  1. bootloader

    0下载:
  2. 国产龙芯芯片的启动代码,其中移植了部分C库 printf函数。-Domestic Godson chip boot code, which transplanted a part of the C library printf function.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:71744
    • 提供者:zhengtao
  1. foad_cap_sensor_CODEVISION_SOURCE

    0下载:
  2. 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 :
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-03
    • 文件大小:39851
    • 提供者:mahaseni
  1. serial_8051_use_printf

    0下载:
  2. we use printf function to debug
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:22261
    • 提供者:sang
  1. Huffmantree

    0下载:
  2. 赫夫曼树: 按先序输入二叉树 数的结点是: 输入赫夫曼树的mm个权值: HuffmanCoding(HT,HC,&HT[mm].weight,mm) printf(HC,mm) -Huffman tree: sequence input by the first node is a binary number: Enter a Huffman tree mm Weight: HuffmanCoding (HT, HC, & HT [mm]. Weight, mm)
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1119
    • 提供者:王巍
  1. pp

    0下载:
  2. 输出 hello world 简单的一个linux程序-printf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:190237
    • 提供者:ps
  1. Greatlist

    0下载:
  2. 声明并赋初始值。j,k作为循环计数变量仅声明不赋初始值。 第一个循环j从1到4,控制打印行数; 内部循环从0到2*j-1(对应j分别取值1,3,5,7),这个循环控制打印字符的个数;printf(" c",i) 这一句把i变量按相应的ASCII码对应的字符以字符形式打印出来;-Statement and to give the initial value. j, k as the loop counter not only to declare the initial value ass
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:630
    • 提供者:Gigi
  1. getk

    0下载:
  2. 面的printf("\n") 和i++ 是外村循环中的语句,控制换行和每次打印的字符; getchar() 这一句没有用,仅仅是是程序运行完在屏幕上停留(改成system("pause") 更好-Surface printf (" \ n" ) and i++ is outside the village of loop statements, control line and each print character getchar () this one did
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:613
    • 提供者:Gigi
  1. xprintf

    0下载:
  2. Small printf function and support functions for tiny microcontrollers. It is useful for debug console and to write strings for display devices.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:2874
    • 提供者:tayfun karan
  1. 241000DM9000

    0下载:
  2. int main (void) { PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART PINSEL1 = 0x00000000 //其余为GPIO ReadModuleP() // 读参数 SetNetPort() InitializeInterrupt() InitNic(0) //RTL8019芯片初始化,在global.c中定义 //WDTC =276
  3. 所属分类:Parallel Port

    • 发布日期:2017-03-25
    • 文件大小:692704
    • 提供者:程教育
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 34 »
搜珍网 www.dssz.com