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

搜索资源列表

  1. 用API 作简繁体转换

    0下载:
  2. 经典:用API 作简繁体转换 1. 输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- //函数输入Big5字符,返回Gb简体字符 //--------------------------------------------------------------------------- AnsiString __fastcall Big2Gb(AnsiStr
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:1156
    • 提供者:WT
  1. 字符串处理函数集1

    0下载:
  2. 这是一个字符串处理函数集,包括: IsNumeric——检查串是否为数字串 Upcase——变成大写串 Lowercase——变成小写串 Trim——截掉串尾的空格 RTrim——截掉串开始处的空格 LTrim——截掉串尾的空格 right——从右到左截掉字符 left—— 从左到右截掉字符 mid——截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5968
    • 提供者:梁志洪
  1. char2dec 字符类型转化为十进制int类型函数

    0下载:
  2. 字符类型转化为十进制int类型函数,可以直接调用char2dec函数,输出为整形数int-Into a decimal character type int type function, you can call char2dec function, the output of integer int
  3. 所属分类:其他小程序

    • 发布日期:2017-03-24
    • 文件大小:1018
    • 提供者:上校
  1. s5

    0下载:
  2. 编写一个函数int squeeze(char s1[], const char s2[]),它从字符串s1中删除所有在s2里出现的字符,函数返回删除的字符个数-Write a function int squeeze (char s1 [], const char s2 []), remove it from the string s1 where s2 occurs all the characters, the function returns the number of character
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:852986
    • 提供者:
  1. hexconv

    1下载:
  2. 一组转换函数用于十六进制字符串二进制字符串八进制字符串到十进制整数相互转换-Transfer function for a group of hexadecimal string string octal binary string to decimal integer conversion
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-22
    • 文件大小:3363
    • 提供者:站长
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-15
    • 文件大小:25064728
    • 提供者:keke
  1. cifafenxi

    0下载:
  2. token,字符数组,长度为32,存放识别出来的单词符号。 tmp,字符数组,长度为256,可以缓存用户输入的字符串。 char *fgets(char *string, int n, *stdin):*string输入数据的首地址, n 一次读入数据块的长度, stream文件指针. Void getbc() //检查ch中的字符是否为空白字符,如是则调用getch(),直到ch中读入一个非空白字符为止. fgets() //从流中读取一字符串 Void getch()
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1751
    • 提供者:乐正清
  1. APIfunctionreference

    0下载:
  2. 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:8173581
    • 提供者:林孝城
  1. HexToInt

    0下载:
  2. 把一个十六进制数,转换成字符串的应用函数。-A hexadecimal number into the application of the string function.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:818
    • 提供者:李超
  1. CSourceCode

    0下载:
  2. 部分源代码:包含若干个字符函数的实现 若干个排序方法 简单的文件操作-Csourcecode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5852037
    • 提供者:别佳
  1. sprintf_strtod_function

    0下载:
  2. 字符串及浮点数间转换 自定义 实现 函数-Conversion between string and floating-point numbers to achieve a custom function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:6741
    • 提供者:hailang
  1. CommWizard

    0下载:
  2. 源码-串口接收-发送调试用助手 含 串口类-方便用户自学调用 含 hex转换字符 函数 可以传送文件 可以设置多个串口,不限定个数 方便 串口调试 -Source- the serial receive- send debugging assistant with serial-type- call with user-friendly self-character hex conversion function can send a document to set up
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:827091
    • 提供者:buliti
  1. s6

    0下载:
  2. 6. 编写一个函数find_replace_str,其原型如下: int find_replace_str(char str[], const char find_str[], const char replace_str[]) 要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。 -Six. Write a function find_replace_str, w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:841617
    • 提供者:
  1. cifafenxi

    0下载:
  2. 词法分析,用c++编写的源程序;该设计是为完成词法分析而设计的,主要通过读取文件中的原程序,通过函数分析,使程序能够识别KeyWord(代关键字),Word(普通标识符),Digit(阿拉伯数字),SingleWord(单分界符),DoubleWord(双分界符),ERROR(无法识别的字符)。Zhusf(注释符),在文件和屏幕分别输出分析结果,完成词法分析的要求。同时进一步掌握编译程序诸环节的常用实现方法和技术,提高自己的编程能力,并初步具有研究、设计、编制和调试系统的能力。并通过VC++编程
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4969
    • 提供者:zhang8593
  1. ditie

    0下载:
  2. 显示gif jpg图像 其中有一个CPublic类,里面有最常用的字符函数和类型转换函数,Cstring类截取字符串不支持中文,没办法只能自编-Gif jpg images which show a CPublic class, which are the most commonly used functions and types of character conversion functions, Cstring interception of the string class does n
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4646615
    • 提供者:zhaoqqq
  1. Czifuchuan

    0下载:
  2. 在C#中比较字符串及字符串常用的函数示例-In the C# strings and strings used in the comparison sample function
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:2280
    • 提供者:zaq1597
  1. WINIDE-API

    0下载:
  2. WINIDE库函数使用手册 含动态内存,字符函数,数学函数,输入输出,标准库函数,字符串函数等-With dynamic memory WINIDE manual for the use of library functions, character functions, mathematical functions, input and output, standard library functions, string functions, etc
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:82911
    • 提供者:陈淑娟
  1. 字符点阵显示

    0下载:
  2. 使用了GetGlyphOutline函数,获取字符的点阵数据(The GetGlyphOutline function is used to obtain the bitmap data of the characters)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:Dkther
  1. ftest

    0下载:
  2. 它是一个获取字符的函数编程,然后,用它可以实现,获取一个文件里的字符,并且显示出来(Is a function to get a character)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:693248
    • 提供者:zxmlp
  1. 设计strstr函数

    1下载:
  2. 描述 C语言中有一个函数strstr。我们编写一个类似功能的函数,mystrstr int mystrstr(char a[], char b[]); 作用是查找字符串a中出现的第一个b串的下标,如果没有找到,返回-1。 输入 分别输入两个字符串a,b,分别占一行。字符串长度不超过500个字符。 输出 字符串a中出现的第一个b串的下标。 样例 输入 abca a 输出 0(describe There is a function strstr in C language. W
  3. 所属分类:其他

    • 发布日期:2021-01-08
    • 文件大小:1024
    • 提供者:RockinSea
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com