CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - replace

搜索资源列表

  1. lincoln

    0下载:
  2. JAVA初级编程代码 输出文本 还有更换格式对程序代码的影响-primary JAVA programming code also replace the text output format of the procedural code of
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:linshu
  1. access15鼠标代码

    0下载:
  2. ps2鼠标的源程序,可以代替市面上的商业化的鼠标.-ps2 mouse source, the market can replace the commercialization of the mouse.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:黄俊武
  1. STRING

    0下载:
  2. 用空格符实现对字符串中某一个字符的替换,程序经过调试-By a space at the realization of a string of characters to replace, the program after debugging
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3.01kb
    • 提供者:何丽
  1. WINDOWS

    0下载:
  2. 对话框是由线条和矩形组合而成,标准windows对话框一共使用了5种颜色,分别是: #D4D0C8,#0E296E,#FFFFFF,#808080,#404040.其中#D4D0C8是对话框主体颜色, #0E296E是标题栏颜色,其他三种颜色是对话框边框使用的颜色,对话框边框主要用于营 造对话框立体效果. 本程序由于使用的是640*480*16色显示模式,无法取到标准windows程序所需要的5种 颜色,所以使用相近的颜色进行替换.-Dialog box i
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:107.2kb
    • 提供者:王成
  1. calendar

    0下载:
  2. VB语言编的小日历程序,较适合学生做作业使用.-I wrote this calendar app to fill a need I had. Feel free to modify the code however you want, but don t re-distribute your modified code under the same name {calendar.zip}, unless it fixes a MAJOR bug that I omitted (actuall
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:12.4kb
    • 提供者:zhangming
  1. Notepadatenl

    0下载:
  2. Win32汇编写的记事本源码 ,模拟XP自带记事本,未实现打印功能,拖放文件功能 richEdit控件未实现右键菜单 实现查找、替换、转到行、等基本功能,添加了工具栏和状态栏,增加颜色功能 -Win32 compilation of source code written in Notepad, analog XP comes with Notepad, not to achieve print functionality, drag-and-drop file functionalit
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:17.87kb
    • 提供者:钱前
  1. FastScannerv3.0

    0下载:
  2. 用来替代PEiD的程序,可查新壳,最新更新版-It is used to replace the procedure of PEiD,and can be found on the new shell, the latest update
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:688.61kb
    • 提供者:何飞
  1. word

    0下载:
  2. 模拟实现Word的查找和替换功能 用汇编语言编写一个程序,能够简单的模拟实现Word的查找和替换功能-find and replace
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:3.33kb
    • 提供者:wujinshui
  1. calc

    0下载:
  2. 计算器 有数字按键 + - * / 都有-Public sym, tmp Public Sub Cl_Click() txt = "" Form1.sym = "" Form1.tmp = "" End Sub Public Sub cmd_Click(Index As Integer) If InStr(1, txt, "=") <> 0 Then txt = "" txt = txt & Index End Sub Pub
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:8.24kb
    • 提供者:sn
  1. word

    0下载:
  2. 模拟实现WORD中“查找/替换”功能。程序结构的主要功能有三个:1.文件的打开与读写2.文件中单词的查找3.文件中单词的替换 -Simulation realize WORD "search/replace" function. The main function of the program structure are three: 1. The file open and reading and writing 2. File of words search 3. File of wor
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:95.73kb
    • 提供者:周琳
  1. wenben

    0下载:
  2. 汇编实现打开文本文档后对字符的替换与查找,可实现全部替换功能-Assembly replacement character to open a text document lookup can replace all function
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:18.35kb
    • 提供者:live
  1. AES-encryption-algorithm-c

    0下载:
  2. AES是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。用C语言实现了该程序,让人看了一目了然。-AES is a block encryption standard adopted by the U.S. federal government. This standard is used to replace the original DES has been multi-analysis and is widely used around
  3. 所属分类:assembly language

    • 发布日期:2017-11-02
    • 文件大小:59.26kb
    • 提供者:刘平
  1. StrRp

    2下载:
  2. 一个简单的汇编源程序:(确定一个B串中多处存在A串的例子),用一个C串去替换A串(A与C长度不一样,取代所有相同的串),替换后的结果在显示器上显示。-Assembler source: (determining a B string Various examples of the A string), (A and C, the length is not the same, and to replace all of the same string) to replace the A stri
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:962byte
    • 提供者:chenyuanyan
  1. computer

    0下载:
  2. 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:351.06kb
    • 提供者:吴惠林
  1. system32

    0下载:
  2. 列举system32目录下可以替换的驱动文件-Cited the driver can replace files in the system32 directory
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:9.26kb
    • 提供者:tanran
  1. 52

    0下载:
  2. 输入任意一个字符串,实现下面的功能: 1)查找 2)替换 3)删除 4)复制-Enter any string to achieve the following functions: 1) Find 2) Replace 3) Delete 4) Copy
  3. 所属分类:assembly language

    • 发布日期:2017-12-10
    • 文件大小:1.44kb
    • 提供者:王鑫
  1. comment_expression

    0下载:
  2. 评论框添加表情,使用代号进行替换,评论成功后,再把代号替换成表情显示出来-Comments box to add facial expressions, using code to be replaced, comment is successful, then replace the expression displayed code
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:67.49kb
    • 提供者:12
  1. BmpClock

    0下载:
  2. 一个简单的汇编小时钟,罗云杉老师书上的例子 可以更换图片,可以。-A simple compilation of small clock, Luo spruce teacher book s examples can replace the picture, you can.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:55.84kb
    • 提供者:陈旭
  1. Intelligent-alarm

    0下载:
  2. 采用单片机作为主控芯片,设计一个报警器,可对两种以上的传感器进行数据采集并记录,用语音芯片进行报警。其具体要求如下: 1) 本设计能对温度、酒精的深度、烟雾、距离、压力非电量进行测量; 2) 当被测量超过了预先设定的参数时,电路将产生报警; 3) 本系统通过语音芯片报警; 4) 能够通过显示器实时地、循环地显示各路的被测量值; 5) 可通过键盘设置参数、更换报警声。-By single chip microcomputer as main control chip, desi
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:11.77kb
    • 提供者:姚盛华
  1. music

    0下载:
  2. 用汇编语言编写的一个简单的音乐播放器的代码,可以替换不同的音乐代码,来播放不同的音乐-A simple music player written in assembly language code, you can replace the different music code, to play different music
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:754byte
    • 提供者:guolili
« 12 »
搜珍网 www.dssz.com