Ò׽ؽØͼÈí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

JSR82 Bluetooth in Java²Î¿¼×ÊÁÏ

Wireless Application Programming with J2ME and Bluetooth
1. http://developers.sun.com/mobility/midp/articles/bluetooth1/
Part II: The Java APIs for Bluetooth Wireless Technology
2. http://developers.sun.com/mobility/midp/articles/bluetooth2/
JSR 82: JavaTM APIs for Bluetooth
3. http://www.jcp.org/en/jsr/detail?id=82
JSR 82 Bluetooth API and OBEX API
4. http://java.sun.com/javame/reference/apis/jsr082/
Bluetooth for Java
5. http://ajava.org/book/j2me/1100.html
Java Bluetooth HOWTO
6. http://www.caside.lancs.ac.uk/java_bt.php
Using the Java APIs for Bluetooth Wireless Technology, Part 1 - API Overview
7. http://developers.sun.com/mobility/apis/articles/bluetoothintro/index.html
Using the Java APIs for Bluetooth, Part 2 - Putting the Core APIs to Work
8. http://developers.sun.com/mobility/apis/articles/bluetoothcore/
Porting the Bluetooth Optional Package
9. http://java.sun.com/javame/reference/docs/sjwc-2.0-web/docs/OptionalAPIs-II-html/jsr082.html
Using the JSR-82 API for OBEX Image Transfers
10. http://developers.sun.com/mobility/apis/articles/bluetoothobex/


Ïà¹ØÎĵµ£º

JAVA ²ÊƱ³ÌÐò

import java.io.*;
public class CaiPiao {
 /**
  * @param args
  */
 public static void main(String[] args) {
  // TODO Auto-generated method stub
  String str;
  BufferedReader bufferReader = new BufferedReader(new InputStreamReader(System.in ......

java¼ÓÃܺÍÊý×ÖÇ©Ãû1 ÏûÏ¢ÕªÒª

×î½ü³õ²½½Ó´¥ÁËÏÂJava¼ÓÃܺÍÊý×ÖÇ©ÃûµÄÏà¹ØÄÚÈÝ£¬ÎÒѧϰµÄ¹ý³Ì´ó¸Å·ÖÎå²½£º
1£©ÏûÏ¢ÕªÒª
2£©Ë½Ô¿¼ÓÃÜ
3£©¹«Ô¿¼ÓÃÜ
4£©Êý×ÖÇ©Ãû
5£©Êý×ÖÖ¤Êé
ÎÒ¸öÈËÈÏΪѧϰ±à³Ì×î¿ìµÄ·½·¨¾ÍÊÇʵ¼Ê½áºÏÀíÂÛ(¼´ÏÈʵ¼ÊÔÚÀíÂÛ)´úÂë×Ô¼ºÅÜÅÜ¿´£¬µ÷Ò»µ÷£¬·¢ÏÖÎÊÌâ»òÆæ¹ÖµÄµØ·½ÔÚÈ¥ÕÒÏà¹Ø×ÊÁϲé²é¡£±È´ÓÍ·µ½Î²¿´Ò»¶ÑÀíÂÛÈ»ºóÔÙÀíÂ۽Ạ......

JAVA and C++°æÐźÅÁ¿£¨PV²Ù×÷£©

import java.util.concurrent.Semaphore;
/**
* ³éÏóÈÎÎñ£¬¾ßÌåµÄÖ´ÐÐÈÎÎñ£¬¹éʵÏÖÀฺÔð
*
* @author Administrator
*
*/
public abstract class Task {
public abstract void run();
private Semaphore s;
private boolean hasExisted = false;
public void P(final Semaphore s) throws Interrupt ......

JAVA»ñµÃµ±Ç°Ê±¼ä

import java.util.Date;
import java.text.SimpleDateFormat; //ΪÁËÏÔʾʱ¼ä¶ø¼Ó
Date date = new Date(); //»ñµÃϵͳʱ¼ä.
String nowTime = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(date);
//½«Ê±¼ä¸ñʽת»»³É·ûºÏTimestampÒªÇóµÄ¸ ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØͼ | ¸ÓICP±¸09004571ºÅ