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

搜索资源列表

  1. Magic Strtree

    1下载:
  2. 我自己写的 将动态 字符串解析到CTreeCtrl。以前是为了 写道数据库,不用XML,为了不麻烦。就 用 VC 写了一个 这个 这个,希望大家可以用到-I wrote it myself dynamic string parsing to CTreeCtrl. Previously wrote to the database, not XML, in order not to trouble. On the VC was a um, hope that we can use!
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:547.37kb
    • 提供者:闵远洋
  1. FilterTitleSource

    0下载:
  2. 这是一个Source Filter,产生单一背景下的字符图片流。 这个Filter的注册名为“DES Ext Source”,实现了一个自动化接口,可以用在DES 中当作扩展的Source,结合抠像功能的过渡(Transition),可以实现在视频上叠 加静态/动态的字符串-This is a Source Filter, have a single background of the characters Photo flow. Filter the registration ca
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:25.02kb
    • 提供者:wx
  1. 数学函数动态编译器

    0下载:
  2. 功能简介: 可以在程序运行过程中动态完成数学函数表达式字符串的编译执行, 可以带参数,支持布尔运算,定积分 动态生成机器码执行(并带编译优化),不是解释执行,执行速度超快!!! 可以想象,它他用在分形函数上时,可以允许用户自由输入新的方程式!而且速度还超级的快,心动了吧! 数学函数动态编译器类有两个,一个支持的是浮点类型,一个支持的是复数类型 而且同时提供了三种语言的开发支持(进行了封装):Delphi版(C++Builder也可以使用)、VB版(
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:386.34kb
    • 提供者:王晶
  1. VC简单实现动态连接库

    0下载:
  2. VC实现动态连接库.设计两个动态连接库,分别保存一个字符串资源的两种语言形式的变量,如IDS_MYSTR的英文为\"Welcome to BeiJing\",中文为\"欢迎来到北京\".-VC Dynamic Link Library. Design of two dynamic link libraries, the preservation of a string of resources in both languages form of variables, such as the En
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:67.66kb
    • 提供者:张永生
  1. 用动态规划算法思想求最小编辑距离

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-25
    • 文件大小:890byte
    • 提供者:Doreen
  1. DEncryptTest

    0下载:
  2. C++,加密程序,可自行调用动态链接库实现字符串加密解密-C++, encryption, self-called Dynamic Link Library string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:13.3kb
    • 提供者:fq
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3.3mb
    • 提供者:funfunhit
  1. cnewarr

    0下载:
  2. 动态数组,数组类型可以是整形,字符型,浮点型,字符串等,能够动态增加、复制数组元素。-Dynamic arrays, array types can be plastic, character, floating-point type, string, etc., can be dynamically increased, copy the array elements.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:28.24kb
    • 提供者:xuyangjie
  1. 1262523828

    1下载:
  2. VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:989.44kb
    • 提供者:yongchensong
  1. BinFileEx_VcCode

    0下载:
  2. BinFileEx.DLL是一个封装了用于生成保存各种常用数据到自定义二进制文件的类和函数的动态链接库,用它创建的二进制文件中可以存储以下数据类型: 整型数据、双精度浮点数据、字符串、文件类型[指每一个文件的内容作为一个数据项看待]。 所创建的二进制文件可以正确的被读出来。如果你在编程中想建立一个属于自已格式的二进制文件,此文件中保存自已在程序中生成的各种数据和文件。 BinFileEx.DLL还封装了用于得到汉字内码和由内码得到全部字母、汉字和符号的类和函数的动态链接库,用它可以随
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:755.65kb
    • 提供者:罗伟
  1. Evaluator

    0下载:
  2. C#表达式动态编译和计算,直接调用Evaulate的静态方法计算一个字符串(表达式)的值。 -C# expression dynamically compiled and calculated, directly call the static method Evaulate a string (expression) value.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.35kb
    • 提供者:申屠航兵
  1. dygamic-the

    0下载:
  2. 我自己写的 将动态 字符串解析到CTreeCtrl,以前是为了 写道数据库-I write my own dynamic string to CTreeCtrl, used to be in order to write the
  3. 所属分类:Other systems

    • 发布日期:2017-12-16
    • 文件大小:329kb
    • 提供者:ilchnmewh
  1. 王敬贤-SA16168143-第3次作业

    0下载:
  2. 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)
  3. 所属分类:控制台编程

    • 发布日期:2017-12-25
    • 文件大小:2.47mb
    • 提供者:心晴紫贝
  1. 字符串编辑

    0下载:
  2. 两个字符串,A和B,从A变成B,可以通过增加、删除、修改字母来实现,其中每增加、删除、修改一个字母为一步,此程序可以通过动态规划的方法计算出字符串编辑的最少步骤数(Two strings, A and B, from A to B, can be achieved by adding, deletion and modification of letters, each of which increase, delete and modify a letter into one step, th
  3. 所属分类:Windows编程

  1. DP

    0下载:
  2. 有两个小程序,都是动态规划的思想,对于回文字符串的应用,体现了动态规划的特点(There are two programs,which are both the applications of dynamic programming.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:3kb
    • 提供者:喔呵呵
  1. 格式化写入字符串

    0下载:
  2. 格式化写入字符串数据,适用于字符串中某些字符需要动态变化的场合(Formatting to write string data)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-29
    • 文件大小:4kb
    • 提供者:andy ma
  1. DLL Studio

    0下载:
  2. 包含Fraction类(分数的计算),lib.dll(常用自定义库函数集合),String类(自定义字符串处理类),以及其他拓展的头文件。(It includes Fraction class (fraction calculation), lib.dll (commonly used custom library function set), String class (custom string processing class), and other expanded header fil
  3. 所属分类:Windows编程

  1. CMystring

    0下载:
  2. 自己实现的c++ cstring类 导出了dll静态库 动态库 欢迎下载使用(The c++ CString class that it implements has exported the DLL static library dynamic library for download and use)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:110kb
    • 提供者:lbq666
  1. 内存动态分配

    1下载:
  2. 定义一个自己的字符串类 并重载运算符 定义一个自己的字符串类 并重载运算符
  3. 所属分类:其它程序

  1. 我编写的delphi字符串炸开分割车成动态数组的库MyUtils

    1下载:
  2. 我编写的delphi字符串炸开分割车成动态数组的库MyUtils,很好用哦,
  3. 所属分类:Dephi控件源码

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com