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

搜索资源列表

  1. C#坦克大战代码(电脑版本跟手机版本)

  2. http://blog.csdn.net/xiaoxiao108/archive/2010/12/18/6084473.aspx 记得在大学学java时,同学在下载了很多java的视频,看到里面有些是介绍简单游戏开发的,马士兵老师讲的,挺感兴趣的。一起看了看视频写了写程序。现在毕业了,因为工作中用的是C#,最近很想拿C#把以前写的坦克大战重写下,来熟悉熟悉C#的基本语法。 程序很简单,跟java代码相比没有多大改动 开发环境 vs2008 实现方法如下 1.在form中添加一个panel,在p
  3. 所属分类:C#

    • 发布日期:2011-03-03
    • 文件大小:74752
    • 提供者:xiaoxiao108
  1. Tcl/Tk Engineering Manual

  2. This is a manual for people who are developing C code for Tcl, Tk, and their extensions and applications. It describes a set of conventions for writing code and the associated test scr ipts. There are two reasons for the conventions. First, the conv
  3. 所属分类:其它

    • 发布日期:2011-03-31
    • 文件大小:75776
    • 提供者:shaoguangleo
  1. Tcl Style Guide

  2. This is a manual for people who are developing Tcl code for Wish or any other Tcl application. It describes a set of conventions for writing code and the associated test scr ipts. There are three reasons for the conventions. First, the conventions e
  3. 所属分类:其它

    • 发布日期:2011-03-31
    • 文件大小:74752
    • 提供者:shaoguangleo
  1. 无人永生源代码 v1.003

  2. ========================================== NO ONE LIVES FOREVER Source Code v1.003 May 15, 2001 ========================================== I. INSTALLATION INSTRUCTIONS II. SYSTEM REQUIREMENTS III. DIRECTORY STRUCTURE IV. NOLF VISUAL C++ WORKSPACE V.
  3. 所属分类:网络游戏

    • 发布日期:2011-04-05
    • 文件大小:5242880
    • 提供者:nc7659
  1. jQuery 1.4 Animation Techniques

  2. Since the first jQuery homepage in 2006, an interactive example introduced visitors to jQuery with a single line of code, and a button to run that code. When clicked, it added a class to a hidden paragraph, and animated that paragraph to become visi
  3. 所属分类:Javascript

    • 发布日期:2011-04-12
    • 文件大小:7340032
    • 提供者:lsyyeyin
  1. 数据建模(经典推荐)

  2. 本资料约500多页 内容目录如下: 数据建模(经典推荐) Contents Foreword Acknowledgments About the Author Chapter 1 Introduction Why Is There a Need for This Book? Who Can Benefit from Reading This Book? The Need for Universal Data Models A Holistic Approach to Systems Devel
  3. 所属分类:其它

    • 发布日期:2011-04-13
    • 文件大小:3145728
    • 提供者:Peart_Boy
  1. Manage Software Testing

  2. This book is written for: • Testers who want to become test managers and need to get a new perspective on all the things they already know. • Test managers who want answers to some very pressing questions all in one place. • Project managers who wan
  3. 所属分类:软件测试

    • 发布日期:2011-04-23
    • 文件大小:9437184
    • 提供者:leeninchao
  1. 高级Shell脚本编程.chm

  2. 目录 序 1. 原书作者致中国读者(英文) 2. 原书作者致中国读者(译文) 3. 黄毅 4. 杨春敏 第一部分. 热身 1. 为什么使用shell编程? 2. 带着一个Sha-Bang出发(Sha-Bang指的是#!) 2.1. 调用一个脚本 2.2. 初步的练习 第二部分. 基本 3. 特殊字符 4. 变量和参数的介绍 4.1. 变量替换 4.2. 变量赋值 4.3. Bash变量是不区分类型的 4.4. 特殊的变量类型 5. 引用 5.1. 引用变量 5.2. 转义 6. 退出和退出状态
  3. 所属分类:其它

    • 发布日期:2011-05-10
    • 文件大小:1048576
    • 提供者:fpcwu
  1. Web Operations

  2. Web Operations Web运维 网络应用牵涉到很多专业人土,而网站运维人员必须确保应用的每一部分在其整个生命周期中都能正常工作。当初创公司遭遇了未曾预期的访问流量尖峰,或者当某个新特性导致成熟应用失效时,你就需要这样的专业知识。在这部文章和访谈集中,网站运维老手theo schlossnagle、baron schwartz和alistair croll向这个日新月异的领域提供了他们的真知灼见。你还将学到如何使网站蓬勃发展的秘诀,这是来自·最大规模网站建设者的第一手资料。   ·学习
  3. 所属分类:其它

    • 发布日期:2011-05-27
    • 文件大小:11534336
    • 提供者:coolzhx
  1. 软件框架设计的艺术 (Practical API Design, pdf)

  2. Contents Theory and Justification 1 The Art of Building Modern Software 5 Evolution of Software So Far 7 Gigantic Building Blocks 9 Beauty Truth and Elegance 10 More Cluelessness 12 The Motivation to Create an API 15 Modularizing Applications 17 Rel
  3. 所属分类:C++

    • 发布日期:2011-06-07
    • 文件大小:3145728
    • 提供者:xdcrun
  1. VC++实现50以内的加减法

  2.  电脑随机出10道题,每题10分,程序结束时显示学生得分;  确保算式没有超出1~2年级水平,只允许进行50以内的加减法,不允许两数之和或之差超出0~50的范围,负数更是不允许的;  每道题学生有三次机会输入答案,当学生输入错误答案时,提醒学生重新输入,如果三次机会结束则输出正确答案;  对于每道题目,学生第一次输入正确答案得10分,第二次输入正确答案得7分,第三次输入正确答案得5分,否则不得分;  总成绩90分以上现实“SMART”,80~90分显示“GOOD”,70~80分显示“
  3. 所属分类:C/C++

  1. c++大作业源码! 学生测验系统(附源码,有详细描述)

  2. 小学生测验 2. 课题说明:向小学1~2年级学生,随机选择两个整数和加减法形成算式要求学生作答。 基本功能:  电脑随机出10道题,每题10分,程序结束时显示学生得分;  确保算式没有超出1~2年级水平,只允许进行50以内的加减法,不允许两数之和或之差超出0~50的范围,负数更是不允许的;  每道题学生有三次机会输入答案,当学生输入错误答案时,提醒学生重新输入,如果三次机会结束则输出正确答案;  对于每道题目,学生第一次输入正确答案得10分,第二次输入正确答案得7分,第三次输入正确答案
  3. 所属分类:C/C++

    • 发布日期:2011-06-13
    • 文件大小:2048
    • 提供者:luochen1990
  1. 单元测试的艺术(英文版)

  2. PART 1 GETTING STARTED 1 1 ❍ The basics of unit testing 3 2 ❍ A first unit test 21 PART 2 CORE TECHNIQUES 47 3 ❍ Using stubs to break dependencies 49 4 ❍ Interaction testing using mock objects 82 5 ❍ Isolation (mock object) frameworks 99 PART 3 THE
  3. 所属分类:Web开发

    • 发布日期:2011-06-21
    • 文件大小:9437184
    • 提供者:lisa_lan_love
  1. 学生选课系统毕业论文

  2. 【摘要】选排课系统功能的设计上,学生选排课系统可以分为登录、排课和选课3个子系统。登录子系统区分排课者(也即系统的管理者)、教师和学生这三者的不同身份,给出不同的权限,在页面中根据身份判断其相应具有的功能来使用这套系统。排课子系统主要供排课者使用,排课者可以在这里进行一切与排课有关的活动。选课系统主要供学生选课使用,在这里可以进行与选课有关的活动;教师可在教师反馈系统中对排课者提出反馈意见,供排课者在排课时可参考使用。 学生选排课系统使用Rational Rose进行UMI。建模;过程选择使用
  3. 所属分类:其它

    • 发布日期:2011-06-26
    • 文件大小:1048576
    • 提供者:a8286
  1. MongoDB: The Definitive Guide

  2. http://www.amazon.com/MongoDB-Definitive-Guide-Kristina-Chodorow/product-reviews/1449381561/ref=dp_top_cm_cr_acr_txt?ie=UTF8&showViewpoints=1 If you're coming from a relational database background and wish to learn more about MongoDB or are interest
  3. 所属分类:MongoDB

    • 发布日期:2011-07-05
    • 文件大小:3145728
    • 提供者:javawsc
  1. Internetworking IPv6 with Cisco Routers

  2. Internetworking IPv6 with Cisco Routers 想要学习IPv6的,这本书我觉得真的很好,希望大家都可以看看。 先贴一个目录给大家看看: Chapter 1: Introduction Overview, Why IPv6, Why a new address scheme, Best Effort: is it enough, Requisites to be satisfied by IPv6, An address space to last, To un
  3. 所属分类:互联网

    • 发布日期:2011-07-26
    • 文件大小:2097152
    • 提供者:kiftx
  1. 四级英语真题

  2. partI Writing (30 minute)注意:此部分试题在答题卡1上。Directions:For this part ,you are allowed 30minute to write a short essay on the topic of students selecting their fectures.You should write at least 120 words following the outline when bellow:1.有些大学允许学生自由选择某
  3. 所属分类:C

    • 发布日期:2008-04-26
    • 文件大小:25600
    • 提供者:hezhifeng1988
  1. Beginning.Android.2.(Apress,.2010,.1430226293).pdf

  2. Beginning.Android.2.(Apress,.2010,.1430226293).pdf 很好的一本英文资料,417页.书名: Begin the journey toward your own successful Android 2 applications Beginning.Android.2. Contents at a Glance Contents at a Glance .............................. iv Contents......
  3. 所属分类:Android

    • 发布日期:2011-09-14
    • 文件大小:10485760
    • 提供者:mrAking
  1. nrComm

  2. nrComm Lib v6.30 Copyright (C) 1997-2003 Roman NovgorodovnrComm Lib provide some tools for performing serial communicationstasks for Delphi/Kylix/CBuilder development. This is good professionalSerial Port components library with TAPI support, Voice,
  3. 所属分类:Delphi

    • 发布日期:2006-02-23
    • 文件大小:563200
    • 提供者:chenxh
  1. CalcExpress

  2. CalcExpress: README=============================Please read this file carefully (especially the INSTALLATIONchapter) before installing the program to your computer.Contents-------- Program information Company information Descr iption Specification I
  3. 所属分类:C++

    • 发布日期:2006-02-23
    • 文件大小:228352
    • 提供者:chenxh
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »