搜索:Java+Class
找到约 10,000 项符合「Java+Class」的查询结果
结果 10,000
按分类筛选
- 全部
- Java编程 (9758)
- Java书籍 (2046)
- Applet (673)
- Jsp/Servlet (500)
- 其他 (460)
- 技术资料 (390)
- 游戏 (367)
- 电子书籍 (289)
- JavaScript (262)
- J2ME (234)
- 软件设计/软件工程 (222)
- 书籍源码 (179)
- 文章/文档 (168)
- 加密解密 (166)
- 人工智能/神经网络 (162)
- 编译器/解释器 (126)
- Internet/网络编程 (114)
- 教育系统应用 (114)
- 数据结构 (107)
- 其他书籍 (103)
- 数学计算 (96)
- Ajax (89)
- 压缩解压 (69)
- 文件格式 (69)
- 源码 (58)
- 手机短信编程 (51)
- 企业管理 (50)
- 数值算法/人工智能 (46)
- 数据库系统 (45)
- 编辑器/阅读器 (45)
- 通讯/手机编程 (44)
- 通讯编程文档 (44)
- SQL Server (38)
- 其他行业 (37)
- 网络 (36)
- Linux/Unix编程 (35)
- 系统设计方案 (34)
- 其他数据库 (33)
- 中间件编程 (33)
- 技术管理 (29)
- VC书籍 (29)
- 操作系统开发 (26)
- 多国语言处理 (26)
- MySQL数据库 (26)
- *行业应用 (25)
- 串口编程 (23)
- 汇编语言 (22)
- matlab例程 (22)
- Oracle数据库 (21)
- 软件工程 (17)
- 电子政务应用 (17)
- 嵌入式/单片机编程 (15)
- OA系统 (15)
- 家庭/个人应用 (14)
- 书籍 (14)
- 源码/资料 (13)
- CA认证 (13)
- Delphi控件源码 (13)
- 单片机开发 (12)
- 手机WAP编程 (12)
- 酒店行业 (12)
- 手机彩信(MMS)编程 (12)
- C/C++语言编程 (11)
- 技术书籍 (11)
- 驱动编程 (11)
- 百货/超市行业 (11)
- 行业发展研究 (11)
- 人物传记/成功经验 (11)
- 金融证券系统 (10)
- USB编程 (10)
- FlashMX/Flex源码 (10)
- 交通/航空行业 (9)
- 认证考试资料 (9)
- 技术教程 (8)
- 邮电通讯系统 (8)
- Windows CE (7)
- VIP专区 (7)
- 论文 (6)
- 计算机相关 (5)
- 医药行业 (5)
- 其他嵌入式/单片机内容 (5)
- 教程 (5)
- 手册 (5)
- 笔记 (5)
- 其他 (5)
- 其他文档 (4)
- 嵌入式综合 (4)
- 生物技术 (4)
- Windows Mobile (4)
- 并行计算 (4)
- 习题答案 (4)
- 学术论文 (3)
- Windows编程 (3)
- 嵌入式Linux (3)
- 微处理器开发 (3)
- STL (3)
- GPS编程 (3)
- 3G开发 (3)
- 软件 (3)
- 应用设计 (3)
https://www.eeworm.com/dl/654/164741.html
数据结构
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.
https://www.eeworm.com/dl/cadence/ebook/172690.html
电子书籍
This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje
This a set of notes I put together for my Computer Architecture
class in 1990. Students had a project in which they had to model a
microprocessor architecture of their choice. They used these notes to
learn VHDL. The notes cover the VHDL-87 version of the language.
Not all of th ...
https://www.eeworm.com/dl/633/410842.html
Java编程
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compati ...
https://www.eeworm.com/dl/658/426052.html
STL
This is an matrix class which has been adapted for complex number computations. It ll be of help for
This is an matrix class which has been adapted for complex number computations. It ll be of help for digital signal processing simulations.
https://www.eeworm.com/dl/532/314582.html
书籍源码
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Com ...
https://www.eeworm.com/dl/650/334229.html
人工智能/神经网络
The GP kernel is a C++ class library that can be used to apply genetic programming techniques to al
The GP kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming I ...
https://www.eeworm.com/dl/842397.html
技术资料
PWM调制的无滤波Class D音频功率放大器的设计
本文采用正向设计的方法,设计了一种应用于便携式产品中的PWM调制无滤波ClassD音频功率放大器系统。根据便携式产品对音频功放的要求,设定了合理的系统性能指标和详细地论证了系统结构的选择。性能方面分析了效率和THD的影响因素和改进方法。结构方面根据无滤波系统的性能要求选择三电平双边PWM采样调 ...
https://www.eeworm.com/dl/942534.html
技术资料
期刊论文:Virtual Training for Multi-View Object Class Recognition [cv
·Virtual Training for Multi-View Object Class Recognition [cvpr07]
https://www.eeworm.com/dl/684/167211.html
软件设计/软件工程
This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and i
This is my assignment for my tutor s Class. and many problems exist,so you should comprhend it and improve it to perfect.
https://www.eeworm.com/dl/534/159518.html
其他
Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX
Can Simply add the class to a project rather than (1) reference an activeX DLL or (2) add an ActiveX component.