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

搜索资源列表

  1. sprintf

    0下载:
  2. C语言输入输出不同数据类型格式转换问题,字符串和数值-C language input and output data types different format conversion, and numerical string
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.89kb
    • 提供者:ghost2008
  1. BasicControl_Div

    0下载:
  2. 可以算是学Visual C++的入门~~~~~ 主程序段只有:UpdateData(TRUE) if(m_b==0){ AfxMessageBox(\"除数不为0\") CWnd* pWnd=GetDlgItem(IDC_EDIT2) pWnd->SetFocus() return } int n=m_a/m_b int r=m_a-n*m_b char tbuf[160] sprint
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:23.45kb
    • 提供者:虫世木
  1. SecureCRT

    0下载:
  2. SecureCRT Sample: Converting Deprecated CRT Functions to their _s Counterparts This sample demonstrates how to convert CRT functions which have been deprecated for security reasons to their _s counterparts. It covers the conversion of the follow
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:10.99kb
    • 提供者:徐海峰
  1. 24c16

    0下载:
  2. 拼音输入法杳询函数: unsigned char code * py_ime(unsigned char input_py_val[]) input_py_val为已输入的拼音码字符串头指针, 反回值为中文的起始地址,当为0时,杳询失败 应用举例: { unsigned char input_string[]={\"bang\"} unsigned char chines_string[100] sprintf(chines_string,\"%s\",p
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:lnhaing
  1. sprintf

    0下载:
  2. 不怕溢出的sprintf int main() { string s stringprintf(s, "int: d, double: f, str: s", 18, 18.55, "test") cout << s << endl }-Not afraid of overflow sprintf int main () (string s stringprintf (s, " int: d, double: f, st
  3. 所属分类:Printing program

    • 发布日期:2017-04-10
    • 文件大小:571byte
    • 提供者:zhuzhu
  1. Sprintf

    0下载:
  2. This software help you to define your sprintf format variation, for decimal number, floating point number, and string.
  3. 所属分类:Printing program

    • 发布日期:2017-03-31
    • 文件大小:53.93kb
    • 提供者:arf
  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
    • 文件大小:1.88mb
    • 提供者:赵英伟
  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
    • 文件大小:238.63kb
    • 提供者: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
    • 文件大小:4.07kb
    • 提供者: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
    • 文件大小:36.71kb
    • 提供者: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
    • 文件大小:677byte
    • 提供者:李一真
  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
    • 文件大小:34kb
    • 提供者:换季
  1. C_sprintf

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

    • 发布日期:2017-11-09
    • 文件大小:15.7kb
    • 提供者:Feng Xinyang
  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
    • 文件大小:3.24kb
    • 提供者:sadfako
  1. C_sprintf

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

    • 发布日期:2017-04-03
    • 文件大小:15.87kb
    • 提供者:54t45
  1. good

    0下载:
  2. avr sprintf segway develop
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:48.36kb
    • 提供者:Frys
  1. Create-Picture

    0下载:
  2. 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:358.46kb
    • 提供者:themostfreeboy
搜珍网 www.dssz.com