搜索资源列表
JAVA系统C动态课件
- N多C经典算法代码,完全可以运行,绝对是好东西,大家一起分享-more classical algorithm C code can run is definitely a good thing, to share with everyone
MD5-java
- MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个 Instance间共享*/ -MD5 algorithm to achieve java * Below these S11 - S44 is a 4 * 4 Moment RUF, in a primitive realization of the C# defi
用标准C实现shell功能
- 用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
SourceInsight.rar
- linux 查看内核源代码的工具, 也是一个非常强大的编辑器, 他能编辑很多种语言, 例如java c++ javascr ipt等,linux kernel source code view of the instrument, but also a very powerful editor, he can edit it in multiple languages, such as java c++ javascr ipt, etc.
DES.rar
- DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
新建 压缩(zipped)文件夹
- Java示例-Java Example
C++_TO_JAVA
- 一个C++代码和JAVA代码互相调用的方法,方法很巧妙,对有此需要的朋友有较大帮助-A C++ Code and JAVA code to call each other way, there is one very clever, it is necessary to have more friends to help
japi
- java api 文档中文版,帮助英文不好的java 学员迅速掌握java的api-java api documentation Chinese version of English is not good java help students quickly grasp the java' s api
Rijndael
- 完整的Rijndael加密c算法 以及Rijndael的J2ME实现 还有Rijndael的原理讲解文档-C complete Rijndael encryption algorithm Rijndael in J2ME and realize there is documentation to explain the principles of Rijndael
des
- 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
c_socket_java
- linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
sns
- C++获取硬盘序列号,身份证作为唯一标示-C++ access to the hard disk serial number, identity card as the only labeled
baoan
- C++ GUI Programming with Qt 4 中文版及其源代码,特意上传给朋友们分享-C++ GUI Programming with Qt 4 Chinese version and its source code, specifically to share uploaded to a Friend
json-c-0.9.tar
- JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, Python等)。这些特性使J
gsoap_win32_2.7.9f
- webservice的开发包,主要用于客户端服务器端的通信,可用于,C++,JAVA-it s good
DES
- 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
kyotocabinet-java-1.14.tar
- 这是 kyoko cabinet C 代码有关 Java 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -Kyoto Cabinet is a library of routines for managing a database. The database is a
Linux-C
- java基础学习书籍 java基础学习书籍 -java java based learning books based on books to learn java book java based learning based on learning books
JNI(java-c)
- 实现了java-c的互调 1.hello-jin-c是linux下的c实现文件。 (使用NDK编译成.so文件,供java层调用)。 2.helloJni是java工程。(里面通过JNI调用下面.so中提供的c的实现。) 同理.so里面也可以调用回调java里面实现的文件。-Java-c the intermodulation 1.hello-jin-c linux c implementation file. (Using NDK build so file for
jna_test
- JNA方式,JAVA调用C函数,并且C函数可以回调执行JAVA函数(JNA mode, JAVA calls the C function, and the C function can be callback to execute the JAVA function)