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

搜索资源列表

  1. Delphi.rar

    0下载:
  2. 利用花指令扰乱Cracker,以达到保护软件的作用。 本工具可以自定义花指令,有三种模式,如下: 1、随机插入花指令 2、指定插入固定的花指令 3、全部插入花指令 使用方法: 1、请自行在 JunkData.mdb 数据库中添加花指令 2、在您要放花指令的地方写:{$F Junk} 3、{$F Junk} 为花指令标记 4、用本工具处理后,重新编译即可。,Disrupt the use of junk code Cracker, in order to
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:711551
    • 提供者:长毛
  1. Garbage-Removal-System.rar

    0下载:
  2. 在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统垃圾.bat”,就完成了垃圾清理系统的制作。,30 seconds to delete system junk
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1735
    • 提供者:任勇
  1. base64test

    0下载:
  2. BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64 encoding of this very interes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-07-27
    • 文件大小:1609728
    • 提供者:张辰
  1. ClearVCPrj

    0下载:
  2. 可以帮助程序员清理VC工程下生成的.obj/.sbr等一系列中间垃圾文件,减少磁盘使用.ClearVCPrj.clear vc project-Clean-up can help programmers VC project generated .obj/.sbr a series of intermediate and other junk files to reduce disk usage. ClearVCPrj.clear vc project
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:16709
    • 提供者:谭宜平
  1. cleanLJ

    0下载:
  2. 通过创建一个简单小程序,使你快速删除垃圾文件,释放你的电脑空间.是你电脑运行流畅-Through the creation of a simple small program, so you quickly delete junk files, freeing space on your computer. Is your computer running smoothly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:22528
    • 提供者:gh
  1. lajiyoujian

    0下载:
  2. 用C#编写的发送垃圾邮件代码。可以实现循环发送的功能-With C# Prepared to send junk e-mail code. Can achieve the function of circulating Send
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:16000
    • 提供者:rose
  1. cleansystemLJ123

    0下载:
  2. 清除电脑系统的临时文件, 垃圾文件,很方便。用于wiodows-Computer system to clear the temporary files, junk files easily. For wiodows
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:43583
    • 提供者:allen
  1. sources

    0下载:
  2. PE Optimizer is a tool to clean up unneeded junk in Windows Portable Executables to make them smaller.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:38868
    • 提供者:netcat
  1. zhibo

    0下载:
  2. 现在很多人喜欢NBA可以是很多播放器都很垃圾 我在此提供了很好的直播NBA的工具-At present, many people can be like the NBA players are a lot of junk I would like to provide a good tool for NBA Live
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:3328879
    • 提供者:kuku
  1. ss

    0下载:
  2. 自动运行删除电脑垃圾文件(程序编写)-Computer automatically delete junk files (programming)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:3733
    • 提供者:***
  1. sending

    0下载:
  2. 用INDY10写的一个邮件发送工具,能利用163的邮件系统而不会认为是垃圾邮件·delphi7indy10-Written by INDY10 send an e-mail tool, can use 163 e-mail system will not be considered to be junk e-mail delphi7indy10
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1257722
    • 提供者:wlan
  1. qclj

    0下载:
  2. 清除Windows系统中的所有的垃圾文件-Clear all the Windows system junk files
  3. 所属分类:Shell api

    • 发布日期:2017-03-31
    • 文件大小:933
    • 提供者:sharkdim
  1. DelTempSrc

    0下载:
  2. VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人.-Sometimes temporary files generated by VC s really annoying! When you compile a program, suddenly the sy
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:11907
    • 提供者:呼吸
  1. DiskCleaner

    0下载:
  2. 多线程磁盘垃圾文件删除程序,绝对可运行,采用函数嵌套遍历所有文件-Multi-threading the disk junk files Remove Programs, and absolutely can run, using the function nested traverse all the files
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:2222104
    • 提供者:孙新
  1. clear

    0下载:
  2. 这是一款好用的垃圾处理软件,可清除系统中的各种垃圾文件-This is an easy to use garbage software that can remove the system in a variety of junk files
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1033294
    • 提供者:lqt76
  1. SysOptimize

    0下载:
  2. 系统优化模块使用说明书 运行程序,打开程序主界面,如图1.1所示。本程序主要可对控制面板中的常用工具进行设置、磁盘空间整、垃圾文件清理以及系统任务管理等。-System Optimization module manual run the program, open the main program interface, as shown in Figure 1.1. This procedure can mainly be on a common tool in Control Panel
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:847164
    • 提供者:wangaishu
  1. junk

    0下载:
  2. junk file for making RAT, just add to your visual basic .net project and ...then put your mind at job.
  3. 所属分类:.net

    • 发布日期:2017-04-23
    • 文件大小:440695
    • 提供者:Mello
  1. Clean-up-junk-files

    0下载:
  2. Windows系统垃圾文件清理系统,几百KB大小,占用系统资源极小!-The Windows system clean up junk files system, hundreds of KB size, takes up minimal system resources!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:114446
    • 提供者:feipeng
  1. Delphi-junk-file-cleaner

    0下载:
  2. Delphi程序源码 垃圾文件清理源码 清除 ~.pas等临时文件-Delphi junk file cleaner
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:253702
    • 提供者:Anvt
  1. rEFInd-minimal-master

    0下载:
  2. just junk, wat else to say
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:779264
    • 提供者:asis
« 12 3 4 5 »
搜珍网 www.dssz.com