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

搜索资源列表

  1. TestC

    0下载:
  2. C++机试的一些题目。如插入查找法、如何求两个数字型字符串的乘积。-C++ machine test some of the topics. Such as to insert search method, how to seek the product of two numeric string.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:3524
    • 提供者:sunquan
  1. deleteTheSameChar

    0下载:
  2. 这是用C语言写的删除一个字符串中相同的字母的程序-It is written in C language to delete a string in the same letter of the program
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:215163
    • 提供者:wangdk
  1. theLongestString

    0下载:
  2. 这是用C语言写的找出几个字符串中最长的那个字符-It is written in C language to identify several string longest character
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:391567
    • 提供者:wangdk
  1. VCPP

    0下载:
  2. 实现对C语言的源程序的词法分析的词法分析器,词法分析器的功能就是读入字符串形式的源程序,识别出具有独立意义的最小语法单位,即单词,并对识别出的单词进行相应的产生属性字处理。-Lexical analyzer lexical analysis of the C language source code, the lexical analyzer function is to read into a string in the form of source code to identify the
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:1167
    • 提供者:杨蕊
  1. code

    1下载:
  2. winmm.dll中的mciSendString方法录音C#代码 mciSendString是用来播放多媒体文件的API指令,可以播放MPEG,AVI,WAV,MP3,等等 该函数有四个参数: 第一个参数:要发送的命令字符串。字符串结构是:[命令][设备别名][命令参数]. 第二个参数:返回信息的缓冲区,为一指定了大小的字符串变量. 第三个参数:缓冲区的大小,就是字符变量的长度. 第四个参数:回调方式,一般设为零-the winmm.dll of the mc
  3. 所属分类:Modem program

    • 发布日期:2016-05-10
    • 文件大小:1024
    • 提供者:
  1. huffman

    0下载:
  2. 任选一种无损编码方式,通过C++编程实现。 要求:1) 字符串的输入是手工输入的; 2) 在屏幕上显示编码结果,例如,如果选用huffman编码,则要显示字符串的编码及平均码长;-Optionally, a lossless compression method, through the programming of C++. Requirements: 1) the input string is manual input 2) shows the coding resul
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:506896
    • 提供者:wy
  1. count-the-times-in-string

    0下载:
  2. 计算字符串中子串出现的次数,标准C语言编写,验证过,正确。-count the times in string
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:2729
    • 提供者:张飞
  1. Unicode

    0下载:
  2. 两个C++实现字符编码转换的文件,实现Unicode转码到字符串-Two C++ achieve character encoding to convert the file to Unicode transcoding string
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1760
    • 提供者:chang
  1. display

    0下载:
  2. 这个例子使用了外设支持库,显示库中显示出某种程度的功能,并包括一个示例的字体数据被包括在芯片上的文件系统的文件。 应用滚动整个液晶显示器的BlueCore通过I 2 C接口连接到一个文本字符串-This example uses a peripheral support library, library shows a certain degree of functionality, and include an example of the font data is included wi
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:4819
    • 提供者:leo.ji
  1. string

    0下载:
  2. 用C实现字符串处理函数 用C实现字符串处理函数-C string processing functions C string processing functions
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:1786
    • 提供者:杨磊
  1. zfcjm

    0下载:
  2. 对字符串进行加密,规则是每个字母后移5位,例如A变为F,b变为g,x变为c,y变为d-To encrypt a string, the rule is that each letter backward 5, for example, A to F, b becomes g, x becomes c, d y becomes
  3. 所属分类:LabView

    • 发布日期:2016-01-23
    • 文件大小:6144
    • 提供者:李猛
  1. UseNameSpace

    0下载:
  2. C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# using namespace NameSpace instance of a base, to form the command prompt console demo results, very basic C# ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:5763
    • 提供者:胡祖德
  1. determine-a-specific-symbol-in-file

    0下载:
  2. 运用C++语言判断文件中字符串中是否含有某个特定符号,并根据不同符号输出正负1.-Use the string C++ language to determine the file if it contains a specific symbol, and in accordance with the different symbols output plus or minus 1.
  3. 所属分类:File Operate

    • 发布日期:2017-11-06
    • 文件大小:703
    • 提供者:Gangjie.Liao
  1. UseNameSpace

    0下载:
  2. C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# of use named space NameSpace a-the basis of instance of, in order to the in the form of of the command prompt C
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:5391
    • 提供者:hpudn80
  1. cJSON

    2下载:
  2. cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:21722
    • 提供者:刘凤翔
  1. StringFunctionFind

    0下载:
  2.  C#在查询语句中使用字符串函数,显示出生年月,本例数据库采用了Access,已经存放于Bin目录中,有兴趣的自己编译本源代码,重新运行看效果。-C# using string functions in the query, showing date of birth, in this case using the Access database that has been stored in the Bin directory, interested to compile the source
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:44742
    • 提供者:zpudn9
  1. csharpclass

    1下载:
  2.  C#中常用的42个类,这些小类库似乎使用频率都比较高,作为从事C#编程的朋友来说,应该把这些类库收集起来,方便自己查询和使用。   部分类库:   c#全局键盘钩子.txt   获取页面源代码.txt   正则分割字符串.txt   随机100种声音.txt   宽带连接.txt   win7判断管理员身份.txt   打开指定路径文件对话框.txt   IEcookie清除.txt   字符串检查.txt   窗体鼠标穿透.t
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:40570
    • 提供者:zpudn9
  1. MD5.ZH.Common.EDncrypt

    0下载:
  2. C#,多种MD5编解码方式,包括字符串型,int型,ASCII型实用性强 -C#, multiple MD5 codec, including string, int, ASCII practicality
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:41309
    • 提供者:jelly
  1. ex

    0下载:
  2. C++编写的各种示例程序有N皇后,旋转方阵,字符串等等,刚学C++的可以参考-The the various sample program written in C++ N-Queens, rotation matrix, string, just learning C++ can reference
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:16750
    • 提供者:Jason
  1. Reverse-a-string

    0下载:
  2. 经典的递归实现字符串反转(C语言版),很经典很实用-The classic recursive implementation of the reverse a string (C language version), very classic and very practical
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:393259
    • 提供者:陈聪
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com