Location:
Search - operation ja
Search list
Description: 我们提供的VideoIM手机自动拍照上传器J2ME版本[开源]就是这么一种概念:
一个可以下载到手机(例如Nokia7610已经确实可以下载安装并正常运行)的Java应用程序,用来自动驱动你的手机摄像头定时拍摄一张图像(默认是Jpeg格式,数据量很小)。然后,后台线程将Jpeg图像(很小,大约几KB)上传到服务器上。手机默默地拍照,默默地上传照片,不用手工干预,比如你可以设置每隔三分钟拍一张照片,然后上传到Flickr这个著名的图片共享站点上,全世界都会看到你的慢速视频。
-VideoIM provided by the automatic camera phone uploads for J2ME version [revenue] is such a the concept of species : one can be downloaded to the phone (for example, Nokia7610 has indeed be able to download and install the normal operation) Ja va applications, automatic drive to your phone camera filming a regular image (the default is Jpeg format, data is insignificant). Then, background threads will Jpeg images (very small, about several KB) uploaded to the server. Camera phone quietly, silently upload pictures without manual intervention For example, you can set every three minutes for a photo shoot. Flickr then uploaded to the famous photo-sharing site, the world will see you slow the video.
Platform: |
Size: 741805 |
Author: 郑昀 |
Hits:
Description: 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序-artificial stock market (Artificial Stock Market, or ASM) is a simulation of the operation of a stock market procedures
Platform: |
Size: 89088 |
Author: 王宁 |
Hits:
Description: 我们提供的VideoIM手机自动拍照上传器J2ME版本[开源]就是这么一种概念:
一个可以下载到手机(例如Nokia7610已经确实可以下载安装并正常运行)的Java应用程序,用来自动驱动你的手机摄像头定时拍摄一张图像(默认是Jpeg格式,数据量很小)。然后,后台线程将Jpeg图像(很小,大约几KB)上传到服务器上。手机默默地拍照,默默地上传照片,不用手工干预,比如你可以设置每隔三分钟拍一张照片,然后上传到Flickr这个著名的图片共享站点上,全世界都会看到你的慢速视频。
-VideoIM provided by the automatic camera phone uploads for J2ME version [revenue] is such a the concept of species : one can be downloaded to the phone (for example, Nokia7610 has indeed be able to download and install the normal operation) Ja va applications, automatic drive to your phone camera filming a regular image (the default is Jpeg format, data is insignificant). Then, background threads will Jpeg images (very small, about several KB) uploaded to the server. Camera phone quietly, silently upload pictures without manual intervention For example, you can set every three minutes for a photo shoot. Flickr then uploaded to the famous photo-sharing site, the world will see you slow the video.
Platform: |
Size: 741376 |
Author: 郑昀 |
Hits:
Description: 一个货运中心的模拟程序!!!模拟货运中心的运作-a shipment center of the simulation program! ! ! Simulation of air cargo center operation! !
Platform: |
Size: 3072 |
Author: 黄红滔 |
Hits:
Description: 这是一个简单的demo程序,比较系统的介绍了关于mifare 卡的操作。比较有用-This is a simple demo process, a more systematic presentation of MIFARE card operation. More useful
Platform: |
Size: 6144 |
Author: 咱加强 |
Hits:
Description: JAVAICQ使用说明
一、 运行环境要求
Microsoft IE5.5
JDK1.4运行环境
WEB服务器
二、 使用方法
首先将文件放在 C:\ 根目录下
运行服务器程序(如果你已知网上有一个这样的服务器在运行,只要将它的服务器IP写入配置文件 config.inf中就可以了),运行 C:\QQ\server\srever.class ,将服务器的IP地址写入配置文件config.inf中。
运行客户端程序,运行C:\QQ\server\javaicq.class 程序,运行后登陆,输入ICQ号及密码。
打开JAVAICQ的主程序C:\QQ\default.html 就可以聊天了。-JAVAICQ use one, runtime environment for Microsoft Explorer JDK1.4 Web server environment running two, First use of the file on C : \ root directory server operating procedures (known online if you have such a server in operation, As long as it's written into the IP server configuration file which can config.inf), and running C : \ QQ \ server \ srever.class. server's IP address into the configuration file config.inf China. Operation client program, run C : \ QQ \ server \ javaicq.class procedures, After landing operation, the importation of ICQ, and passwords. The main program opened JAVAICQ C : \ QQ \ default.html on the chat.
Platform: |
Size: 324608 |
Author: 周波 |
Hits:
Description: 我做的jsp和servlet的例子测试程序,简单易懂,让你最快的理解jsp和servlet的运行情况!-I do jsp and servlet examples test procedure is simple to understand and let you understand the fastest servlet jsp and the operation!
Platform: |
Size: 9216 |
Author: |
Hits:
Description: java登陆,帐号以及密码的操作
<strong>UserBean</strong> will hold all of the information
* regarding a specific user of the AddressBook application.-java landing, the account number and password of operation
Platform: |
Size: 1024 |
Author: 远风 |
Hits:
Description: 利用Eclipse平台开发在SWT中拖拽字符及文件的操作类-The use of Eclipse platform development in the SWT drag and drop characters and documents in the operation of Class
Platform: |
Size: 1024 |
Author: shijiyu |
Hits:
Description: java access 数据库 访问操作 odbc-java access database access operation odbc
Platform: |
Size: 11264 |
Author: zhouwenyong |
Hits:
Description: 编译原理自动机,我们做的第二个作业,初学者一定要看很有帮助-Compilation Principle automata, we do the second operation, beginners will certainly be helpful to look at
Platform: |
Size: 16384 |
Author: 拾荒者 |
Hits:
Description: MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements ActionListener,Runnable
{
private JMenuBar bar //菜单条
private JMenu fileMenu,choiceMenu,aboutMenu
private JMenuItem openItem,openDirItem,closeItem,about,infor
private JCheckBoxMenuItem onTop
private boolean top=false,loop //设定窗口是否在最前面
private Player player //Play是个实现Controller的接口
private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Platform: |
Size: 8192 |
Author: benson |
Hits:
Description: 一个简单的图书管管理系统~是用java语言编写的,数据库的一个小作业-A simple library management system ~ is java languages, databases, a small operation
Platform: |
Size: 3072 |
Author: he |
Hits:
Description: RFID读写器调用实例程序。RFID读写器是远望谷804系列。通过JNI调用远望谷API。
提供读,写,查功能。支持循环读写。
支持对EPC,TID,UserData三个数据区域的操作。-RFID reader examples of the procedure call. RFID reader is Yuanwang Valley 804 series. Yuanwang Valley through the JNI to call API. Provide reading, writing and search functions. Support the cycle of reading and writing. Support for the EPC, TID, UserData three data operation.
Platform: |
Size: 180224 |
Author: 张怡远 |
Hits:
Description: JAVA上使用,具有很强大的功能,具有很容易的操作,小巧玲珑-JAVA use, have a very strong function, with very easy operation, small and
Platform: |
Size: 154624 |
Author: 孙伟 |
Hits:
Description: JAVA上使用,具有很强大的功能,具有很容易的操作,小巧玲珑-JAVA use, have a very strong function, with very easy operation, small and
Platform: |
Size: 87040 |
Author: 孙伟 |
Hits:
Description: java 对 Excel 的操作,实现EXCEL与数据库的互换 ,SQL可以自己看程序写出来,这里不提供了-java to Excel operation, realize swaps EXCEL and database, SQL can watch the procedure written here do not provide a
Platform: |
Size: 8400896 |
Author: 黄飞 |
Hits:
Description: Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
Platform: |
Size: 7168 |
Author: Cathy |
Hits:
Description: 模仿WINDOWS的WINZIP的一款软件,全java编写,用以压缩或解压文件的操作-WINDOWS imitate one of the WINZIP software, java-wide to prepare for file compression or decompression operation
Platform: |
Size: 151552 |
Author: wangbo |
Hits:
Description: 基于java和关系数据库的excel 2007数据存取技术研究
1.2 项目背景和内容概要
在企业应用中,经常用Excel来处理表格,要把Excel表格中的数据存入数据库, 或者进行相反的操作,过去的方法有两个:一是采用文本格式的CSV文档做过渡, 缺点是无法携带Excel的格式信息;二是使用COM技术。用Java直接存取Excel文档 是困难的。由于Office 2007采用了开放的OpenXML标准,大大提高了用Java直接 存取Office文档的便捷性。本项目的研究内容包括:(1)学习OpenXML,研究 Excel 2007工作簿的存取技术;(2)采用Java实现Excel 2007工作簿和SQL Server数据库的互相转换-Java-based relational database and data access excel 2007 Research 1.2 Project background and content of a summary application in an enterprise often use Excel to handle forms, tables to Excel data into a database, or operation contrary to the past There are two methods: first, using the CSV text file to do the transition, the demerit is that the format of Excel can not carry information second is the use of COM technology. Direct access to Excel with Java is difficult to document. As a result of Office 2007' s OpenXML adoption of an open standard, Java greatly enhanced by direct access to the convenience of Office documents. This project include: (1) study OpenXML, Research Excel 2007 workbook access technology (2) the use of Java to achieve Excel 2007 workbooks, and SQL Server database conversion with each other
Platform: |
Size: 651264 |
Author: 南才北往 |
Hits: