Welcome![Sign In][Sign Up]
Location:
Search - secure delete

Search list

[File OperateSDeleteSource

Description: Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program. Complete source code is included.
Platform: | Size: 59203 | Author: 孙松 | Hits:

[WEB CodeWebComapnySystem

Description: 企业网站功能简介 本企业网站集成了以下功能: 1.企业产品发布功能,支持图片上传。 2.新闻发布功能,用户可自主添加修改删除新闻。 3.友情链接,用户可自由增删。 4.网站公告,可由用户动态修改。 5.在线留言系统,用户可以审核留言。 6.内置10种网站外观,用户可根据所爱自由进行更换。 7.后台配置图片文件管理功能,可对网站引用的图片进行管理。 8.本站以ACCESS作为数据库,网站无需特别数据配置。 9.本站以微软.NET的主打语言C#作为开发语言,使得网站更安全,执行速度更快! 10.完备的后台管理功能,使得操作变得简单!-corporate Web site profiles the enterprise website integrates the following functions : 1. Enterprise Products function, support upload pictures. 2. Press releases function, users can add the amendment to delete independent press. 3. Links, users can freely modified. 4. Notice website can be user modified dynamically. 5. Online message system, users can review messages. 6. Built 10 websites appearance, users can love free replacement. 7. Photo background configuration file management functions of the website can be used to manage pictures. 8. ACCESS site as a database, the website without special configuration data. 9. Microsoft site.NET's flagship C# language as language development, making sites more secure and faster implementation! 10. Complete background management functions, ma
Platform: | Size: 3006127 | Author: ken | Hits:

[Web Servershowmov40

Description: 简介: 本程序采用php+mysql构建。运行速度更快,更安全,运行程序目录中install.php进行安装 1、采用模块化后台管理。可轻松管理电影数据。实现影片等级制度。隐藏影片。实现会员分级制度。拥有便捷的在线电话,手机,银行等支付方式。 配合程序可实现时时开通。 2、支持在线点播,在线下载,在线直播方式发布您的音乐跟视频。 3、高扩展性能。可结合BBS论坛,。实现用户数据库共享。实现发贴赚点。删点扣点等功能。一次注册。全站通用。 4、用户收费机制。用户可分扣点消费。包月消费。 5、后台可开设具体IP是否免费观看。 6、流量统计功能。可统计出用户从那里进入您的网站。 7、影片错误报告,会员短信功能。 8、用户推广赚点功能。-description : The program uses php mysql building. Run faster, more secure and operational procedures directory install.php an installation, modular management background. Easy data management film. Realize the film rating system. Hide films. Member achieve classification system. Have convenient on-line telephone, mobile phone, bank and other means of payment. With procedures can be realized always open. 2, support online-on-demand, online downloads, online broadcast dissemination of your music with video. 3, high performance expansion. Combine BBS forums. User database sharing. Realize the questions which earn. Delete points and other varieties, and other functions. A registration. The station's general. 4, user charging mechanism. Users can be divided into consumer and other varietie
Platform: | Size: 4450791 | Author: 祝继华 | Hits:

[Audio program149a

Description: 视频系统 本程序采用php+mysql构建。运行速度更快,更安全,运行程序目录中install.php进行安装 1、采用模块化后台管理。可轻松管理电影数据。实现影片等级制度。隐藏影片。实现会员分级制度。拥有便捷的在线电话,手机,银行等支付方式。 配合程序可实现时时开通。 2、支持在线点播,在线下载,在线直播方式发布您的音乐跟视频。 3、高扩展性能。可结合BBS论坛,。实现用户数据库共享。实现发贴赚点。删点扣点等功能。一次注册。全站通用。 4、用户收费机制。用户可分扣点消费。包月消费。 5、后台可开设具体IP是否免费观看。 6、流量统计功能。可统计出用户从那里进入您的网站。 7、影片错误报告,会员短信功能。 8、用户推广赚点功能。 -video system used in this procedure php mysql building. Run faster, more secure and operational procedures directory install.php an installation, modular management background. Easy data management film. Realize the film rating system. Hide films. Member achieve classification system. Have convenient on-line telephone, mobile phone, bank and other means of payment. With procedures can be realized always open. 2, support online-on-demand, online downloads, online broadcast dissemination of your music with video. 3, high performance expansion. Combine BBS forums. User database sharing. Realize the questions which earn. Delete points and other varieties, and other functions. A registration. The station's general. 4, user charging mechanism. Users can be divided into consumer and other var
Platform: | Size: 2782963 | Author: jxl | Hits:

[Windows Developdatast

Description: array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE: array.h :secure array,linkedlist.h:common table, dclinkedlist:dual cycle linkedlist, hashtable.h:hash table binstree.h:binary search tree, avltree.h: AVL tree, if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
Platform: | Size: 16765 | Author: 王飞 | Hits:

[Windows Developdatast

Description: array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE: array.h :secure array,linkedlist.h:common table, dclinkedlist:dual cycle linkedlist, hashtable.h:hash table binstree.h:binary search tree, avltree.h: AVL tree, if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
Platform: | Size: 16384 | Author: 王飞 | Hits:

[File OperateSDeleteSource

Description: Securely overwrite your sensitive files and cleanse your free space of previously deleted files using this DoD-compliant secure delete program. Complete source code is included.
Platform: | Size: 59392 | Author: 孙松 | Hits:

[WEB CodeWebComapnySystem

Description: 企业网站功能简介 本企业网站集成了以下功能: 1.企业产品发布功能,支持图片上传。 2.新闻发布功能,用户可自主添加修改删除新闻。 3.友情链接,用户可自由增删。 4.网站公告,可由用户动态修改。 5.在线留言系统,用户可以审核留言。 6.内置10种网站外观,用户可根据所爱自由进行更换。 7.后台配置图片文件管理功能,可对网站引用的图片进行管理。 8.本站以ACCESS作为数据库,网站无需特别数据配置。 9.本站以微软.NET的主打语言C#作为开发语言,使得网站更安全,执行速度更快! 10.完备的后台管理功能,使得操作变得简单!-corporate Web site profiles the enterprise website integrates the following functions : 1. Enterprise Products function, support upload pictures. 2. Press releases function, users can add the amendment to delete independent press. 3. Links, users can freely modified. 4. Notice website can be user modified dynamically. 5. Online message system, users can review messages. 6. Built 10 websites appearance, users can love free replacement. 7. Photo background configuration file management functions of the website can be used to manage pictures. 8. ACCESS site as a database, the website without special configuration data. 9. Microsoft site.NET's flagship C# language as language development, making sites more secure and faster implementation! 10. Complete background management functions, ma
Platform: | Size: 3005440 | Author: ken | Hits:

[WEB Codeshowmov40

Description: 简介: 本程序采用php+mysql构建。运行速度更快,更安全,运行程序目录中install.php进行安装 1、采用模块化后台管理。可轻松管理电影数据。实现影片等级制度。隐藏影片。实现会员分级制度。拥有便捷的在线电话,手机,银行等支付方式。 配合程序可实现时时开通。 2、支持在线点播,在线下载,在线直播方式发布您的音乐跟视频。 3、高扩展性能。可结合BBS论坛,。实现用户数据库共享。实现发贴赚点。删点扣点等功能。一次注册。全站通用。 4、用户收费机制。用户可分扣点消费。包月消费。 5、后台可开设具体IP是否免费观看。 6、流量统计功能。可统计出用户从那里进入您的网站。 7、影片错误报告,会员短信功能。 8、用户推广赚点功能。-description : The program uses php mysql building. Run faster, more secure and operational procedures directory install.php an installation, modular management background. Easy data management film. Realize the film rating system. Hide films. Member achieve classification system. Have convenient on-line telephone, mobile phone, bank and other means of payment. With procedures can be realized always open. 2, support online-on-demand, online downloads, online broadcast dissemination of your music with video. 3, high performance expansion. Combine BBS forums. User database sharing. Realize the questions which earn. Delete points and other varieties, and other functions. A registration. The station's general. 4, user charging mechanism. Users can be divided into consumer and other varietie
Platform: | Size: 4450304 | Author: 祝继华 | Hits:

[WEB Codemcgbook_v12

Description: 多多留言本采用PHP+MYSQL的完美组合,速度上力求运行快捷,功能上力求简洁实用,操作上力求容易方便,适合各种网站做留言系统。 主要功能: 1、验证码发帖,有效避免垃圾信息; 2、过滤HTML代码,运行更安全; 3、后台可将留言置顶、删除、回复、编辑等常规操作; 4、可设置留言版标题、留言版LOGO、每页显示留言条数等;可以方便嵌入您的网站中; 5、新留言标记显示功能; 后台管理帐号及密码在安装时由您自己设定!-A lot of messages this used PHP+ MYSQL perfect combination, speed, seek to run fast, try to be brief and practical functions, easy operation seek convenient and suitable for a variety of Web site message system to do. Main functions: one, posting Verification Code, effective way to avoid spam 2, filter HTML code, run more secure 3, the background can be set-top message, delete, reply, edit, such as conventional operation 4, to set the message board title , message boards LOGO, Article message per page, etc. can be easily embedded in your website 5, new tag display Admin account and password during installation by setting your own!
Platform: | Size: 67584 | Author: weiwei | Hits:

[Windows DevelopDiscEraser4

Description: 硬盘擦除器,将硬盘的逻辑盘内容擦除。用qt4+vc6。-Hard Drive Eraser will erase the hard disk of the logical content. With qt4+ Vc6.
Platform: | Size: 17408 | Author: diyuanbo | Hits:

[JSP/Javajishiben

Description: 用Java设计的记事本。主要功能是:稳当的读写、保存、删除、黏贴、复制、查找、插入等功能。-Java design using Notepad. Main function is to: secure read and write, save, delete, paste, copy, find, insert functions.
Platform: | Size: 59392 | Author: xiaxue | Hits:

[File Operateerasefile

Description: 这个小工具可以比较安全的删除文件和目录。它删除文件的流程是: 1. 使用伪随机数填充整个文件 2. 将文件长度截为零 3. 将文件命名为随机字符串 4. 删除文件 需要指出的是,这样的删除在软件级别已经是不可能恢复了。但是特别重要的数据(军事级别?)是不允许这么简单的操作的,据某个标准称为了在特殊的硬件设备下都无法恢复硬盘数据,至少应该把文件区域写7遍,更安全的办法是把磁盘物理销毁(例如粉碎)。 -This gadget can be relatively safe to delete files and directories. It delete files process are: 1. The use of pseudo-random number filled the entire document 2. Will cut the length of documents to zero 3. Will file naming random string 4. Delete the file needs to be pointed out is that this deletion is already in the software level can not be restored. However, a particularly important data (the military level?) Is not to allow such a simple operation, according to a standard known as the special hardware devices can not be restored under the hard disk data, it should at least write the document region 7 times more secure approach is to destroy the physical disk (for example, to crush).
Platform: | Size: 25600 | Author: 王小军 | Hits:

[Windows DevelopGINA

Description: 在Windows2000中Ctrl-Alt-Delete组合键的处理如下: Winlogon初始化的时候,在系统中注册了CTRL+ALT+DEL Secure Attention Sequence(SAS)热键,并且在WinSta0 Windows 系统中创建三个桌面。 SAS热键的注册使得Winlogon成为第一个处理CTRL+ALT+DEL的进程,所以保证了没有其他应用程序能够处理这个热键。 在 Windows NT/Windows 2000/Windows XP中, WinSta0 是表示物理屏幕、鼠标和键盘的Windows系统对象的名字。Winlogon在WinSta0 Windows系统中创建了SAS窗口(窗口标题是"SAS Window")和如下三个桌面。 Winlogon 桌面 应用程序 桌面 屏幕保护 桌面当用户按下Ctrl-Alt-Delete组合键时,Winlogon桌面上的SAS窗口收到它注册的系统热键消息(WM_HOTKEY) SAS Window窗口处理这个消息调用Graphical Identification and Authentication(GINA)动态连接库中的相关函数…… -Graphical Identification and Authentication(GINA)
Platform: | Size: 79872 | Author: 贾明 | Hits:

[VC/MFCsalary

Description: 解决员工工资的管理,包括对员工信息与员工工资详情的查询、添加、修改与删除等各种操作以及考勤的管理,本系统还实现了员工工资计算公式的修改等操作,程序设计合理、操作简单、运行可靠、保密性强-To resolve the management of wages, including wages and salaries of employees of information and the details of the query, add, modify and delete operations, etc., as well as the management of attendance, the system also achieved a formula for calculating wages and other changes to operations, procedures reasonably designed to operate simple, reliable, secure and strong
Platform: | Size: 3240960 | Author: 朱艳云 | Hits:

[OtherGWQS_ZF

Description: 《公文签收系统》- 采用ASP+ACCESS开发的一套具有方便、快速、安全、高效的公文签收系统。本系统功能完备、使用方便快捷,已在全国各地的政府、司法、教育等部门成功应用,并得到了多方一致好评。本系统从公文的发布、查阅、签收、反馈、修改、删除等操作都将采用独立方式认证,确保系统安全稳定运行。-" Official sign-off system" - the use of ASP+ ACCESS developed a set of convenient, fast, secure and efficient system of official receipt. The system fully functional, convenient, has the Government throughout the country, the administration of justice, education, and other successful applications, and has been a multi-well received. The system from the release of documents, inspection, receipt, feedback, modify, delete and other operations will be certified using an independent approach to ensure safe and stable operation.
Platform: | Size: 713728 | Author: 孙芳 | Hits:

[WEB Codemaxcms3.0.2010.06.21

Description: 马克斯程序(MaxCMS)以开源、免费、功能强大、安全健壮、性能卓越、超级易用、模板众多、插件齐全等优势,受到众多企业和站长的喜爱。 新闻管理系统   支持在线新闻管理,方便添加、删除,生成等操作! 模板管理系统   先进的在线模板编辑系统,可以很方便的编辑模板文件! -Max program (MaxCMS) to open-source and free powerful, secure robust, high performance, super-use, template many advantages such as plug-complete by many companies and webmaster favorite. Information management system to support online news management, helping to add, delete, and generating action! Template template management system advanced online editing system, can easily edit the template file!
Platform: | Size: 976896 | Author: 刘芳 | Hits:

[WEB Code781z

Description: 《公单商务办公系统》- 是采用ASP+ACCESS开发的一套具有方便、快速、安全、高效的网上公单商务办公发系统。本系统功能完备、使用方便快捷,已有多家商家企业成功应用,并得到了多方一致好评。本系统从公单的下单、扣费、查阅、消单、审核、删除等操作都将采用独立方式认证和调阅,确保系统安全运行。功能简介:公单管理、商家管理、扣费管理、消单管理、公单查询、冲值查询、扣费查询、消单查询,等。[为您打造您的专署系统]-" Single business office of public system" - is the use of ASP+ ACCESS developed a set of convenient, fast, secure and efficient online business office made public a single system. This system is fully functional, convenient, there are many successful application of business enterprises, and has been multi-party praise. The system under orders from the public one, deductions, access, single elimination, review, delete and other operations will be certified by an independent way and access to ensure the safe operation of the system. Features: Public order management, business management, chargeback management, eliminate single management, public single query, top queries, chargeback inquiries, eliminate single query, and so on. [For you to create your agency system]
Platform: | Size: 314368 | Author: 杨猛 | Hits:

[File OperateDeepDeletNTFSFiles

Description: 普通删除文件很容易被恢复,在电脑报废前或删除隐私或秘密数据信息时,最好使用安全删除模式进行删除。-The common deleted files can easily be restored, computer scrap in front or delete private or secret information, the best use of the secure delete mode to remove.
Platform: | Size: 7168 | Author: renlijun | Hits:

[Windows DevelopSDeleteSource

Description: Source code of Secure Delete (SDelete)
Platform: | Size: 58368 | Author: fall0ut | Hits:
« 12 3 »

CodeBus www.codebus.net