Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.java
Search - test.java - List
J2MEJ2me
DL : 0
J2ME 是SUN 公司针对嵌入式、消费类 电子产品推出的开发平台,与J2SE 和J2EE 共同组成Java 技术的三个重要的分支。J2ME 实际 上是一系列规范的集合,由JCP 组织制定相关的Java Specification Request(JSR)并发布,各 个厂商会按照规范在自己的产品上进行实现,但是必须要通过TCK 测试,这样确保兼容性。比 如MIDP2.0 规范就是在JSR118 中制定的。可能接触过J2ME 的开发者会觉得说J2ME 是一系列 的规范不准确吧。因为我们在开发中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等内容。-J2ME is targeted at embedded SUN companies, and consumer electronics products launched development platform, J2SE and J2EE and Java technologies together constitute the three major branches. J2ME is actually a collection of a series of norms, by the JCP-related organizations to develop Java Specification Request (JSR) and publish various vendors will be in accordance with the norms in their own products to realize, but must pass TCK test, so to ensure compatibility. For example, MIDP2.0 specification is developed in JSR118. May come into contact with J2ME developers will find that J2ME is a series of standards are not accurate now. Because we used a lot of development such as CLDC (Connected Limited DevicesConfiguration) and MIDP (Mobile Information Devices Profile) and other content.
Update : 2024-05-19 Size : 4715520 Publisher : ning

DL : 0
图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)-Image Feature Extraction of the source code, use the sobel operator edge extraction, the use of hu moments shape feature extraction of images, the use of color centers Moment image color feature extraction, use eclipes into the project and run the test file (test file could be to some notes run out some more features)
Update : 2024-05-19 Size : 46080 Publisher : 房劬

DL : 0
webservice压力测试模拟器,可以并发的同时测试多台服务器的性能.-stress testing webservice simulator can be complicated at the same time test the performance of multiple servers.
Update : 2024-05-19 Size : 52224 Publisher : 陈友华

DL : 0
360全景展示java开发的,支持全方位的移动,共大家参考。-360 panoramic display of java development in support of a full range of movement, a total of U.S. reference.
Update : 2024-05-19 Size : 460800 Publisher :

DL : 0
WAPPUSH的JAVA代码,已经通过了CMPP的测试,多种手机可以支持.-WAPPUSH the JAVA code, CMPP has passed the test, a wide range of mobile phones can be supported.
Update : 2024-05-19 Size : 15360 Publisher : howard

DL : 0
一个以jbuilder9.0开发的书籍管理系统,已经通过测试,能够良好运行-Jbuilder9.0 the development of a book management system, has passed the test, to the good functioning
Update : 2024-05-19 Size : 560128 Publisher : li

DL : 0
一个sip客户端测试的源代码,比较小,对初学者有很直观的帮助,-A sip test client source code, is relatively small, has a very intuitive for beginners help
Update : 2024-05-19 Size : 611328 Publisher : ruobing

DL : 0
JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。 -JAVA project development practice- Web Example: JSP online shopping system to achieve the first step: The cart.jsp copied to C: Apache Tomcat 4.0webappsROOT under. Step two: the cart directory (contains the*. class files and*. java files) are copied to C: Apache Tomcat 4.0commonclasses directory. The third step: cart.mdb will be copied to C: under. The fourth step: the preparation of ODBC data sources, add in the DNS system cart.mdb, and named for the cart. And then enter in your browser http://localhost:8080/cart.jsp test, If you see the screen shown in Figure 6-2, it proved a successful installation.
Update : 2024-05-19 Size : 54272 Publisher : 董小园

DL : 0
该源代码可以压缩文件或者文件夹,仅仅是测试使用,好像没有支持压缩中文名文件有点问题-The source code can be compressed file or folder, just a test to use, does not seem to support the compressed file is something wrong with Chinese name
Update : 2024-05-19 Size : 1024 Publisher : jimmy

DL : 0
java的一个进度条程序,如果你不会的话,很值得下载一试.-A progress bar java procedure, if you do not, then one test is worth downloading.
Update : 2024-05-19 Size : 70656 Publisher : baihe

DL : 0
从网上收集来的应聘java开发者的面试题目,大家自己测试一下自己的水平,祝大家面试成功。-Collected from the Internet java developer candidates interview subject everyone to test their own level, I wish everyone a successful interview.
Update : 2024-05-19 Size : 26624 Publisher : alex.Bi

