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

搜索资源列表

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

    0下载:
  2. 顺序表的建立\n" ) printf("2.顺序表结点的插入\n") printf("3.顺序表结点的查询\n") printf("4.顺序表结点的删除\n") printf("5.顺序表的输出\n") printf("6.顺序表的逆置\n") printf("7.清除顺序表内容\n") printf("0.退出管理系统\n") printf("请选择0--7:") -The establishment of the order t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1309
    • 提供者:
  1. cpp1

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8197
    • 提供者:bhavin
  1. cpp2

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:34798
    • 提供者:bhavin
  1. next-gemeratopm

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:20137
    • 提供者:bhavin
  1. choice-of-radio-freq

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:146020
    • 提供者:bhavin
  1. Virtual-router

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:21799
    • 提供者:bhavin
  1. Index

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:26885
    • 提供者:bhavin
  1. keill_C51_use_printf-

    0下载:
  2. keill C51使用中printf函数,我测试过绝对可以使用.-keill C51 use printf function, I tested certainly can be used.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:12284
    • 提供者:haitao205
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 34 »
搜珍网 www.dssz.com