搜索结果

找到约 652 项符合 Class 的查询结果

按分类筛选

显示更多分类

Java编程 一个基于Java的小游戏

一个基于Java的小游戏,有助于帮助理解Java中Class之间的数据传递以及public, private variable的不同用法。
https://www.eeworm.com/dl/633/349351.html
下载: 189
查看: 1042

人工智能/神经网络 LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包

LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有 ...
https://www.eeworm.com/dl/650/351022.html
下载: 121
查看: 2013

Java编程 This application includes a demo server and client program. You could write your own server launcher

This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the following command to launch the server program. java -jar Sim ...
https://www.eeworm.com/dl/633/351082.html
下载: 59
查看: 1090

Java书籍 THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Facto

THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 ...
https://www.eeworm.com/dl/656/351822.html
下载: 36
查看: 1024

Java编程 Java反编译工具

Java反编译工具,可以阅读.class文件。一个是可以直接运行的JAD.exe,另外一个是JAD的Jar包,可以作为Eclipse的插件。
https://www.eeworm.com/dl/633/356446.html
下载: 72
查看: 1053

其他书籍 本书讲述的内容是:如何用C++和中间件来解决网络应用程序开发中相关的重要课题。首先回顾主流OS平台本身具有的核心OS机制

本书讲述的内容是:如何用C++和中间件来解决网络应用程序开发中相关的重要课题。首先回顾主流OS平台本身具有的核心OS机制,并阐释如何在ACE中运用C++和模式,将这些机制封装到类库(class library)wrapper facade之中,从而提高应用程序的可移植性和健壮性。本书用到的主要例子是一个网络日志服务程序,其功能是:通过TCP/ ...
https://www.eeworm.com/dl/542/356777.html
下载: 62
查看: 1038

其他书籍 本书讲述的内容是:如何用C++和中间件来解决网络应用程序开发中相关的重要课题。首先回顾主流OS平台本身具有的核心OS机制

本书讲述的内容是:如何用C++和中间件来解决网络应用程序开发中相关的重要课题。首先回顾主流OS平台本身具有的核心OS机制,并阐释如何在ACE中运用C++和模式,将这些机制封装到类库(class library)wrapper facade之中,从而提高应用程序的可移植性和健壮性。本书用到的主要例子是一个网络日志服务程序,其功能是:通过TCP/ ...
https://www.eeworm.com/dl/542/356779.html
下载: 118
查看: 1034

Java编程 精致、漂亮、实用的日历选择代码

精致、漂亮、实用的日历选择代码,Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for Mootools. I have tried to include all the ...
https://www.eeworm.com/dl/633/358406.html
下载: 150
查看: 1034

电子书籍 &#12690 般&#12703 對 C++ templates 的粗淺印象

&#12690 般&#12703 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作&#12694 。稍有研究 則會發現,templates衍生出來的 C++ Generic Programming(泛型編程)技術,在 C++ 標準程 式庫&#12695 已經遍&#12702 開花結果。以 STL為重要骨幹的 C++ 標準程式庫,將 templates 廣泛運用於容 器 (container ...
https://www.eeworm.com/dl/cadence/ebook/359833.html
下载: 49
查看: 1038

Java编程 Produce a Java program to calculate the value of π in two different methods proposed by Francois Vie

Produce a Java program to calculate the value of π in two different methods proposed by Francois Vieta and John Wallis. Design and implement a super-class Estimation two sub-classes (FrancoisVieta and JohnWallis) and an application class.
https://www.eeworm.com/dl/633/362715.html
下载: 166
查看: 1072