使用说明: 双击Demo.bat文件便可以执行 (需要配置好jre||JDK环境) 请输入sql语法关键字来测试改程序谢谢 目前支持的语法关键字如下设置: text.getSettings().setCase_Insensitive(false) // 不区分大小写 text.getSettings().addKeyWord1("select") text.getSettings().addKeyWord1("commit") text.getSettings().addKeyWord1("from") text.getSettings().addKeyWord1("AND") text.getSettings().addKeyWord1("WHERE") text.getSettings().addKeyWord1("with ur") text.getSettings().addKeyWord1("VARCHAR") text.getSettings().addKeyWord2("inSert") text.getSettings().addKeyWord2("DECLARE") text.getSettings().addKeyWord2("distinct") text.getSettings().addKeyWord2("SET") text.getSettings().addFunctionKeyWord("int") text.getSettings().addFunctionKeyWord("COUNT") text.getSettings().setComment("--") //设置行注释 当前版本主要改进块注释的算法 块注释示例: /* 12312334 "测试字符串" select count(*) from where with ur */ -Usage: Double-click Demo.bat documents can be implemented (needs configured jre | | JDK environment) Please enter a keyword to test the grammar sql procedure Thank you change the grammar currently supports the following keyword set: text.getSettings (). SetCase_Insensitive ( false)// not case-sensitive text.getSettings (). addKeyWord1 (
Update : 2024-05-19 Size : 1598464 Publisher : Arthur

DL : 0
一段独立的源码,源码功能:在java中调用ping程序测试设备是否在线,是否可连通。-For some independent source, source functions: in the java procedure call ping test equipment is online, whether or not connected.
Update : 2024-05-19 Size : 52224 Publisher : 王俊

DL : 0
一个很有特点的地图平台,可以以动画方试展现电子地图,有拉近,拉远,滑动功能,最主要的是它是一个地图维护台,处理地图到数据库的数据导入-Map the characteristics of a useful platform to test animation to show the electronic map, has narrowed gap, sliding function, the most important is that it is a map of the maintenance of Taiwan, to deal with the map data into the database
Update : 2024-05-19 Size : 905216 Publisher : weijiansheng

DL : 0
java版,这是个类似华容道的拼图游戏,已经通过测试-java version, this is similar to the jigsaw puzzle Huarong has passed the test
Update : 2024-05-19 Size : 8192 Publisher : kai

DL : 0
实验目的:让学生掌握开发Java应用程序的三个步骤:编写源文件、编译源文件和运行应用程序。掌握Java程序的基本语句。 1、试编写一个程序,将1~500间能同时被2,5,7整除的数打印出来。 2、试编写一个程序,显示如图所示的一个数字金字塔。 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 3、如果我国的经济增长以每年7.5%的速度保持稳定不变,试编写一个程序,计算过多少年可以实现总量翻两番? -Experimental Objective: To enable students to develop Java applications three steps: the preparation of source files, compile source files and run applications. Java program to master the basic sentence. 1, to prepare a test procedure will be 1 ~ 500 at the same time a number divisible by 2,5,7 printer. 2, try to prepare a program to show a figure as shown in Figure pyramid. 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321123456789876543213, if China
Update : 2024-05-19 Size : 1024 Publisher : zoya

DL : 0
联通短信网关SGIP通用java源代码,在java下测试通过,jdk1.5-Unicom message gateway SGIP generic java source code, adopted in the java test, jdk1.5
Update : 2024-05-19 Size : 7168 Publisher : gky

DL : 0
cqME :java framework for TCK test.
Update : 2024-05-19 Size : 17277952 Publisher : wangpengli

DL : 0
这是一个用JAVA编的简单应用程序。实现一些功能。大家可以参考-This is a series of simple to use JAVA applications. Realize some of the features. Everyone can refer to
Update : 2024-05-19 Size : 2048 Publisher : 肖俊琴

DL : 0
电话通讯录 功能可以记录您所需要地电话 方便查询 和记录 测试通过-Phone address book feature can record you need to telephone inquiries and records to facilitate the test
Update : 2024-05-19 Size : 187392 Publisher :
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.