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

搜索资源列表

  1. (有向)图的深度优先遍历算法模板算法(java源码)

  2. /* * (有向)图的深度优先遍历算法模板 */ package dsa; public abstract class DFS extends GraphTraverse { //变量 protected static int clock = 0;//遍历过程中使用的计时钟 //构造方法 public DFS(Graph g) { super(g); } //深度优先遍历算法 protected Object traverse(Vertex v, Object info) {//从顶点v出发,
  3. 所属分类:其它

    • 发布日期:2010-01-21
    • 文件大小:3072
    • 提供者:hexiang221
  1. java基础实例200题

  2. 复 习 题 一、 单选题(40 道) 1. 电子商务有许多分类,其中 B to C 是指( )。 A、企业与企业 B、企业与消费者 C、消费者与消费者 D、企业与政府 2. 在一个由客户端,协议防火墙、中间层(DMZ) 、域防火墙及企业内部网构成的电子商务 系统中,一般情况下,协议防火墙会允许哪个/些协议通过? A. IIOP B. FTP C. HTTP/HTTPS D. JAVA 3. 在 HTML 文件中可以嵌入 JSP 表达式。下面哪一个表明了正确的嵌入方式? A. B. C.
  3. 所属分类:C

    • 发布日期:2010-01-24
    • 文件大小:1048576
    • 提供者:zgyBrittany
  1. 在线图书订购系统(asp)

  2. 档案说明: ==== 登入功能 ==== index.asp 主页面 login.asp 会员登入 user_add.asp 加入(储存)会员 ================== ==== 管理功能 ==== supervisor/login.asp 密码登入管理功能 supervisor/supervisor.mdb 管理者的密码 (目前为 name=superwin password=test , 请自行修改) add_products.asp 新增 & 修改商品资料 save_prod
  3. 所属分类:C#

    • 发布日期:2010-01-25
    • 文件大小:186368
    • 提供者:lqinj
  1. 快速稳健搜索器--everything

  2. 快到令人发指,不但搜索快,引索也快 我测试下来一个内置硬盘加两个外置硬盘,几秒钟就完成引索。个人使用下来的感觉的确是够快速的,而且它自己创建的引索文件也非常小巧,就 2MB 左右(scavin:小众 60G 的硬盘瞬间索引完毕,身材不超过 1MB)。虽然只能搜索文件名,但是其表现足以代替 Windows 的搜索了。 如果想搜索全文,可以使用小众推荐的 Super Finder – 全文搜索。 如果你已经对 Windows 自带的搜索功能不满意,可以尝试使用这款软件来代替自带搜索功能。 不过,推
  3. 所属分类:FTP

    • 发布日期:2010-01-27
    • 文件大小:425984
    • 提供者:yi_17328214
  1. Groovy经典入门

  2. Groovy is like a super versionof Java. It can leverage Java'senterprise capabilities but alsohas cool productivity features like closures, DSL support, builders and dynamic typing.
  3. 所属分类:Java

    • 发布日期:2010-01-29
    • 文件大小:3145728
    • 提供者:jiang_nh
  1. 办公OA系统

  2. 1、本系统在 Windows 2003 Server/Windows xp professinal sp2 VS.NET2005 SQLServer2005环境下调试通过2、文件夹.MyOA\DB\下为系统所需要的数据库脚本文件3、管理员登录名及初识口令:super/1
  3. 所属分类:C#

    • 发布日期:2007-12-10
    • 文件大小:98304
    • 提供者:Nebulaliu
  1. Learn Perl in 21 days

  2. This is a super good perl tutorial. It will teach you perl by so many elementory examples and clear explanations. Worth treasuring.
  3. 所属分类:Perl

    • 发布日期:2010-02-07
    • 文件大小:2097152
    • 提供者:Wjch111
  1. Java.Web开发详解源代码

  2. Java.Web开发详解.书中例子的源代码 public class GuestbookException extends Exception { public GuestbookException(String msg) { super(msg); } }
  3. 所属分类:Web开发

    • 发布日期:2010-02-09
    • 文件大小:1048576
    • 提供者:panjinqq
  1. 达内 coreJava 习题答案

  2. 1,编写程序,判断给定的某个年份是否是闰年。 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。 import java.util.Scanner; class Bissextile{ public static void main(String[] arge){ System.out.print("请输入年份"); int year; //定义输入的年份名字为“year” Scanner scanner = new S
  3. 所属分类:Java

    • 发布日期:2010-02-10
    • 文件大小:12288
    • 提供者:lq_1987
  1. 实时操作系统方面的讲义和资料

  2. 关于实时操作系统的讲义 实时系统的特点是,如果逻辑和时序出现偏差将会引起严重后果的系统。有两种类型的实时系统:软实时系统和硬实时系统。在软实时系统中系统的宗旨是使各个任务运行得越快越好,并不要求限定某一任务必须在多长时间内完成。 在硬实时系统中,各任务不仅要执行无误而且要做到准时。大多数实时系统是二者的结合。实时系统的应用涵盖广泛的领域,而多数实时系统又是嵌入式的。这意味着计算机建在系统内部,用户看不到有个计算机在系统里面。以下是一些嵌入式系统的例子: 通讯类 Switch Hurb 路由器
  3. 所属分类:硬件开发

    • 发布日期:2010-02-11
    • 文件大小:10485760
    • 提供者:hyquailmr
  1. [游戏常用工具]繁体转简体.w2kxpcjk2

  2. [游戏常用工具]繁体转简体.w2kxpcjk2 游戏中的汉化,日语,繁体等转简体 空中英语教师繁体super 光盘 中的乱码解决
  3. 所属分类:其它

    • 发布日期:2010-02-11
    • 文件大小:384000
    • 提供者:lance0718
  1. java语法规范 langspec

  2. Java Language Specification Third Edition ========================================= 1 Introduction 1.1 Example Programs 1.2 Notation 1.3 Relationship to Predefined Classes and Interfaces 1.4 References 2 Grammars 2.1 Context-Free Grammars 2.2 The Le
  3. 所属分类:Access

    • 发布日期:2010-02-21
    • 文件大小:468992
    • 提供者:robinc2009
  1. jquery实例,有50个例子

  2. /*! * jQuery Javascr ipt Library v1.3 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. * http://docs.jquery.com/License * * Date: 2009-01-13 12:50:31 -0500 (Tue, 13 Jan 2009) * Revision: 6104 */
  3. 所属分类:Javascript

    • 发布日期:2010-02-21
    • 文件大小:4194304
    • 提供者:yuyutu
  1. Linux Network Administrator

  2. Chapter 1. Introduction to Networking Section 1.1. History Section 1.2. TCP/IP Networks Section 1.3. Linux Networking Section 1.4. Maintaining Your System Chapter 2. Issues of TCP/IP Networking Section 2.1. Networking Interfaces Section 2.2. IP Addr
  3. 所属分类:Linux

    • 发布日期:2010-02-26
    • 文件大小:1048576
    • 提供者:crystalxyy
  1. 超级super汇编教程

  2. 一个很不错的很详细的汇编教程,包教包会,不会找本小姐
  3. 所属分类:硬件开发

    • 发布日期:2010-03-05
    • 文件大小:854016
    • 提供者:liweinj
  1. android项目源代码

  2. Unlocking Android - NetworkSocketServer --------------------------------------- This is NOT an Android project. Rather, this is super simple socket server example - which can be run locally to connect to from Android (see NetworkExplorer for the And
  3. 所属分类:Android

    • 发布日期:2010-03-08
    • 文件大小:4096
    • 提供者:max8888888
  1. 处理机的调度课程设计

  2. 处理机的调度 处理机的调度 truct pcb { //定义进程控制块PCB char name[10]; char state; int super; int ntime; int rtime; struct pcb* link; }*ready=NULL,*p; typedef struct pcb PCB
  3. 所属分类:网络攻防

    • 发布日期:2010-03-09
    • 文件大小:174080
    • 提供者:kuki121
  1. 学习java的心得精华

  2. 学习java的心得精华,其中包含了this,super,多态的讲解!
  3. 所属分类:Java

    • 发布日期:2010-03-11
    • 文件大小:155648
    • 提供者:xiaofude2005
  1. OpenGL C++ 资料

  2. 教你如何用OpenGL 制作游戏 (ebook-pdf) - Programming - OpenGL Reference Manual.pdf (ebook-pdf) OpenGL Programming Guide.pdf Advanced Graphics Programming Techniques Using Opengl.pdf Thinking In C++ Macmillan.Opengl.Super.Bible.chm
  3. 所属分类:C++

    • 发布日期:2010-03-12
    • 文件大小:14680064
    • 提供者:yingpusheng
  1. 聊天系统计算机相关论文

  2. // 将各个组件添加到主界面 this.getContentPane().setLayout(new BorderLayout()); this.getContentPane().add(panel1, BorderLayout.NORTH); this.getContentPane().add(panel2, BorderLayout.CENTER); this.getContentPane().add(panel3, BorderLayout.SOUTH); this.pack(); tr
  3. 所属分类:Web开发

    • 发布日期:2010-03-14
    • 文件大小:658432
    • 提供者:zqxz1987
« 1 2 ... 45 46 47 48 49 50»