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

搜索资源列表

  1. moasicmenu

    0下载:
  2. 1. MyCoolMenu22.zip,18KB,下载 0 次,void CMyMenu::ChangeToOwnerDraw(CMyMenu *pMyMenu) { CString str //use to hold the caption temporarily CMyMenu* pMenu //use to hold the sub menu CMyMenuData* pMenuData //use to hold the menu data //get the number of the
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:6909905
    • 提供者:郭文三
  1. ACCESS转SQL的mdb STR

    1下载:
  2. 一个Access转换成sql的小程序,功能比较简单实现比较方便-Access converted into a small sql procedures, functions relatively simple to achieve more convenient
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:257363
    • 提供者:郑力升
  1. 模拟邮箱系统

    0下载:
  2. 模拟邮箱系统。要输入用户名和密码,直到合格或三次 调用 ggets 可以中途 ESC 退出 返回: 成功:OK 失败:ERROR.可以创建新用户。fw :写信模块 you :发送机名 youfile :对应文件 str1 :信件内容 str :单位字符 w :频率 hc :转换编码,由赫夫曼树获得 strwork1:信件前导信息 strwork2:正式编码-simulated mail system. To enter a user name and password, or until thr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7771
    • 提供者:杨海青
  1. msjavx86

    0下载:
  2. ImageIcon icon 构造方法 JButton() JButton(str) JButton(icon) JButton(str,icon) -ImageIcon icon Construction JButton () JButton (str) JButton (icon) JButton (str, icon)
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:18993976
    • 提供者:dffd
  1. A2.rar

    0下载:
  2. 一个专门读取电影字幕的程序,读取的电影字幕文件格式为STR,A special procedure to read the movie titles, movie titles to read the file format for the STR
  3. 所属分类:文件操作

    • 发布日期:2017-04-02
    • 文件大小:168135
    • 提供者:canic
  1. string

    0下载:
  2. C标准库中的字符串函数的实现,包括strstr,strcpy等-implement of the str functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:125914
    • 提供者:王涛
  1. str

    0下载:
  2. 字符串匹配 找到参考值后 在文件中匹配 匹配成功后再输出-String matching to find the reference value in the document match after match after a successful output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:yuyanli
  1. zuoyi

    0下载:
  2. 该函数的功能是将字符串str中的字符“循环左移”m位。例如,输入“ABCDE”,则循环左移2位应输出“CDEAB”,输入“1234567”,则左移3位输出“4567123”。-This function is the function of the characters in the string str " circle left" m-bit. For example, type " ABCDE" , the cycle should be two left
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:11747
    • 提供者:huaying
  1. LOGO(str)Flight

    0下载:
  2. 学习数据结构时的原创一个课件,使用链表存储,这可是我28天的成果-Study of the original data structure of a courseware, using the chain store, this is my 28-day results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:238922
    • 提供者:孤狼
  1. file

    0下载:
  2. 一个自编的读取文本文件数据的函数,可以读取整个文件,读取第N行,读取第M行到第N行,读取第M行到倒数第N行,读取第M次(也可以是最后一次、倒数第M次)出现字符串str的行开始(或结束)的数据,等等。希望能给大家带来帮助! -A self-read text file data function, you can read the entire document, read the first N lines, M reads the first line to the first N lin
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2522
    • 提供者:小可
  1. Des

    0下载:
  2. 一起四个函数 uses 这个单元就可使用 function EncryStr(Str, Key: String): String function DecryStr(Str, Key: String): String function EncryStrHex(Str, Key: String): String function DecryStrHex(StrHex, Key: String): String 分两队,分别是加密和解密的-With the four
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3239
    • 提供者:zenghua
  1. Str_to_Float

    0下载:
  2. 一个小程序,可以将string 转换为float型数,可用于string类的统一-A small program can be converted to string a number of float-type, can be used for the unification of string type
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5428
    • 提供者:易欣
  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
    • 文件大小:571
    • 提供者:zhuzhu
  1. str

    0下载:
  2. 总结的一些字符串处理标准函数,以及自己编写的一些相关函数-I sumed up some of the standard string handling function, as well as I have written a number of correlation functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3402
    • 提供者:白鸽
  1. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:73043
    • 提供者:林明
  1. suopingruanjCShap

    0下载:
  2. 锁屏软件代码 using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using Microsoft.Win32 namespace 锁屏软件 { public partia
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:87140
    • 提供者:loveyue
  1. mystrstr

    0下载:
  2. 自己写的str 函数,想了很长的时间,不知道算法和库函数的里的是否一样-function of strstr
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1503
    • 提供者:liu
  1. computer-str

    0下载:
  2. 计算字符串的相似度,许多程序会大量使用字符串,对于任意两个字符串,能否写一个算法计算他们的相似度。-Computing string similarity, many programs will be extensive use of strings, for any two strings, can write an algorithm for calculating their similarity.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:223297
    • 提供者:
  1. rstringWords

    0下载:
  2. reverse str c language learn only
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2349
    • 提供者:ribs22
  1. 052130EX_8

    1下载:
  2. ADO数据控件及ODBC数据源高端应用 使用ODBC与数据库连接并对数据库进行数据操作,同时应用DataList、DataCombo、MsChart控件完成要求的数据操作。 (1) 通过建立一个ODBC的系统数据源连接数据库,设计了一个窗体计算数据库内学生成绩表中每个学生的平均成绩,产生姓名、平均成绩和最低成绩三项数据,按平均成绩降序排列数据,并用该数据作图。 (2) 设计一个窗体,通过DataList控件和文本框控件与ADO控件的绑定,当单击选择DataList控件中显示的
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-04
    • 文件大小:1440215
    • 提供者:赵昭
« 1 23 4 5 6 »
搜珍网 www.dssz.com