搜索资源列表
利用Java实现串口全双工通讯
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类库,该类库大大的简化了对串口进行操作的过程-an embedded system usually through its serial port control system for full-duplex communications, For example, a pipe
the-realizaton-of-both-Hibernate-and-Java
- Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM
小颖Java源代码反编译专家 1.4终极版
- 最新的Java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。-latest Java-compiler tool to support the anti-directory level compiler, and also supports double-click. Class documents can view the source documents, only to learn to share.
exe4j.rar
- java反编译软件,通过它可以将java编程实现的class文件反编译成java文件,有利于看到java源文件。,decompile java software, through its programming can be achieved java decompile class file into java files, will help to see the java source files.
DbfRead.rar
- DBF文件读取类,用于读取简单dbf格式的文件,DBF file reading class, simple to read dbf file format
AVERAGE
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math -Write a program grade point a
Translator
- 字符串自动翻译工具,支持中英双向翻译。 此工具用于Java程序的界面语言的中英互译。-This is a small tool to transltor the strings in class file from Chinese into English in biodirection .
SystemVariableJava
- Small java class to get all system variables and prints them out
StopWords
- A English Stop word class. It helps to check whether your word is stopword or not.
abstractproduct_0_2.tar
- abstractproduct.h is C++ template-based library providing reflective object creation mechanism (similar to Java s Class.forName("ClassNameHere").newInstance()). It does so by static initialization of meta-classes and factory objects reflecting your o
src
- A generic message class that I plan to use for sending across OBEX.
Java
- 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
Java-to-call-VC-PP-DLL
- Java 通过JNI 技术调用VC ++ DLL 的方法, 并设计了含有串口GPS 类和Java 导出 函数的DLL , 该DLL 既可以用于Java 访问串口GPS , 也可以用于VC ++ 访问串口GPS , 实现了Java和VC ++ 共用的动态连接库设计。-Java through JNI technology called VC++ DLL' s methods, and design and the Java class containing the serial GPS
TourEx-v1.0
- TourEx旅游网站管理系统是一款基于微软ASP.NET平台开发,集成酒店、景点、旅游线路、新闻、在线订单、在线支付、生成订单短信/邮箱通知、点评、电子地图、问答、并与支付宝、中国短信平台接口完美整合等功能于一体的高级旅游网站管理系统。作为国内最受欢迎的.NET类网站系统之一,TourEx在不断提升用户服务、提高产品质量的同时更加注重用户体验。从系统研发至今,历经了数百次的更新修改后,网站的架设与管理变得更加轻松及便捷。-TourEx a travel site management syste
java-fax
- 附件中为java传真功能,可以直接使用其中的类来调用传真功能-Accessories for java fax function, you can directly use one class to call the fax function
异常处理机制
- Java的一些基础的异常处理机制演示。怎么去写标准的Java异常类。(How to write Java's Exception, and to write other exceptions class of Java.)
MyTest2
- java模拟鼠标操作工具类,实现自动操作鼠标键盘完成需要的重复任务(Java simulates the mouse operation tool class to implement the repetitive tasks required to automatically operate the mouse keyboard)
Head+First+Java.pdf.tar
- 生动有趣的JAVA入门级教程,适合想入坑的JAVA菜鸟(Lively and interesting JAVA introductory class tutorials for JAVA rookies that want to go into the pit)
codavaj-1.3.0
- java sample project is out of the box convert javadocs to java class
JAVA
- 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing
