搜索结果
找到约 280 项符合
CLASSES 的查询结果
按分类筛选
- 全部分类
- Java编程 (60)
- VC书籍 (19)
- 其他书籍 (14)
- 其他 (12)
- Java书籍 (10)
- 数学计算 (9)
- 软件设计/软件工程 (8)
- 教育系统应用 (7)
- 人工智能/神经网络 (7)
- 其他行业 (7)
- 书籍源码 (6)
- Internet/网络编程 (6)
- Delphi控件源码 (6)
- matlab例程 (6)
- 编译器/解释器 (6)
- 加密解密 (5)
- 书籍 (5)
- 电子书籍 (4)
- 单片机开发 (4)
- 串口编程 (4)
- Jsp/Servlet (4)
- 数据库系统 (3)
- 数据结构 (3)
- JavaScript (3)
- Symbian (3)
- 技术资料 (3)
- 嵌入式/单片机编程 (2)
- *行业应用 (2)
- 手机短信编程 (2)
- 电子政务应用 (2)
- 文章/文档 (2)
- 压缩解压 (2)
- J2ME (2)
- 游戏 (2)
- GPS编程 (2)
- 技术管理 (2)
- 网络 (2)
- 文件格式 (2)
- FlashMX/Flex源码 (2)
- 企业管理 (2)
- 模拟电子 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 磁盘编程 (1)
- 通讯/手机编程 (1)
- 百货/超市行业 (1)
- 编辑器/阅读器 (1)
- 微处理器开发 (1)
- SQL Server (1)
- Delphi/CppBuilder (1)
- 金融证券系统 (1)
- 驱动编程 (1)
- 操作系统开发 (1)
- 中间件编程 (1)
- Oracle数据库 (1)
- 软件工程 (1)
- USB编程 (1)
- 系统设计方案 (1)
- Modem编程 (1)
- 多国语言处理 (1)
- 并行计算 (1)
- Linux/Unix编程 (1)
- 其他嵌入式/单片机内容 (1)
- 行业发展研究 (1)
- 数值算法/人工智能 (1)
- C/C++语言编程 (1)
- VIP专区 (1)
文件格式 In this article, we present an overview of methods for sequential simulation from posterior distribu
In this article, we present an overview of methods for sequential simulation from posterior distributions.
These methods are of particular interest in Bayesian filtering for discrete time dynamic models
that are typically nonlinear and non-Gaussian. A general importance sampling framework is develop ...
Java书籍 Core Java 2 Volume I - Fundamentals, Seventh Edition Completely revised and up-to-date coverage o
Core Java 2 Volume I - Fundamentals, Seventh Edition
Completely revised and up-to-date coverage of
Generic programming, restrictions and limitations, type bounds, wilcard types, and generic reflection
Swing GUI development, including input validation and other enhancements
Exception handling and ...
Java编程 JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:Apache Tomcat 4.0webappsROOT下。 第二步:将cart目录(包含*.clas
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,并命名为c ...
Java编程 AVA项目开发实践-网上范例3: 运行方法: 编译好四个类之后
AVA项目开发实践-网上范例3:
运行方法:
编译好四个类之后,把生成的文件存放到一个叫作grapro的目录下,再用下面的命令来启动程序:
javaw –classpath "程序的class文件存放位置" grapro.GraphProg
假如class文件都存放在D盘的PicExample\classes中,那么命令就是:
javaw –classpath "D:\PicExample\classes" grap ...
金融证券系统 股票源码The application wizard has created this SCDemo application for you. This application not only
股票源码The application wizard has created this SCDemo application for
you. This application not only demonstrates the basics of using the Microsoft
Foundation Classes but is also a starting point for writing your application.
游戏 1. 下载一个Java开发库
1. 下载一个Java开发库,例如 J2sdk1.4.2 等版本,http://java.sun.com/ 上有;
2. 编译所有的源文件;
3. 复制 images 目录到程序运行目录,如果目录放置错误,程序会没有图像显示;
4. 运行 dujid.araneid.Araneid(默认) 。
对于发布包:
1. 下载一个Java运行时,例如 J2re1.4.2 等版本,http://java.sun.com/ 上有 ...
Java书籍 The 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for fru
The 1.4 release of Java 2 Standard edition brings a load of new features - and the potential for frustration. Fret not, our new 4th edition has answers. The accelerated introduction lets you start writing code right away, and because the book s classic quick reference contains all the classes in the ...
其他 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码
华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容)
1 How to use VC++ & IBM Visual Age (XL) C++
2 Pointers, Arrays and Structures
3 Operators & Statements
4 Functions
5 Use of classes in STL
6 Define concrete classes
7 Data abstraction
8 Operator Overloadi ...
Java编程 JSP购物车(SQLserver版) ================== 简单的JSP电子商务网站购物车 带结算功能,带注册系统 大二时自己编写的,供大家参考学习 功能不是很详尽,美工
JSP购物车(SQLserver版)
==================
简单的JSP电子商务网站购物车
带结算功能,带注册系统
大二时自己编写的,供大家参考学习
功能不是很详尽,美工也是拼凑了以前的flash,请见谅,
数据库在data文件夹中,在SQLserver中附加数据库即可
bean在classes--bean中 放进classes里即可
核心代码在list.jsp ...
J2ME 利用SyncML开发客户端程序的中间件
利用SyncML开发客户端程序的中间件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic fun ...