虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Collections

  • SnackAmp is a powerful multi-platform audio music (mp3, ogg ,wav, streams ...) player and organizer

    SnackAmp is a powerful multi-platform audio music (mp3, ogg ,wav, streams ...) player and organizer for large music Collections. Manage your entire collection, including ID3 tagging and auto-playlisting. Integrated web server for remote control/streaming

    标签: multi-platform organizer SnackAmp powerful

    上传时间: 2013-12-22

    上传用户:3到15

  • 采用jsp+servlet+javabean

    采用jsp+servlet+javabean,jsp负责少量的页面处理,以servlet为主。 结构清晰明了,未对页面做美工处理,因此html和javascript代码很少, 详细介绍了jdbc的常用api以及数据库中的表的级联。 开发调试平台为jbuilder9+tomcat4,在resin和weblogic下测试通过。 数据库平台为ms sql server2000 数据库连接池为apache组织下jakarta项目组开发的commons-dbcp 1.0 info.sql 数据库的表结构文件 其中表info_table1和info_table2有级联关系 guestbook.properties 属性文件,初始化了一些参数 mssqlserver.jar,msutil.jar,msbase.jar SQL驱动 commons-Collections.jar,commons-dbcp-1.1.jar,commons-pool-1.1.jar 数据库连接池

    标签: javabean servlet jsp

    上传时间: 2014-01-19

    上传用户:gtzj

  • Math.NET开源数学库 C#实现 具体功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A spa

    Math.NET开源数学库 C#实现 具体功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Distribution fonctions, see MathNet.Numerics.Distributions. - Statistical accumulator, see MathNet.Numerics.Statistics. - Fourier transformations, see MathNet.Numerics.Transformations. - Miscellaneous utilies (polynomials, rationals, Collections).

    标签: LinearAlgebra Numerics MathNet algebra

    上传时间: 2015-07-23

    上传用户:思琦琦

  • A detailed explanation of C# 2.0 An introduction to Visual Studio 2005, a tool set for building

    A detailed explanation of C# 2.0 An introduction to Visual Studio 2005, a tool set for building Windows and web applications More than 200 questions and programming exercises to help you better judge your understanding of the material A greater emphasis on event handling Information on generics and generic Collections

    标签: introduction explanation detailed building

    上传时间: 2013-12-14

    上传用户:爱死爱死

  • Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2

    Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing Classes 7: Polymorphism 8: Interfaces & Inner Classes 9: Error Handling with Exceptions 10: Detecting Types 11: Collections of Objects 12: The Java I/O System 13: Concurrency 14: Creating Windows & Applets 15: Discovering Problems 16: Analysis and Design A: Passing & Returning Objects B: Java Programming Guidelines C: Supplements D: Resources Index

    标签: Introduction Thinking Revision Preface

    上传时间: 2014-07-13

    上传用户:netwolf

  • 常见java数据结构的使用方法

    常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类

    标签: java 数据结构

    上传时间: 2014-02-10

    上传用户:qiao8960

  • December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7

    December 19, 2006 - Ant 1.7.0 Available Apache Ant 1.7.0 is now available for download. Ant 1.7 introduces a resource framework. Some of the core ant tasks such as <copy/> are now able to process not only file system resources but also zip entries, tar entries, paths, ... Resource Collections group resources, and can be further combined with operators such as union and intersection. This can be extended by custom resources and custom tasks using resources. Ant 1.7 starts outsourcing of optional tasks to Antlibs. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant. Support for the version control system Subversion will be only provided as an antlib to be released shortly. Ant 1.7 fixes also a large number of bugs. Ant 1.7 has some initial support for Java6 features.

    标签: Ant Available available December

    上传时间: 2014-01-05

    上传用户:daoxiang126

  • java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一

    java面试笔试题大汇总 ~很全面 java面试笔试题大汇总 第一,谈谈final, finally, finalize的区别。   最常被问到。   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以implements(实现)interface(接口)?   第三,Static Nested Class 和 Inner Class的不同,说得越多越好(面试题有的很笼统)。   第四,&和&&的区别。 这个问得很少。     第五,HashMap和Hashtable的区别。   常问。     第六,Collection 和 Collections的区别。   你千万别说一个是单数一个是复数。     第七,什么时候用assert。   API级的技术人员有可能会问这个。     第八,GC是什么? 为什么要有GC?   基础。     第九,String s = new String("xyz") 创建了几个String Object?     第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少?     第十一,short s1 = 1 s1 = s1 + 1 有什么错? short s1 = 1 s1 += 1 有什么错?   面试题都是很变态的,要做好受虐的准备。     第十二,sleep() 和 wait() 有什么区

    标签: java 笔试题

    上传时间: 2017-05-19

    上传用户:坏坏的华仔

  • 界面漂亮 功能实用的串口调试助手

    大家先试用一下,源码后面奉上!!!using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Linq;using System.Threading.Tasks;using System.Windows;namespace SerialCom{    /// <summary>    /// App.xaml 的交互逻辑    /// </summary>    public partial class App : Application    {    }}

    标签: 串口调试

    上传时间: 2022-03-25

    上传用户:kent