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

搜索资源列表

  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. 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. STM32F-DMA

    0下载:
  2. * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:3358
    • 提供者:yyy
  1. STM32_UART_printf_scanf

    1下载:
  2. STM32F103ZE串口测试程序,可以通过超级终端输出和输入数据,此程序完整可用。-STM32F103ZE serial port test program, you can output and input data HyperTerminal, the integrity of the process is available.
  3. 所属分类:Com Port

    • 发布日期:2016-01-21
    • 文件大小:1021952
    • 提供者:小三
  1. c_code_pack_2

    0下载:
  2. character constants as well as different examples of functions and printf output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1032
    • 提供者:bobbytothemax
  1. c_code_pack_3

    0下载:
  2. Printf output and programs for calculating grades and scores.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1326
    • 提供者:bobbytothemax
  1. udpclient

    0下载:
  2. 日志客户端,提供一个接口,在程序中调用,即可向服务器发送日志信息,调用的接口类似于printf函数。(修改服务器IP重新编译即可使用)-Log client provides an interface to call in the program, you can send to the server log information, call the interface is similar to printf function. (Modify the server to use IP to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1710944
    • 提供者:陆丽华
  1. gaosi

    0下载:
  2. 高斯列主元消去法 #include<stdio.h> #include<conio.h> #include<math.h> #define N 100 float a[N][N+1] void main( ) { int i,j,k,n float t,s=0, clrscr( ) printf("输入矩阵阶数:") scanf(" d",&
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:169654
    • 提供者:www.pudn.com
  1. MFCConsoleOut

    0下载:
  2. 在MFC框架中调用console平台输出printf消息的程序-In the MFC framework calls printf messages console platform program output
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:13500
    • 提供者:小新
  1. LogPrint

    0下载:
  2. 日志记录函数。使用方法类似于printf函数,只不过将记录的内容输出在日志文件中,自动生成序号及日志时间-Log function. Similar to the printf function to use, but will record the contents of the output in the log file, automatically generate serial numbers and log time
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:10461
    • 提供者:li
  1. printf_star

    0下载:
  2. printf star by a for-loop by c-printf star by a for-loop by c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:771
    • 提供者:白帥帥
  1. T9

    0下载:
  2. 第一次写的比较完整的C程序,bug和不规范请多指正! 有些文件粘贴不上来,需要的可以发Email给我,时间比较忙,若没有及时回复,请见晾 -printf(">>> 1-abc 2-def 3-ghi 4-jkl 5-mno 6-pqrs 7-tuv 8-wxyz <<<\n") printf(">>> 9-cancel or back 0-enter Q-up W-down R-input change
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:391540
    • 提供者:zhangqi
  1. cpp_LOG_tool

    0下载:
  2. c++日志工具类 .C++实现.简单多线程.支持类似printf的格式化输入.doxygen生成文档.有详细实例-c++ logging tools. C++ implementation. a simple multi-threaded. Support printf format similar to the input. doxygen generated documentation. a detailed example
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:58750
    • 提供者:koven
  1. C

    0下载:
  2. printf("Please shuru zhengzhiscore:") gets(temp) data.score[3]=atof(temp) data.score[4]=data.score[0]+data.score[1]+data.score -gets(temp) data.score[1]=atof(temp) printf("Please input yingyu score:") gets(temp) data.score[2]=atof(tem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5461
    • 提供者:wangming
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 32 »
搜珍网 www.dssz.com