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

CLEAR

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with CLEAR and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.

    标签: development adaptable solutions patterns

    上传时间: 2014-09-07

    上传用户:wangchong

  • A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a

    A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a CLEAR definition of it or quite understand what it is or why it is useful. I have even asked seasoned assembly programmers about the term before and most of them had not heard of it. If it is new to you, do not worry, you are not the only one. It is a term that is scarcely used and is only useful in a reverse engineering context. Furthermore, is it "codecave" or "code cave"? I am not quite sure, but I will try my best to refer to it consistently as a "codecave". A space may sneak in there from time to time

    标签: engineering code-what chances reverse

    上传时间: 2014-01-17

    上传用户:hn891122

  • The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringi

    The Red Hat Linux and Fedora distributions have become one of the major Linux distributions, bringing to the PC all the power and flexibility of a Unix workstation as well as a complete set of Internet applications and a fully functional desktop interface. This book is designed not only to be a complete reference on Linux, but also to provide CLEAR and detailed explanations of Linux features. No prior knowledge of Unix is assumed Linux is an operating system anyone can use

    标签: distributions Linux Fedora become

    上传时间: 2017-02-11

    上传用户:moshushi0009

  • This book uses the Python language to teach pro - gramming concepts and problem -solving skills,

    This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the student learns how to design the logic of programs and then implement those programs using Python. This book is ideal for an introductory programming course or a programming logic and design course using Python as the language. As with all the boolts in the Starting Out With series, the hallmark of this text is its CLEAR, friendly, and easy -to-understand writing. In addition, it is rich in example programs that are concise and practical. The programs in this book include short examples that highlight specific programming topics, as well as more involved examples that focus on problem solving. Each chapter provides one or more case studies that provide step -by-step analysis of a specific problem and shows the student how to solve it.

    标签: language gramming concepts problem

    上传时间: 2014-01-11

    上传用户:独孤求源

  • matlab最常用命令 1.有关命令行环境的一些操作:  (1) clc 擦去一页命令窗口,光标回屏幕左上角 

    matlab最常用命令 1.有关命令行环境的一些操作:  (1) clc 擦去一页命令窗口,光标回屏幕左上角  (2) CLEAR 从工作空间清除所有变量  (3) clf 清除图形窗口内容  (4) who 列出当前工作空间中的变量  (5) whos 列出当前工作空间中的变量及信息  或用工具栏上的 Workspace 浏览器

    标签: 61548 matlab clc 命令

    上传时间: 2014-12-21

    上传用户:liuchee

  • Java Maze3D迷宫游戏源码

    Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"CLEAR" 清除解答。按上、下、左、右光标键可以单步找出口。

    标签: Maze3D Java 迷宫 源码

    上传时间: 2017-03-24

    上传用户:龙飞艇

  • how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

    how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .CLEAR and .swap vector class member functions.

    标签: Creation constant Passing vectors

    上传时间: 2017-04-25

    上传用户:1079836864

  • Java Maze3D迷宫游戏源码

    Java Maze3D迷宫游戏源码,浏览器上只要安上JAVA解释器就能运行,三维显示迷宫,点击 "New" 按钮开始迷宫之旅, 找不到出口的时候点击"Solve" 按钮显示红色的出口线路,点击"CLEAR" 清除解答。按上、下、左、右光标键可以单步找出口。

    标签: Maze3D Java 迷宫 源码

    上传时间: 2014-08-14

    上传用户:chongcongying

  • As I write this foreword, I am collaborating with four leading user interface (UI) component vendo

    As I write this foreword, I am collaborating with four leading user interface (UI) component vendors on a presentation for the 2004 JavaOneSM conference. In our presentation, the vendors will show how they leverage JavaServerTM Faces technology in their products. While developing the presentation, I am learning some things about the work we’ve been doing on JavaServer Faces for the past three years. The vendors have their own set of concerns unique to adapting their product for JavaServer Faces, but they all voice one opinion loud and CLEAR: they are very relieved to finally have a standard for web-based user interfaces.

    标签: collaborating component interface foreword

    上传时间: 2014-08-27

    上传用户:时代电子小智

  • With this example-driven book, you get a quick, practical, and thorough introduction to Java s API f

    With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a CLEAR, no-nonsense approach to these technologies by providing you with a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing a sample application. You ll not only learn how to write web services from scratch, but also how to integrate existing services into your Java applications. All the source code for the examples is available from the book s companion website.

    标签: example-driven introduction practical thorough

    上传时间: 2013-12-18

    上传用户:lnnn30