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

搜索资源列表

  1. cryptojava_cPP

    1下载:
  2. JAVA与C++通用的加密库,包含了:aes、base16、base64、sha1、rsa加密方式-JAVA and C++ general-purpose encryption library, includes: aes, base16, base64, sha1, rsa encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-07-31
    • 文件大小:230400
    • 提供者:shuping
  1. M-Tool

    1下载:
  2. 用C#实现的DES/3DES加解密和多种数据编码格式的转换及JAVA CARD cap文件的解析。-DES/3DES implemented in C# and a variety of encryption and decryption of data encoding format conversion and JAVA CARD cap file parsing.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2443139
    • 提供者:
  1. ECC

    0下载:
  2. 主要针对现有的椭圆曲线密码体制密码域算数算法在实现上强度不易扩展的问题设计适用于不同椭圆曲线密码强度的域算术算法-ECourve C JAVA demonstration
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:lucas
  1. MD5

    0下载:
  2. C,Java两种语言实现的MD5加密算法,可以得到同样的加密结果。-C, Java implementation of the two languages ​ ​ MD5 encryption algorithm, encryption can get the same results.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6078
    • 提供者:handd
  1. driver

    0下载:
  2. 源码要求为至少5个C或Java源码或其他好源码或编程学习资料-sfasdfas asfasdfasdfs
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4232095
    • 提供者:xudongdong88
  1. DESCipher-20111202

    0下载:
  2. DES加密解密源码,支持与java以及C#之间相互加解密,已经验证通过,并使用在项目中,挺好用的-DES encryption and decryption source code, support and java and encryption between C#, has been validated, and used in the project, very good use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1006502
    • 提供者:凌星
  1. yms1

    0下载:
  2. 作为初学者,可以利用此代码进行初级学习,熟悉环境,为后续开发打基础-this is a program for junior leaners in java android and c++ field
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:2490
    • 提供者:wang
  1. clucene-core-2.3.3.4.tar

    0下载:
  2. CLucene是Lucene的一个C++移植,Lucene是一个基于java的高性能的全文搜索引擎。CLucene因为使用C++编写,所以理论上要比lucene快。-CLucene is the Lucene a C++ of transplantation, Lucene is a java based high-performance full-text search engine. CLucene because use C++ to write, so in theory faster
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2241498
    • 提供者:zeng wei
  1. speex

    0下载:
  2. Speex工程着力于通过提供一个可以替代高性能语音编解码来降低语音应用输入门槛 。speex的java实现,C实现,手册-The Speex engineering efforts by providing an alternative to high-performance voice codec to reduce the voice applications, the input threshold. the java implementation of speex C implement
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3569442
    • 提供者:hhy
  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:833946
    • 提供者:yangh
  1. Bluetooth

    0下载:
  2. 蓝牙API接口实现,先是C调用java,然后java调用c-Bluetooth API interface implementation, first the C calling java, then java call c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:719806
    • 提供者:leaf
  1. Timer

    0下载:
  2. 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度。 2.每个用来标识进程的进程控制块PCB可用结构来描述 -Using C language (or other languages, such as Java) the scheduling of some process scheduling algorithms (such as dynamic priority scheduling) of N processes. 2 each pro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:1455
    • 提供者:孟瑞
  1. MyEncrypt

    0下载:
  2. 自己写的符合标准的3DES加密和解密程序源码,使用C#编写,平台为是VS2008,可带加密key和符合Java标准的32位密钥,并能读取CPU等硬件序列号做机器绑定加密,已用在多个项目中做程序加密解密-Written by myself standards-compliant 3DES encryption and decryption program source code, written in C# platform for VS2008, with a 32-bit key encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:87160
    • 提供者:刘伟信
  1. des

    0下载:
  2. des加密的c和java版本的对照,结果一致-the DES encryption c and java version of the control, the results are consistent
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:253461
    • 提供者:wh
  1. os

    0下载:
  2. 使用java语言或C++语言编程实现模拟操作系统进程调度子系统的基本功能;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;掌握各个调度算法的特点。-Using java language or C++ programming language operating system simulation process scheduling subsystem basic functions achieve a first-come, first-served, the time s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:899780
    • 提供者:jasonzjx
  1. bionic.tar

    0下载:
  2. Android的Linux内核Bionic库,Bionic库仅为200KB大小是GNU版本体积的一半,这意味着更高的效率和低内存占用,同时配合经过优化的Java VM Dalvik才可以保证高的性能。Bionic不支持一些特性比如宽字节对unicode,类似c++那样的异常处理-Android' s Linux kernel Bionic library, Bionic library is only 200KB size is half the volume of the GNU ver
  3. 所属分类:Driver develop

    • 发布日期:2017-05-10
    • 文件大小:2525380
    • 提供者:邱枫
  1. c2java

    0下载:
  2. C调用java例程, 实现在C语言下调用java接口库-c to java
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:13457270
    • 提供者:张迎
  1. 000SourceInsight

    0下载:
  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project oriented development program editor and code browser, it has a built-in C/C++, analysis of C# and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-20
    • 文件大小:5764026
    • 提供者:jinjin
  1. Linux

    0下载:
  2. 源码要求为至少5个C或Java源码或其他好源码或编程学习资料-Source requirements for at least 5 C or Java source code or programming or other good learning materials
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4667327
    • 提供者:JYX
  1. samples

    0下载:
  2. DD虚拟键盘虚拟鼠标调用源码,适用于VB6, DELPHI, VC, BC, VB.NET, C#, JAVA,易语言等各种编程语言。-DD virtual keyboard virtual mouse called source code, suitable for VB6, DELPHI, VC, BC, VB.NET, C#, JAVA, easy language, and other programming languages.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:299333
    • 提供者:丑男的
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com