搜索结果
找到约 140 项符合
NetBeans 的查询结果
按分类筛选
- 全部分类
- Java编程 (62)
- J2ME (21)
- Jsp/Servlet (11)
- Applet (8)
- 技术资料 (5)
- Java书籍 (5)
- 游戏 (3)
- 通讯/手机编程 (2)
- Internet/网络编程 (2)
- 手机WAP编程 (2)
- Oracle数据库 (2)
- Ajax (2)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 其他书籍 (1)
- 电子书籍 (1)
- 编译器/解释器 (1)
- 企业管理 (1)
- 多国语言处理 (1)
- 文件格式 (1)
- 汇编语言 (1)
- 其他数据库 (1)
- 人工智能/神经网络 (1)
- 文章/文档 (1)
- 软件设计/软件工程 (1)
- SQL Server (1)
- 精品软件 (1)
J2ME Attempt to write voice dictionary: search and play wav files (could be obtained from stardict voice
Attempt to write voice dictionary: search and play wav files (could be obtained from stardict voice dictionary). Netbeans project and use of Java MIDP. Tested on Nokia 5310. Actual midlet source inside the project - HelloMidlet.java. Jar file to try voicedic.jar.
数值算法/人工智能 这个无限位计算器
这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。
这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理 ...
其他书籍 在本教程中
在本教程中,我将利用 NetBeans IDE 对 Ruby 的支持创建一个简单的 Web 应用程序。本文将演示如何创建一个 Ruby 博客程序。您将遵循这些基本流程创建模型、添加控制器并生成视窗。
Java编程 九宫问题(八数码)的一个小软件
九宫问题(八数码)的一个小软件,实现了多个程序的通讯解题和一套用BFS,双端BFS,A*搜索的分析程序。
rar中含一篇解题报告、软件、及netbeans源码。
环境是JDK1.5_6
J2ME 利用开源的源码为一个朋友的V3手机手机写的科学计算器
利用开源的源码为一个朋友的V3手机手机写的科学计算器,个人觉得很好用。开发平台为Netbeans + Moto的SDK,可以用这个源码为任何一个支持java的手机写个类似的计算器
J2ME J2ME平台2d《Street Fight》街霸的源代码
J2ME平台2d《Street Fight》街霸的源代码,Netbeans 6.1下编译通过,WTK2.5测试可玩。
推荐学习j2me、2d游戏、2d图像碰撞检测、2d卷轴动画、2d子画面重绘的朋友下载学习。
Java编程 A bluetooth SMS patcher Java ME application I made quickly after I thought about making one. What i
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one.
What is does is to use JSR-82 (Bluetooth API) to send a String msg, String dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA).
The upload is a Netbeans 6. ...
Java编程 还关于一些路径问题
还关于一些路径问题,造成一些小麻烦
将该文件保存在c盘根目录下,并且有Java环境,然后双击traffic.jar快捷方式就可以运行本程序
本系统用Java语言编写,采用netbeans工具,使用 access 数据库
本系统也有许多缺陷有待改进,是一个简单的课设成品 ...
文章/文档 This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"
This book code procedure according to the chapter arrangement, the 1st
chapter of example under "1" the table of contents, the 2nd chapter of
example under "2" the table of contents, to the order analogizes.
Under corresponding table of contents including Java source code
document and by it correspo ...
Java编程 注:语音聊天部分还未完成
注:语音聊天部分还未完成,还需要些时间:)
1.运行服务器端需要你的机器上安装了数据库sql200(sp4),程序用的是JTDS的驱动程序。并且需要建一个gamvantalk数据库,还需要创建一些字段:usrname,password,truename,country,fav,tel 均为char类型,其中username和password字段不能为空。
2.客户端连接的默认IP在192.168.1 ...