搜索:Delete

找到约 190 项符合「Delete」的查询结果

结果 190
https://www.eeworm.com/dl/666/181191.html Delphi控件源码

pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab

pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an ex ...
下载 188
·
查看 1097
https://www.eeworm.com/dl/654/380129.html 数据结构

自己编写的String类

自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。 ...
下载 22
·
查看 1058
https://www.eeworm.com/dl/674/149650.html Windows CE

This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will displa ...
下载 30
·
查看 1090
https://www.eeworm.com/dl/633/326345.html Java编程

这是一个基于命令行交互方式的议程(agenda)管理系统(采用面向对象方法和Java 语言开发) 版本:1.01 编程语言:Java 所用平台:Windows XP sp2+ Eclipse 3

这是一个基于命令行交互方式的议程(agenda)管理系统(采用面向对象方法和Java 语言开发) 版本:1.01 编程语言:Java 所用平台:Windows XP sp2+ Eclipse 3.2 + JDK 1.5.0 完成日期:2006-11-13 [主要功能说明]:已注册到系统的用户(user)可添加(add)、删除(delete)、查询(query)系统中记录的 ...
下载 172
·
查看 1205
https://www.eeworm.com/dl/629/328530.html 磁盘编程

一个非常简单但实用的磁盘填充程序

一个非常简单但实用的磁盘填充程序,很适用于保密检查。我们知道通过delete键删除了一个文件,删除的只是逻辑上的文件名,文件物理内容在硬盘上没有真正删除掉,当进行保密检查时,依然可以把电脑上的该文件恢复出来(或者“保密”等关键字找出来),通过这个小程序可以把逻辑上不存在的文件全部覆盖掉 ...
下载 171
·
查看 1067
https://www.eeworm.com/dl/696/394916.html Jsp/Servlet

forum是一个开源的jsp论坛.运行速度快.在resin和tomcat下均可使用. Jforum支持多种数据库(mysql. hsqldb. .......................a_de

forum是一个开源的jsp论坛.运行速度快.在resin和tomcat下均可使用. Jforum支持多种数据库(mysql. hsqldb. ...\............\.....\...\a_delete.gif ...\............\.....\...\bar.gif ...\............\.....\...\bar1.gif ...\............\.....\...\bar10.gif ...\............\.....\...\ba ...
下载 31
·
查看 1075
https://www.eeworm.com/dl/534/164209.html 其他

The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode mes

The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by letter tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. T ...
下载 179
·
查看 1111
https://www.eeworm.com/dl/519/229032.html 加密解密

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to ...
下载 65
·
查看 1124
https://www.eeworm.com/dl/652/267578.html 文章/文档

一、目的要求 1、用高级语言编写和调试一个简单的文件系统

一、目的要求 1、用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。从而对各种文件操作命令的实质内容和执行过程有比较深入的了解。 2、要求设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete ...
下载 59
·
查看 1213
https://www.eeworm.com/dl/534/133204.html 其他

ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2

ADT串的实现:主要包括以下操作:§ copy(s1,s2)把串s1复制到s2 § concat(s,s1,s2)连接S1,S2,结果放在S中 § delete(s,i,j)将串s中从第i个字符开始的连续j个字符删除,如果i+j>s.len则一直删除到串尾 § insert(s,s1,i)将串S1插入串S的第i个字符后 ...
下载 96
·
查看 1101