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

搜索资源列表

  1. bianchengnixiangjishujvfenxi

    0下载:
  2. 编程,逆向及数据分析 编程逆向及数据分析. :数据分析的几个方面的经验总结.-Programming, reverse and data analysis 编程逆向及数据分析. Programming of reverse engineering and data analysis :数据分析的几个方面的经验总结. : data analysis of several aspects of the experience
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-03
    • 文件大小:9933
    • 提供者:蔡中伟
  1. BmpToJpgJpgToBmp

    0下载:
  2. 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6219146
    • 提供者:余峰
  1. CloudModel

    1下载:
  2. 在matlab上实现一维云模型,包括正向云发生器和逆向晕发生器。-Achieve a one-dimensional cloud model in matlab, including forward and reverse halo cloud generator generator.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:569
    • 提供者:李露
  1. VB-PowerWrap4.1

    0下载:
  2. 这是自己开发的一款VB逆向工具,可以提供源码级操作。希望大家喜欢,仅供学习研究之用,请勿用于商业用途。谢谢大家。-This is a VB reverse their development tools that can provide source-level operations. I hope you like it, only for study purposes, not for commercial purposes. Thank you.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:843715
    • 提供者:ting
  1. nixiang

    0下载:
  2. 最新逆向最大匹配分词算法 盘古分词 分词算法 中文分词 源码-New reverse maximum matching word segmentation algorithm Pangu Chinese word segmentation algorithm source
  3. 所属分类:.net

    • 发布日期:2017-04-10
    • 文件大小:1203667
    • 提供者:李果果
  1. Transformer

    0下载:
  2. 利用Java实现的图的不同表示方法的转换器,从文件读入一个有向图的权矩阵表示(含有矩阵阶数),输出这个图的关联矩阵、边列表、逆向表、邻接表表示。可作为图论的学习材料。-Using Java to achieve different graph representation of the converter, the file is read from a directed graph represents the weight matrix (containing a matrix of ord
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:9845
    • 提供者:Paul
  1. lab02

    0下载:
  2. 逆向工程套接字编程实验,网络实验的第二个实验-Reverse engineering socket programming experiment
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:410883
    • 提供者:李栗
  1. automatic-word-segmentation

    0下载:
  2. 实现一个中文自动分词程序,所使用的编程语言不限 选作:对人名,地名,机构名的识别 下载北大计算语言所标注的99年人民日报分词语料库,构建一个词表 实现正向、逆向最大分词算法-To implement a Chinese automatic word segmentation procedure, used by any programming language Chosen for: the person names, place names, organization name
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:426197
    • 提供者:黄艳玲
  1. 编写用于表示有向图的数据结构

    0下载:
  2. 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-17
    • 文件大小:54037
    • 提供者:zxy
  1. Word_Seg1

    0下载:
  2. 分词算法本实验采用已有的分词算法——双向匹配算法,对中文分词进行研究,以获取与了解中文分词的知识。双向匹配算法综合了正向最大匹配算法与逆向最大匹配算法,以提高中文分词的正确率。-word participles
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2333780
    • 提供者:侯小爱
  1. yunmoxing

    0下载:
  2. 生成云图,计算期望、熵、超熵以及逆向云发生器代码-Generation cloud, computing expectations, entropy, entropy super
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4201
    • 提供者:张晓媛
  1. bd

    0下载:
  2. 蓝光解密 某些地方可能有点乱,不过至少自己测试过几十张蓝光磁碟的,稳定性都没问题。 蓝光加密版本记得至少是支持5,6个的涵盖密钥存于磁碟和存于网络服务器。 汇编部分是解密核心,挖的代码,cpp部分个别是逆向,个别是封装。-Blu-ray decryption Some places may be a bit messy, but at least that he tested dozens of Blu-ray disk, no stability proble
  3. 所属分类:DVD

    • 发布日期:2017-04-03
    • 文件大小:837848
    • 提供者:ljh
  1. the-extraction-of-laser-bar

    0下载:
  2. 面向逆向过程对激光的光条提取,MFC 实现,可以实现多种图像处理方法,小硕毕业奉献-For the reverse process of extracting the laser light, MFC, could achieve a variety of image processing methods, small master graduation dedication
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3239678
    • 提供者:邱宇
  1. bakward-cloud

    0下载:
  2. 逆向云拟合算法,包含两种算法(均值法和拟合法)-backward cloud code
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:73702
    • 提供者:lvj
  1. Demo

    0下载:
  2. 使用VCLZip带密码解压缩,并对压缩的文件带密码加密,逆向解密、解压。 解压、加密过程有进度条显示解压缩、加解密的当前进度。 下载文件附送VCLZip控件-Password encryption, reverse decryption, decompression. Decompression, a progress bar shows the encryption process decompression, the current progress of the encryp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1472136
    • 提供者:Yueyun
  1. PageAminMd5

    1下载:
  2. PageAdmin 加密算法逆向标准md5-Reverse standard encryption algorithm by PageAdmin
  3. 所属分类:CSharp

    • 发布日期:2016-09-21
    • 文件大小:43008
    • 提供者:shack2
  1. CrackMe

    0下载:
  2. 逆向CrackMe,反汇编学习程序,新手入门-CrackMe which is a disassemble programing
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-28
    • 文件大小:10630580
    • 提供者:karma
  1. sxs_FDK

    0下载:
  2. 等距扇束CT重建,利用matlab自带pantom进行正向投影和逆向滤波反投影重建,恢复图像-CT fanbeam FDK reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:722
    • 提供者:liuyanyan
  1. AnotherNTMM

    0下载:
  2. 一维非均匀Kerr 介质的子层逆向递推传输矩阵算法, 给出了数值实现方案。此方 法可以方便而精确地模拟非均匀Kerr 介质的传输行为。-Transfer matrix algorithm for one-dimensional inhomogeneous Kerr medium is studied. The method of sub- layer division and backward recursion is put forward.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1442
    • 提供者:Mu Zhenfeng
  1. nxfx

    0下载:
  2. 第一次尝试逆向分析,这是一个游戏里的部分函数.用来实现用户结构体不停的变换防止外挂.-The first attempt to reverse analysis, which is the function of a part of the game used to stop the transformation of the user structure to prevent the plug.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3352
    • 提供者:udeffo
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 »
搜珍网 www.dssz.com