• J-Link OB-STM32F103 V1 2021-02-02.rar

    V6.96 提取 J-Link OB-STM32F103 V1 compiled Feb 02 2021,,使用JFlash烧写到08000000即可,使用V5版JLink commander写入SN:Exec SetSN=xxxxxxxx

    0
    287
    29KB
    2021-07-02
    19
  • J-OB-STM32F103 V1 2020-12-11.rar

    V6.94b 提取 J-Link OB-STM32F103 V1 compiled Dec 11 2020,此版LED灯改为PA8输出,使用JFlash烧写到08000000即可,使用V5版JLink commander写入SN:Exec SetSN=xxxxxxxx

    0
    185
    28KB
    2021-07-01
    11
  • 深入理解PHP-高级技巧,面向对象与核心技术

    学习一般php之外还是需要更深入php时,此书更显重要

    0
    42
    99.1MB
    2019-05-26
    9
  • Expert Visual C++-CLI

    C++/CLI is Microsofts latest extension to C++ that targets the heart of .NET 2.0, the common language runtime. Expert Visual C++/CLI is written by visual C++ MVP Marcus Heege, who examines the core of the C++/CLI language. He explains both how the language elements work and how Microsoft intends them to be used. Even if you're new to C++/CLI and are planning to migrate to it from another language, this book will ground you in the core language elements and give you the confidence to explore further and migrate effectively. It provides concise, yet in-depth coverage of all major C++/CLI features; short code examples succinctly illustrate syntax and concepts, and more elaborate examples show how C++/CLI should be used.

    0
    31
    2.99MB
    2016-07-05
    10
  • Mastering Linux Shell Scripting

    Shell scripting is a quick method to prototype a complex application or a problem by automating tasks when working on Linux-based systems. Using both simple one-line commands and command sequences complex problems can be solved with ease, from text processing to backing up sysadmin tools. In this book, you’ll discover everything you need to know to master shell scripting and make informed choices about the elements you employ. Get to grips with the fundamentals of creating and running a script in normal mode, and in debug mode. Learn about various conditional statements' code snippets, and realize the power of repetition and loops in your shell script. Implement functions and edit files using the Stream Editor, script in Perl, program in Python – as well as complete coverage of other scripting languages to ensure you can choose the best tool for your project.

    0
    70
    8.62MB
    2016-07-05
    9
  • Mac OSX驱动基本原理

    Mac OSX驱动基本原理 I/O Kit 是苹果电脑为 Mac OS X 驱动程序开发而设计的面向对象的框架,本书主要介绍 I/O Kit 的术语,概念,体系结构,以及基本工作机制,并为希望在 Mac OS X 平台上制作 设备驱动程序的人员提供必要的背景信息。

    5
    1010
    1.59MB
    2014-06-24
    15
  • TD-LTE终端测试规范——通信功能和性能分册

    TD-LTE终端测试规范——通信功能和性能分册 44 7.2.4 10MHz异频小区竞争切换 50 7.2.5 20MHz同频小区切换失败后重建至邻小区 59 7.2.6 10MHz异频小区切换失败后重建至邻小区 64 7.2.7 20MHz同频小区切换失败后重建至源小区 69 7.2.8 20MHz异频小区跨频段非竞争切换 73 7.2.9 异频小区跨频段竞争切换 77 7.2.10 20MHz异频小区跨频段切换失败后重建至邻小区 82 7.2.11 跨频段重定向 83 7.2.12 不同TA/MME跨频段切换 83 7.2.13 不同TA/MME异频切换 83 7.2.14 不同TA/MME 同频切换 91 7.3 系统间移动性管理 99 7.3.6 语音业务回退到GERAN 99 7.3.12 数据连续性,基于UE测量的异系统重定向,TD-SCDMA和TD-LTE之间 124 7.3.13 数据连续性,基于UE测量的异系统重定向,LTE和GPRS之间 129 7.3.15 异系统环境下自动搜网选择最高优先级的PLMN 133 7.4 漫游 137 7.4.1 搜索服务时UE UI显示 137

    5
    34
    7.76MB
    2014-05-19
    10
  • Mastering Algorithms With C

    There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques. Implementations, as well as interesting, real-world examples of each data structure and algorithm, are included. Using both a programming style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical analysis, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth. Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters. Contents include: Pointers Recursion Analysis of algorithms Data structures (lists, stacks, queues, sets, hash tables, trees, heaps, priority queues, graphs) Sorting and searching Numerical methods Data compression Data encryption Graph algorithms Geometric algorithms

    5
    134
    10.25MB
    2014-02-27
    10
  • 21st Century C

    Throw out your old ideas of C, and relearn a programming language that’s substantially outgrown its origins. With 21st Century C, you’ll discover up-to-date techniques that are absent from every other C text available. C isn’t just the foundation of modern programming languages, it is a modern language, ideal for writing efficient, state-of-the-art applications. Learn to dump old habits that made sense on mainframes, and pick up the tools you need to use this evolved and aggressively simple language. No matter what programming language you currently champion, you’ll agree that C rocks. Set up a C programming environment with shell facilities, makefiles, text editors, debuggers, and memory checkers Use Autotools, C’s de facto cross-platform package manager Learn which older C concepts should be downplayed or deprecated Explore problematic C concepts that are too useful to throw out Solve C’s string-building problems with C-standard and POSIX-standard functions Use modern syntactic features for functions that take structured inputs Build high-level object-based libraries and programs Apply existing C libraries for doing advanced math, talking to Internet servers, and running databases

    5
    64
    7.28MB
    2014-02-27
    10
  • Android 3.0 Application Development Cookbook

    The book is written in a cookbook style, presenting examples in the style of recipes, allowing you to go directly to your topic of interest, or follow topics throughout a chapter to gain in-depth knowledge. If you are new to Android application development and looking for a quick start, or if you are an experienced Android developer looking for a reference guide, then this book is for you. Ideally, you should know some Java and a little about mark-up languages but this is by no means necessary. This book will teach you how to write rich Android applications from scratch in no time.

    0
    26
    9.61MB
    2011-09-05
    3
  • 分享精英

    成功上传11个资源即可获取
  • 创作能手

    授予每个自然周发布1篇到3篇原创IT博文的用户
  • 新秀勋章

    用户首次发布原创文章,审核通过后即可获得
关注 私信
上传资源赚积分or赚钱