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

搜索资源列表

  1. parell_to_serial.rar

    0下载:
  2. 该模块主要完成并串转换功能。其中system_clk是输入并行时钟的频率,它是串行时钟serial_clk的八倍。byte_data_en是输入并行数据使能信号,byte_data是输入并行数据。serial_data是转换后的串行数据,bit_data_enable是串行数据有效信号。,The module main is completed and the string conversion functions. System_clk which is an input parallel c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:840byte
    • 提供者:huangdecheng
  1. float_char_int_string.rar

    0下载:
  2. 各种基本数据类型转换源程序。 本程序涉及到的数据类型有:float, int , char, string.,A variety of basic data type conversion source. This procedure involves the data types are: float, int, char, string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:105.73kb
    • 提供者:Steno
  1. emf2wmf

    0下载:
  2. 一个简单的小程序,使用GDI将emf文件转化为wmf文件。-A simple program that converts EMF to WMF using GDI+. This project can also be used as a simple kick-off for a console GDI+ program.It can be useful as a basic command line tool or as a starting off point for writing a G
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:2.62kb
    • 提供者:avi
  1. explore

    0下载:
  2. 字符串与整数,整数与字符串之间的相互转换-String with integer, integer and string conversion between
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:12.5kb
    • 提供者:wind
  1. StringExt

    0下载:
  2. String扩展类,增强String的功能,同时提供了一系列常用功能的封装,包括文件复制、文件相对路径、绝对路径转换等。-String category to expand and enhance the function of String, while providing a series of commonly used functions of packaging, including document reproduction, document relative path, abso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:8.84kb
    • 提供者:陈国栋
  1. zifu

    0下载:
  2. 一个功能比较多字符串的转换软件。大家自己看吧。-More a function of string conversion software. Check it out everyone their own. Ha ha
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:643.88kb
    • 提供者:冰河
  1. stringconvert

    0下载:
  2. 字符串转换 TCHAR CString LPCTSTR-TCHAR CString LPCTSTR string conversion and so on
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:47.66kb
    • 提供者:xing
  1. Conversion

    0下载:
  2. Conversions from string to value or value to string. All systems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:Koko
  1. SimpleCalculator

    0下载:
  2. 简单的计算器,VC++按钮控件,堆栈,字符串转换数字-Simple calculator, VC++ button control, stack, string conversion figures
  3. 所属分类:Button control

    • 发布日期:2017-05-24
    • 文件大小:7.7mb
    • 提供者:肖斌
  1. com_server

    0下载:
  2. 这是一个非常简单的COM服务器,它不需要MFC和ATL的支持。 // 这个DLL COM服务器提供了一个接口:ImyInterface,其中有两个方法:Square 和 Cube。 // 它是使用纯粹C++编写的一个最简单的服务器,没有串转换、宏处理之类的东西。 // 它只包含让这个服务器运行的最简代码。所以看代码时只要记住两个字:那就是"简单"。 // // 警告:这个程序没有经过全面测试,所以不敢保证它没有BUG,如果谁发现了,请通知-This is a very si
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.1mb
    • 提供者:liang
  1. change

    0下载:
  2. 本人根据网络的文章写的几种格式转换程序,非常有现实价值,可以直接执行。为Ansi、Unicode、UTF8字符串之间的转换和写入文本文件。题外:PUDN能不能格外开恩让我不用上传5个呢-I wrote an article based on the network several format conversion process, a very realistic value, capable of immediate implementation. To Ansi, Unicode, UTF
  3. 所属分类:IME Develop

    • 发布日期:2017-03-25
    • 文件大小:29.46kb
    • 提供者:aaaaaaaa
  1. MD5PasswordConverter

    0下载:
  2. 一个MD5字符串转换的工程,可以直接运行,输入要加密的字符串,可产生对应的MD5加密代码-A MD5 string conversion work can be directly run, enter the string to be encrypted, can generate the corresponding MD5 encryption code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:87.61kb
    • 提供者:lmy
  1. BinDecBinWRecursion

    0下载:
  2. Conversion of string into ascii,decimal,hex and viceversa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:SUYOG
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3.52kb
    • 提供者:方启
  1. Translate

    0下载:
  2. 字符串转换小程序。在开发的过程中需要用到一些字符串转换,自己动手写一个来减少自己的工作量。-String conversion applet. In the development process need to use some string to convert yourself to write one to reduce their workload.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6.06mb
    • 提供者:sinble
  1. editdisatanceVB.netcode

    0下载:
  2. vb.net code to calculate cost of string conversion in edit distance case.
  3. 所属分类:.net

    • 发布日期:2017-04-14
    • 文件大小:4.75kb
    • 提供者:Asim
  1. 68140323

    0下载:
  2. vhdl实现了串并转换,和并串转换,可供大家参考学习!-vhdl realized and string conversion, and and the string conversion, for your reference to learn!
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.51kb
    • 提供者:欧影
  1. AllStringTraining

    0下载:
  2. 在开发过程中,我们常常会遇到ASCII、Unicode以及MBCS等不同类型的字符串,而且还需要经常进行转换操作。本文先介绍字符的编码方式、各种基本字符串类型,然后说明相关的帮助类,如CComBSTR、_bstr_t、CString和basic_string等,最后讨论在它们之间以及和其他的数据类型的转换方法。-In the development process, we often encounter ASCII, Unicode and MBCS and other different ty
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:65.3kb
    • 提供者:姜爱逢
  1. Convert-Between-Various-String-Types

    0下载:
  2. 各种字符串类型之间的转换,个人整理,unicode和multichar之间转换等-String conversion between various types of personal order, unicode and multichar conversion between
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:24.41kb
    • 提供者:刘博
  1. achieve-the-hex-string-to-decimal-

    0下载:
  2. 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:723byte
    • 提供者:Lzhou
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com