您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. chart java applet

  2. 实现delphi中TChart一样的图表 RChart is java class library (and applet) that will add charts to your java application or web site. In order to run the example application unzip the file .zip and read the HowToRun.txt file. FILES: Examples.htm: applet example
  3. 所属分类:Java

    • 发布日期:2004-06-24
    • 文件大小:354304
    • 提供者:chenxh
  1. System x List Price(Final) version

  2. 全系列X服务器list价格 可作参考。。。。
  3. 所属分类:其它

    • 发布日期:2009-07-15
    • 文件大小:294912
    • 提供者:poordiy
  1. 微软内部资料-SQL性能优化5

  2. Contents Overview 1 Lesson 1: Index Concepts 3 Lesson 2: Concepts – Statistics 29 Lesson 3: Concepts – Query Optimization 37 Lesson 4: Information Collection and Analysis 61 Lesson 5: Formulating and Implementing Resolution 75 Module 6: Troubleshoot
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:2097152
    • 提供者:songsu
  1. Windows Forms .0 Programming

  2. Windows Forms .0 Programming Any Windows programmer using .NET will need to deal with Windows Forms, also known as WinForms. And use of .NET among Windows programmers continues to grow at a rapid pace. The bestselling book on WinForms 1.X, and by fa
  3. 所属分类:C#

    • 发布日期:2010-01-17
    • 文件大小:15728640
    • 提供者:xqq524148626
  1. 小芳便利店(C++源码)

  2. 版本要求: 1. 程序体现面向对象的编程思想; 2. 要求能够灵活添加新物品,并向用户提供多次购买一次性结帐的功能; 提示:可用以下三个类解决该问题 1.货物类(Goods):一个商品,包含了名称,价格信息 Goods -String name -float price +Goods(String _name,float _price) +void setName(String _name) +String getName() +void setPrice(float _price) +flo
  3. 所属分类:C++

    • 发布日期:2010-01-26
    • 文件大小:4096
    • 提供者:hupoqiuxin
  1. Java生成Excel文件

  2. public class XlsExportTest { private static enum ExportFiled { SKU("编号"), NAME("名称"), DATE("日期"), PRICE("金额"), PERCENT("百分比"); private final String name; ExportFiled(String name) { this.name = name; } public String getName() { return this.name; } }
  3. 所属分类:Java

    • 发布日期:2010-02-20
    • 文件大小:2048
    • 提供者:zhanghuihua
  1. SSD3答案 完整版

  2. 卡耐基梅陇的SSD课程答案 import java.io.*; import java.util.*; /* DOCUMENT THIS CLASS */ public class ShoppingCartApplication { private static BufferedReader stdIn = new BufferedReader( new InputStreamReader(System.in)); private static PrintWriter stdOut = new
  3. 所属分类:Java

    • 发布日期:2010-11-13
    • 文件大小:1048576
    • 提供者:coolqzg
  1. column generation

  2. column generation is an insightful overview of the state-of-the-art in integer programming column generation and its many applications. The volume begins with "A Primer in Column Generation" which outlines the theory and ideas necessary to solve lar
  3. 所属分类:C#

    • 发布日期:2011-02-25
    • 文件大小:2097152
    • 提供者:kaka8i3
  1. 重构——改善既有代码的设计

  2. Chapter 1:Refactoring,a First Example 重构,第一个例子   The Starting Point 起点   The First Step in Refactoring 重构第一步   Decomposing and Redistributing the Statement Method 分解并重组slalemenl方法   Replacing the Conditional Logic on Price Code with Polymorphism 用多态
  3. 所属分类:Java

    • 发布日期:2011-06-05
    • 文件大小:12582912
    • 提供者:tirelessfighter
  1. 购物网站中的购物车源代码

  2. <?php if (!$session && !$s) { $s = md5(uniqid(rand())); SetCookie("session", "$s", time() + 14400); } /* 检查是否有 seesion, 如果没有产生一个 MD5 的唯一 id, 并利用 cookie 存入 $s 中。 并且设置其存在时间为 14400 sec 也就是 4 小时 */ $mysql_link = mysql_connect("127.0.0.1", "root", "te
  3. 所属分类:PHP

    • 发布日期:2011-06-06
    • 文件大小:4096
    • 提供者:lovechen1314
  1. 重构-改善既有代码的设计(中文版)

  2. Chapter 1:Refactoring,a First Example 重构,第一个例子   The Starting Point 起点   The First Step in Refactoring 重构第一步   Decomposing and Redistributing the Statement Method 分解并重组slalemenl方法   Replacing the Conditional Logic on Price Code with Polymorphism 用多态
  3. 所属分类:Java

    • 发布日期:2011-08-10
    • 文件大小:1048576
    • 提供者:chengpe23
  1. 重构-改善既有代码的设计+中文版

  2. Chapter 1:Refactoring,a First Example 重构,第一个例子   The Starting Point 起点   The First Step in Refactoring 重构第一步   Decomposing and Redistributing the Statement Method 分解并重组slalemenl方法   Replacing the Conditional Logic on Price Code with Polymorphism 用多态
  3. 所属分类:Web开发

    • 发布日期:2011-12-06
    • 文件大小:11534336
    • 提供者:anran7280906
  1. kuhuesocket

  2. //客户端功能实现类; package clientSide; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Scanner; import serverSide.Goods; import socketFunction.ClientSocket; import systemUtil.Dat
  3. 所属分类:Java

    • 发布日期:2013-06-27
    • 文件大小:7168
    • 提供者:u011223109
  1. 重构 改善既有代码的设计

  2. Chapter 1:Refactoring,a First Example 重构,第一个例子   The Starting Point 起点   The First Step in Refactoring 重构第一步   Decomposing and Redistributing the Statement Method 分解并重组slalemenl方法   Replacing the Conditional Logic on Price Code with Polymorphism 用多态
  3. 所属分类:Java

    • 发布日期:2013-08-16
    • 文件大小:12582912
    • 提供者:wangshuxuncom
  1. TeeChart2013_130818_SourceCode

  2. =============================================== TeeChart Pro v2013 Copyright (c) 1995-2013 by Steema Software All Rights Reserved =============================================== SOFTWARE LICENSING CONTRACT NOTICE TO USER: THIS IS A CONTRACT. BY CLIC
  3. 所属分类:Delphi

    • 发布日期:2013-08-26
    • 文件大小:9437184
    • 提供者:jingcuo
  1. TeeChart2013_131216_SourceCode

  2. =============================================== TeeChart Pro v2013 Copyright (c) 1995-2013 by Steema Software All Rights Reserved =============================================== SOFTWARE LICENSING CONTRACT NOTICE TO USER: THIS IS A CONTRACT. BY CLIC
  3. 所属分类:Delphi

    • 发布日期:2013-12-17
    • 文件大小:10485760
    • 提供者:jingcuo
  1. IEradicator2001

  2. IE浏览器卸载器 ---------------------------------------------------------------- IEradicator 2001 ---------------------------------------------------------------- OCTOBER 2001 (c) 98lite.net, Shane Brooks 1999-2001 http:\\www.98lite.net This document is th
  3. 所属分类:其它

    • 发布日期:2014-01-24
    • 文件大小:103424
    • 提供者:u013551168
  1. 图片列表【范型】

  2. public class MainActivity extends Activity { ListView list; LazyAdapter adapter; private static String HOST = "http://121.199.65.88/tpcms/"; String url = "http://121.199.65.88//tpcms/index.php?s=home/Index/goods/type/1/sort/price_asc/page/2"; LazyAd
  3. 所属分类:Android

    • 发布日期:2015-07-13
    • 文件大小:3145728
    • 提供者:hqh0224
  1. 重构,改善既有代码的设计

  2. hapter 1:Refactoring,a First Example 重构,第一个例子   The Starting Point 起点   The First Step in Refactoring 重构第一步   Decomposing and Redistributing the Statement Method 分解并重组slalemenl方法   Replacing the Conditional Logic on Price Code with Polymorphism 用多态代
  3. 所属分类:其它

    • 发布日期:2016-06-20
    • 文件大小:12582912
    • 提供者:hangmuj10
  1. (接入华为sdk for unity) eclipse部分

  2. /** * 初始化SDK */ private static void initSDK(String appid, String appkey) { ProxySelector defaultProxySelector = ProxySelector.getDefault(); Proxy proxy = null; List proxyList = null; try { proxyList = defaultProxySelector.select(new URI( "http://www
  3. 所属分类:Unity3D

    • 发布日期:2017-10-19
    • 文件大小:942080
    • 提供者:qq_38526653
« 12 »