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

搜索资源列表

  1. vbprint

    0下载:
  2. vb的打印,调用打印函数,先测试打印机向串口发数据,将字符串转为十六进制表示的字符串,从接收缓冲区读取数据,关闭串口事件响应-vb print, call the print function, send the first test the printer to the serial data string to hexadecimal string from the receive buffer read data off the serial port incident response
  3. 所属分类:Printing program

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:cora
  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. print1

    0下载:
  2. thie program print simple string
  3. 所属分类:Printing program

    • 发布日期:2017-04-05
    • 文件大小:1.12kb
    • 提供者:asdf
  1. liaxi

    0下载:
  2. 从键盘输入任意一个字符串;打印出各种图形-Any of a string from the keyboard print out a variety of graphics
  3. 所属分类:Printing program

    • 发布日期:2017-03-27
    • 文件大小:485.51kb
    • 提供者:小 虫
  1. Latest

    0下载:
  2. Linked List and Array Read String and print them
  3. 所属分类:Printing program

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:Elite Liew
  1. Char_Count

    0下载:
  2. 输入一串字符串、统计打印输出字符串中各种字符的内容及数量.超级精简版。-Enter the string of a string, print out the string in a variety of statistical character of the content and quantity of Super Starter Edition.
  3. 所属分类:Printing program

    • 发布日期:2017-04-06
    • 文件大小:172.3kb
    • 提供者:张卫平
  1. c-codings

    0下载:
  2. Program to show swap of two no’s without using third variable,STRING REVERSE,Program to print stars Sequence3.
  3. 所属分类:Printing program

    • 发布日期:2017-04-04
    • 文件大小:14.47kb
    • 提供者:sudha
  1. no.1

    0下载:
  2. 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)
  3. 所属分类:Printing program

    • 发布日期:2017-03-21
    • 文件大小:793byte
    • 提供者:张树
  1. String-decomposition

    0下载:
  2. 对于任意给定一个含有数字和非数字混合的字符串,提取连续的数字,单个数字被过滤掉-For any given one containing digital and non-digital hybrid string, extract the consecutive numbers, individual numbers were filtered out
  3. 所属分类:Printing program

    • 发布日期:2017-04-02
    • 文件大小:61.96kb
    • 提供者:wxx
  1. Macros_VBA_Code.ZIP

    0下载:
  2. QRCode font package can print QRCode barcode as a font, Win32 DLL encoder and .NET class library encoder are provided, the encoders are different for the trial version package and the full version package, the trial version encoders append "MW6 Demo"
  3. 所属分类:Printing program

    • 发布日期:2017-03-22
    • 文件大小:678.87kb
    • 提供者:thuadu
  1. 5

    0下载:
  2. 对输入的字符串进行分析,并返回其中最长的单词及其长度-The longest word in the string and its length
  3. 所属分类:Printing program

    • 发布日期:2017-04-06
    • 文件大小:544byte
    • 提供者:Alexander
  1. ZIFUCHUAN

    0下载:
  2. 该软件可以实现对字符串的反转,公司笔试题中经常可以遇到。-The software can be achieved on a string reversal, the company pen questions can often be encountered.
  3. 所属分类:Printing program

    • 发布日期:2017-04-04
    • 文件大小:159.46kb
    • 提供者:robin
  1. test1

    0下载:
  2. 字符串排序程序,主要功能是对输入的字符串按照字段顺序排序,然后逆序输出。-the program of sort the string.
  3. 所属分类:Printing program

    • 发布日期:2017-04-06
    • 文件大小:10.76kb
    • 提供者:杨含隆
  1. QrcodeVC

    4下载:
  2. VS2010下MFC实现将字符串转换为二维码并连接标签打印机进行打印-VS2010 MFC implementation under converts a string to a qr code and connect the label printer for printing
  3. 所属分类:Printing program

    • 发布日期:2017-06-21
    • 文件大小:34.65mb
    • 提供者:Mike
  1. shiyan3

    0下载:
  2. 设计规则:假设有一个字符串为“ABCDE”, 每按下一次任意键(响应WM_KEYDOWN消息),该字符串就往前移动一格,当字符串的第一个字符碰到窗口的用户区域的边界时,该字符串就反方向移动。字符串每移动一格,颜色将随机地发生变化。 提示:假如初始状态设定字符串在(100,100)位置上,开始时A字符作为首字符向左移动,则新的位置变成(100+Δx,100),设Δx -10,重新显示整个字符串。当首字符的坐标位置小于0时,则Δx +10,字符串向右移动。说明Px和Py为两个静态的全局变量,用
  3. 所属分类:Printing program

    • 发布日期:2017-05-29
    • 文件大小:11.1mb
    • 提供者:jianyoung
搜珍网 www.dssz.com