搜索资源列表
ATutorialonPrincipalComponentAnalysis
- A Tutorial on Principal Component Analysis.Principal component analysis (PCA) is a mainstay of modern data analysis - a black box that is widely used but poorly understood. The goal of this paper is to dispel the magic behind this black box.
SpinnerDemo
- SpinnerDemo演示了Java的微调控制(javax.swing.JSpinner使用)在Matlab应用。该演示包括三个纺纱用不同的数据模型:列表(细胞的字符串数组),数量和日期。纺纱厂是相互关联的使用,使他们的StateChangedCallback修改一个自动微调影响其他人。 此外,此实用工具演示如何分配键盘助记符(热键),以一个标签,并将它附加到微调控制。网页工具提示也显示在标签上()。 此实用程序还演示了如何设置,关闭与一个数字窗口有用的特性<ESC>关键。
PPT(JavaScript)
- 熟悉Javascr ipt的数据类型: 数值型、字符型、逻辑型、空值 掌握Javascr ipt的表达式与运算符 掌握Javascr ipt控制语句、内部对象 掌握Javascr ipt自定义对象-Familiar with the Javascr ipt data types: numeric, character, logic type, null values have Javascr ipt expressions and operators have
Java
- Java程序设计实用教程源代码 本书源代码按章分别放置在不同的文件夹中,所有程序均在JDK1.6环境下编译运行正常,除了第13章需要建立ODBC数据源之外,其他程序只要有Java运行环境即可直接运行。-Java Programming Tutorial practical source book source code, respectively, in accordance with Chapter placed in a different folder, all programs ar
FLASHMP3
- FLASH+SwiftMP3波形同步播放器模型 功能说明:FLASH+SwiftMP3波形同步的原理其实很简单,SwiftMP3把MP3转换成SWF的时候,把mp3中的音频数据以变量s0、s1、s2、s3、……、s17共18个变量储存,然后我们就可以根据这些变量的值即时设置波谱柱的高度了。注意我只是提供一个模型,解决了主要的技术内核,但这个播放器离实际应用还有一段距离,需要你自己去完善。 使用方法: 1,用SwiftMP3转换音乐后,请在flash_boXing.xml文件中修改你的
PHP_MySQL_Tutorial
- Open source has brought a lot more than Linux to the computing world. It has also given us PHP and MySQL. According to Graeme, PHP and MySQL are the world s best combination for creating data-driven sites. In the first installment of this three-l
Procedures_for_the_world_JavaScript
- 1.入门教程文件夹 在该文件夹中包括了Javascr ipt的大部分知识,可以帮助读者快速入门。主要包括:Javascr ipt语言概述,Javascr ipt语言入门,Javascr ipt事件处理,Javascr ipt基于对象编程,文档对象模型(DOM),String、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。 2.视频动画文件夹 在该文件夹中包括5个视频动画,可以通过他们快速学习Javascr ipt。 -1. Getting
4.Spring_J2SE
- Java Persistance API, 在J2SE中用UNit Test生成数据。这个教程是我给公司做的一个培训,后面还有4个例子,包括使用Hibernate代替Toplink essentrials并且可以在Tomcat中运行。增加字段同步数据库。迁移到DB2数据库。请邮件联系免费索取。包括的jar文件太大,不便上传。-Java Persistance API, in J2SE using UNit Test to generate data. This tutorial is done
A_basic_Cl18224811282004
- Updated 11/28/04 to loop on adds/updates/deletes. This version IV example shows you how to build a basic client/server address application using persistent data. This version modifies the previous version III so that version III uses the MS Access da
java-threads-tutorial
- This tutorial explores the basics of threads -- what they are, why they are useful, and how to get started writing simple programs that use them. We will also explore the basic building blocks of more sophisticated threading applications -- how
weka
- weka data mining tutorial
Java_data_structures_Computer_Practicals_guide_tut
- Java数据结构上机实践教程:不错的指导教程!-Java data structures Computer Practicals Tutorial: a good guide tutorial!
Regular-Expressions-Cookbook
- 中文名称:《正则表达式经典实例》 本书讲解了基于8种常用的编程语言使用正则表达式的经典实例。书中提供了上百种可以在实战中使用的实例,以帮助读者使用正则表达式来处理数据和文本。对于如何使用正则表达式来解决性能不佳、误报、漏报等常见的错误以及完成一些常见的任务,本书给出了涉及基于C#、Java、Javascr ipt、Perl、PHP、Python、Ruby和VB.NET等编程语言的解决方案。 本书的读者对象是对正则表达式感兴趣的软件开发人员和系统管理员。本书旨在教会读者很多新的技巧以及如何避
CVS_Classic_Chinese_data
- CVS经典中文资料:学习cvs很好的教程,中文版CVS Classic Chinese data-CVS Classic Chinese information: cvs good tutorial to learn the Chinese version of CVS Classic Chinese data
Freemarker_programmers_guide_tutorial
- Freemarker程序员引导教程:FreeMarker 的数据模型(root 状模型)可以使用标准java 类(Map,String 等等)来表示-Freemarker programmers guide Tutorial: FreeMarker data model (root-like model) can use standard java classes (Map, String, etc.) to represent
J2EE_Training_data_set
- J2EE入门资料集J2EE Training data set很好的一个j2ee入门教程-J2EE Introduction to J2EE Training data set data set a good j2ee Tutorial
FLASH-Tutorial-page
- 这是一份描述FLASH翻页教程的资料,希望对大家有帮助-This is a FLASH page tutorial describes the data, we want to help
java-threads-tutorial
- 本教程探索线程的基础知识 - 它们是什么,为什么它们是有用的,以及如何开始写以及使用这些简单的程序,同时探讨更复杂的线程应用程序的基本构件 - 如何在线程之间的数据交换,如何控制线程以及线程之间如何相互通信。-This tutorial explores the basics of threads-- what they are, why they are useful, and how toget started writing simple programs that use them.
spring-data-neo4j-tutorial
- cspring-data-neo4j-tutorial for java development
Java_for_Data_science_Code
- Java for Data Science Tutorial
