亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

tASK-oriented

  • 是一本介紹java基礎(chǔ)應(yīng)用的好書(shū) Java For Artists targets both the undergraduate computer science or information te

    是一本介紹java基礎(chǔ)應(yīng)用的好書(shū) Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.

    標(biāo)簽: undergraduate information computer Artists

    上傳時(shí)間: 2016-09-28

    上傳用戶(hù):qiaoyue

  • 學(xué)會(huì)一個(gè)程序語(yǔ)言

    學(xué)會(huì)一個(gè)程序語(yǔ)言,是一回事兒;學(xué)會(huì)如何以此語(yǔ)言設(shè)計(jì)并實(shí)作出有效的程序,又是一 回事兒。C++ 尤其如此,因?yàn)樗懿粚こ5睾w了罕見(jiàn)的威力和豐富的表現(xiàn)力,不但建立 在一個(gè)全功能的傳統(tǒng)語(yǔ)言(C)之上,更提供極為廣泛的對(duì)象導(dǎo)向(object-oriented)性質(zhì), 以及對(duì)templates 和exceptions(異常狀態(tài))的支持。 Lostmouse編寫(xiě)的非常出名的C++學(xué)習(xí)資料,適用于有一定的C++編程經(jīng)驗(yàn)的同學(xué)。

    標(biāo)簽: 程序 語(yǔ)言

    上傳時(shí)間: 2014-11-27

    上傳用戶(hù):qunquan

  • UC/OS 的移植

    UC/OS 的移植,以及驅(qū)動(dòng)兩個(gè)task,分別完成lcd的驅(qū)動(dòng),以及LED的驅(qū)動(dòng)

    標(biāo)簽: UC OS 移植

    上傳時(shí)間: 2016-10-18

    上傳用戶(hù):cjf0304

  • The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

    The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.

    標(biāo)簽: bus bidirectional primarily designed

    上傳時(shí)間: 2013-12-11

    上傳用戶(hù):jeffery

  • With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow

    With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow of bandwidth-limited speech processing. Today, the main appli- cations of audio DSP are high quality audio coding and the digital generation and manipulation of music signals. They share common research topics including percep- tual measurement techniques and analysis/synthesis methods. Smaller but nonetheless very important topics are hearing aids using signal processing technology and hardware architectures for digital signal processing of audio. In all these areas the last decade has seen a significant amount of application oriented research.

    標(biāo)簽: multimedia processing the digital

    上傳時(shí)間: 2014-01-23

    上傳用戶(hù):xwd2010

  • Generating Fractals with SSE/SSE2 You probably have heard about fractals before. They are beautiful

    Generating Fractals with SSE/SSE2 You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of each pixel. That is a large computational task, and drawing a fractal needs a fast CPU and a carefully optimized program.

    標(biāo)簽: Generating SSE beautiful Fractals

    上傳時(shí)間: 2016-11-03

    上傳用戶(hù):小鵬

  • A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distrib

    A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distributed Embedded Systems at Carnegie Mellon University. Throughout this course, a distributed real-time system – an elevator control system– is specified, designed, built, and simulated. Object Oriented Analysis and Design methods, in specific the Unified Modeling Language (UML) are used when designing the system.

    標(biāo)簽: Documentation for Elevator Distrib

    上傳時(shí)間: 2013-12-14

    上傳用戶(hù):zhouli

  • Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s

    Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.

    標(biāo)簽: Inside Object the Model

    上傳時(shí)間: 2013-12-24

    上傳用戶(hù):zhouli

  • 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.

    標(biāo)簽: development adaptable solutions patterns

    上傳時(shí)間: 2014-09-07

    上傳用戶(hù):wangchong

  • neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o

    neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object oriented and focuses on reducing tedious and confusing problems of programming neural networks. By this I mean that network layers are easily defined. An entire multi-layer network can be created in a few lines, and trained with two functions. Layers can be connected to one another easily and painlessly.

    標(biāo)簽: Programmer Networks entirely network

    上傳時(shí)間: 2013-12-24

    上傳用戶(hù):liuchee

主站蜘蛛池模板: 久治县| 和顺县| 德州市| 景德镇市| 鸡泽县| 临猗县| 灵宝市| 灌阳县| 永川市| 梅河口市| 磴口县| 谢通门县| 中山市| 馆陶县| 永仁县| 麟游县| 涞水县| 宁化县| 霍山县| 西城区| 遵义市| 云南省| 梁山县| 扶沟县| 敖汉旗| 阜新市| 连南| 樟树市| 普兰县| 宁阳县| 邛崃市| 大邑县| 阿克苏市| 塔河县| 湘潭县| 大埔县| 定西市| 嘉峪关市| 荥阳市| 滨州市| 墨江|