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

搜索资源列表

  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:陈晓岚
  1. user_omcr.tar

    0下载:
  2. linux下c 编写的 某项目代理服务端部分的代码。其中包括网络通信,处理数据过程以及数据库存储过程等。相信会对大家有一定帮助。-c prepared by the agency services for a particular project-part of the code. These include network communications, data processing process, and database storage processes. We believe th
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:713.63kb
    • 提供者:lij
  1. FEAL8

    0下载:
  2. 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:逍遥
  1. shebeihuanchong

    8下载:
  2. 假设系统中有两个分别名为P1、P2的进程及两台均可进行输入、输出操作的设备d1、d2。两个进程可以从两台设备中的任何一台输入数据,并可以向其中的任何一台设备输出数据。编写C程序,模拟操作系统中使用的设备缓冲区管理算法,完成上述进程的输入、输出操作及数据处理任务。-assumption that the system has two named P1, P2 and the process can be carried out two input, Output operation of equ
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.94kb
    • 提供者:houny
  1. boost_source_code

    0下载:
  2. 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.33mb
    • 提供者:hnycmx
  1. 大整数的加法

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:842byte
    • 提供者:王承陶
  1. network

    0下载:
  2. MIT DARPA的数据处理神经网络分类的C++代码-MIT DARPA s data-processing neural network classification of C++ Code
  3. 所属分类:Exploit

    • 发布日期:2017-03-30
    • 文件大小:17.61kb
    • 提供者:gjs
  1. cccc

    0下载:
  2. Learn To Program With C++ Introduces the basic commands for writing programs in C++. Writing in an imaginary classroom format, Smiley (Penn State University) explains the 11 fundamental data types, selection structures, loops, and functions, then
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5.01mb
    • 提供者:刘华
  1. fuse-zip-0.2.0

    0下载:
  2. C++实现的用于挂载ZIP包的软件,能满足某些大型压缩数据处理的应用-C++ implementation of the software packages used to mount ZIP, compress data to meet some of the large-scale processing applications
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:22.11kb
    • 提供者:yc
  1. des

    0下载:
  2. IMPLEMATATION DES CRIPHER IN C++ The Data Encryption Standard (DES) is a block cipher that uses shared secret encryption. It was selected by the National Bureau of Standards as an official Federal Information Processing Standard (FIPS) for the Unit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.17kb
    • 提供者:VIPUL17
  1. cwp_su_all_43R1

    0下载:
  2. su linux下地震资料数字处理的源代码 以c/c++为主 这个最新的4.3版本-su linux digital processing of seismic data of the source code to c/c++ based this latest 4.3 version
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:18.3mb
    • 提供者:wmc
  1. c200-xdcodefans.net

    0下载:
  2. VC/C++源码,加密解密,加密,解密,DES   200多个常见的VC++加密算法代码,像DES、ASN、hex、rsa等等算法,你可以先下载保存在电脑上,以后或许能用到,加密也是常用的一种程序数据处理方式,实用性比较大。-VC/C++ source code, encryption and decryption, encryption, decryption, DES A program data processing over 200 common VC++ encryption
  3. 所属分类:CA program

    • 发布日期:2017-11-06
    • 文件大小:410.12kb
    • 提供者:dengchao
  1. ProductCreator

    0下载:
  2. C#语言调用idl语言,实现影像数据的处理-C# language call idl language, image data processing
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:34.43kb
    • 提供者:邱枫
  1. yade-1.12.0.tar

    1下载:
  2. DEM离散元开源程序,YADE更新,可以用于岩土计算- Yet Another Dynamic Engine (historically related to SDEC), modular and extensible toolkit of DEM algorithms written in c++. Tight integration with Python gives flexibility to simulation descr iption, real-time control and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4.7mb
    • 提供者:Xiaohu Tao
  1. DTMB_Modulator1111

    0下载:
  2. 本总体方案完成国标GB20600-2006数字电视地面广播传输系统基带部分功能。 输入数据码流经过扰码器(随机化)、前向纠错编码(FEC),然后进行比特流到符号流的星座映射,再进行交织后形成基本数据块,基本数据块与系统信息组合(复用)后并经过帧体数据处理形成帧体,帧体与相应的帧头(PN序列)复接为信号帧(组帧),经过基带后处理转换为输出信号(8MHz带宽内)。该信号经变频转换为射频信号(UHF和VHF频段范围内)。用C程序设计了图形交互界面,可以在界面上直接设置调制参数。-The overall
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-16
    • 文件大小:24.33mb
    • 提供者:高星
搜珍网 www.dssz.com