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

搜索资源列表

  1. BF533_SST_Flash_Driver

    0下载:
  2. 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:65752
    • 提供者:Chiron
  1. sscanf-sprintf_IP_inC

    0下载:
  2. using "sscanf" and "sprintf" in C source code
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:561
    • 提供者:W
  1. STM32P103VBT6_with_stdio

    0下载:
  2. STM32 "kickstart" program with newlib/stdio like sprintf&printf
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:912328
    • 提供者:trinomius
  1. 1

    0下载:
  2. 此程序为"寻迹小车FollowMe"项目中电机驱动器硬件所用。 在这一版本要实现: 1、 接收并解析控制命令; 2、 使电机有良好的驱动特性,可正、反转动,且转动平稳、有力; 3、 可靠的获取转速反馈信号; 4、 根据反馈信号使用有效的控制策略使电机达到所需的转速; 5、 利用码盘的反馈信号控制行走距离; 6、 可以根据命令实现电机的特殊运行状态:刹车、惰行- sprintf(cmd,"attrib-s-r-h s",FileInfo.name)
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:22731
    • 提供者:林坤
  1. Injector

    0下载:
  2. BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:26158
    • 提供者:artofsexy
  1. temp

    0下载:
  2. 温湿采集Templow=float(templow)/100 char ctemplow[20] sprintf(ctemplow," 2.2lf",m_Templow) SetDlgItemText(IDC_WISH_TEMP_LOW,ctemplow) -I use VC for the tempration and shi du ,and display the data to the screenI use VC for the tempra
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1971069
    • 提供者:赵英伟
  1. cppsprintf

    0下载:
  2. c++ sprintf函数的使用方法详解-c++ sprintf function, to use Xiangjie
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:85363
    • 提供者:xavier
  1. IntroductiontoBufferOverflow

    0下载:
  2. 缓冲区溢出通常是向数组中写数据时,写入的数据的长度超出了数组原始定义的大小。 比如前面你定义了int buff[10],那么只有buff[0] - buff[9]的空间是我们定义buff 时 申请的合法空间,但后来往里面写入数据时出现了buff[12]=0x10 则越界了。C 语言常用的 strcpy、sprintf、strcat 等函数都非常容易导致缓冲区溢出问题-look at this!
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:244355
    • 提供者:lunix
  1. vb6Sprintf

    0下载:
  2. vb6中sprintf实现,是一个高手写的,我只是拿来分享给大家-vb6 in the sprintf implementation, is written by an expert, I just brought to share for everyone to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4171
    • 提供者:inreyou
  1. matlab_FEM_dismesh

    0下载:
  2. DistMesh giving a singular FEM matrix?-Hi Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D: rho_1 < rho < rho_2 where rho_1 is the radi
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:37588
    • 提供者:skypigr
  1. sprintf

    0下载:
  2. 使用c 语言,在图形模式下使用图形及填充图形,使用彩字。-in c language,under the graph mode,use and flood the graph,use the color words
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:677
    • 提供者:李一真
  1. ADC0832-single

    0下载:
  2. ADC0832单通道使用sprintf显示到LCD1602的C程序.初学.-ADC0832 Single LCD1602 displays to the C program.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:18503
    • 提供者:夏目梓鱼
  1. taoqianzimulu

    0下载:
  2. linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstD
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:59267
    • 提供者:tianwang
  1. uart_printf

    0下载:
  2. 移植编译库里面sprintf函数格式应用到S3C2440 开发板的串口0输出,比较方便输出字符串和整型数值等 开发环境是MDK ,使用分散加载文件,能够运行在SDRAM中,也可以运行在flash中。 此程序在mini2440开发板上验证过!-Transplantation compile the library inside the sprintf function formats applied to the S3C2440 development board serial port
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:83949
    • 提供者:王某某
  1. math

    0下载:
  2. 实现一个多功能的计算器,利用sprintf函数,在液晶1602上显示-A multi-function calculator using sprintf function display on the LCD 1602
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:34816
    • 提供者:换季
  1. C_sprintf

    0下载:
  2. 比较全面地总结了c语言中sprintf用法-More comprehensive summary of the usage of sprintf c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:16076
    • 提供者:Feng Xinyang
  1. sprintf-number-to-LCD

    0下载:
  2. Vi du chuong trinh chuyen doi sang Text hien thi len LCD. thiet ke su dung MCU 89C51.
  3. 所属分类:Project Design

    • 发布日期:2017-11-01
    • 文件大小:57658
    • 提供者:hao
  1. jquery.printf

    0下载:
  2. sprintf函数族产生输出根据给定的格式,就像相应的libc函数。 -The sprintf family of functions produces output according to a given format, just like the corresponding libc functions.
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:3315
    • 提供者:sadfako
  1. formats

    0下载:
  2. 类似于fortran语言的格式控制 用法: s=formats(n1,s1,n2,s2,...) s1,s2为字符型,n1,n2为整型,如果值等于1,可以忽略不写 例如用于控制输出: x=rand(1,5) y=[ hello where which ] z=1:3 sprintf([ x= ,formats(5, 5.2f , \n ), y= ,formats( s , \n ), z= ,formats(3, d )],x,y ,z) formats
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:608
    • 提供者:zhoudg
  1. manish

    0下载:
  2. [mimi,i]=min(abs(imag(disp1)-imag(disp2))) legend( LHS of dispersion relation , RHS of dispersion equation ) xlabel( u,cl ) figure(1) clc uppercuts = input( Enter number of intersection points desired: ) [g,h] = ginput(uppercut
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:519
    • 提供者:manish
« 1 23 4 »
搜珍网 www.dssz.com