搜索资源列表
DTU-DATACENTER
- GPRS DTU数据中心 源代码,实际cdma的也可以用 DTU接受程序使用Java编写,其中,…\WSNserver\src 为源文件,…\WSNserver\bin 为可执行程序。该文件夹下project文件可用eclipse for java 直接打开编译。编译是需要注意的是将java-mysql的类库放置在C:\Program Files\Java\jre6\lib\ext路径下。本程序只用到这一个Java外部类库。 在源文件中,DataReceiver.java 为主程序类,通
Thinking_in_Java_3rd_edition
- Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing
ApacheAntv1.6.1
- Apache Ant 是基于 Java 的编译工具,相似的程序生成工具,但以更好的支持开发跨平台问题,被介入用于开发 Java applications。用 Apache Ant 进行 Java 程序项目开发或其它开源 Java 程序项目,已经成了 Java 界的一个共识。 -Apache Ant is a Java-based compiler tools, similar to the procedure to generate a tool, but in order to better
java_msdn
- 一款仿msdn聊天程序,用java编写,很好用!-Msdn like a chat program using java prepared a very good use!
GeneratePossionDistribution_codes
- Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
jni
- JNI,用JAVA调用C,C++的说明文章。本教程描述和演示了 Java 本机接口(Java Native Interface)的基本的和最常用的技术 — 从 Java 程序调用 C 或 C++ 代码,以及从 C 或 C++ 程序调用 Java 代码 — 以帮助您迅速而高效地开发自己的 JNI 解决方案。-JNI, using JAVA call C, C++ of how-to articles. The course descr iption and presentation of the
JNI
- JNI 案例,一支JAVA CALL 一支C PROGRAM-THE PROGRAMS OF JNI EXAMPLES
Communication
- JAVA编程,基于C/S模式的局域网络聊天程序,适用于学生的课程设计-JAVA programming, based on the C/S mode local area network chat program for students in curriculum design
JNI_C
- How to use java call c program? JNI will help you.
testnative
- Java 本地调用c++程序,方便学习者。-Java local call c++ program to facilitate the learners.
sebcms
- 一个用struts 2写的cms程序,可运行在google app engine上-Struts 2 with a cms written program that runs on google app engine on
AndroidJNI
- JAVA程序通过JNI来调用Native C程序中的函数。 -JAVA program through the JNI to call Native C program function.
9-obiect1
- 对面向对像的详细讲解,里面包含了视频,笔记,以及例子的程序代码-On the face of detailed briefings on the image, which contains the video, notes, and examples of program code
javachat
- java编写的简单的聊天程序,c/s架构的-written in a simple java chat program, c/s structure
hello-jni
- 用JAVA 的JNI调用本地c/C++的函数模块,以库函数的形式提供给Java 程序使用-JAVA JNI call with the local c/C++ function module to the form of library functions available to the Java program uses
FLEX_JAVA_CRM
- FLEX和JAVA开发的程序,流行的框架,能学到好东西-FLEX and JAVA development program, a popular framework, to learn good things
PLC
- 才语言设计郭天祥老师主讲 特别的好 有意者可以联系-C program it is a good program
057777
- 在文件中添加不重复数据的java源代码,可以在具体编程调用,也可以独立运行查看结果-Add in the file does not duplicate data java source code, you can call a specific program, you can also view the results independently
JS-call-background-C-Sharp-
- 前台javascr ipt调用后台C#程序,实现了用javascr ipt触发一个C#事件 -The JS call background C# program code
在java中实现调用简单的c程序
- 在java中实现调用简单的c程序 以一个最简单的HelloWorld程序来介绍一下JNI的最基本的使用方法:(Implementing a simple C program in Java Introduce the most basic use of JNI with one of the simplest HelloWorld programs:)