CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 深入理解

搜索资源列表

  1. wenjiandaxiao

    0下载:
  2. 让你更好理解C++的基本内容与间接提高,并且深入领会Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of-Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:313850
    • 提供者:针对
  1. xueshenchenji

    0下载:
  2. 让你更好理解C++的基本内容与间接提高,并且深入领会Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of-Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:221274
    • 提供者:凝聚了
  1. wenjiandaxiao

    0下载:
  2. 让你更好理解C++的基本内容与间接提高,并且深入领会Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of-Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:313946
    • 提供者:Egyptianarmy
  1. xueshenchenji

    0下载:
  2. 让你更好理解C++的基本内容与间接提高,并且深入领会Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of-Make you a better understanding of C++, and indirectly enhance the basic content and in-depth understanding of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:221370
    • 提供者:lightly
  1. FFT101

    0下载:
  2. fft的理解,说明认识等等,深入-fft understanding, descr iption of knowledge and so on, in-depth
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:426698
    • 提供者:dengda
  1. ASK_MULTIPLY_MODULE

    1下载:
  2. 数字通信中经常用到的几种调制方式仿真,包括ASK调制,OOK调制,FSK调制,BPSK调制等,将该代码理解透彻能够对数字系统中的调制解调方式有着更深入的认识,绝对的好东西,有时间会效代码中的各条语句添加上注释-Frequently used in digital communication several modulation simulation, including the ASK modulation, OOK modulation, FSK modulation, BPSK modula
  3. 所属分类:Modem program

    • 发布日期:2017-04-01
    • 文件大小:5111
    • 提供者:
  1. ADC

    0下载:
  2. 普通的基于128单片机AD转换程序,适用于新手学习,以此可以对128单片机的AD模块有一个深入的理解-Common based on 128 chip AD conversion procedures applicable to novice learning, in order to be in 128 AD module microcontroller has an in-depth understanding of the
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:269037
    • 提供者:cw
  1. gcc-4.7-armhf-cross_1.81.tar

    0下载:
  2. GCC源代码,进一步深入告诉你gcc的源代码的工作原理,有利于进一步理解程序的书写-GCC source code for linux under the procedures for the preparation, to facilitate program writing.
  3. 所属分类:Linux Network

    • 发布日期:2015-06-26
    • 文件大小:24576
    • 提供者:波波
  1. status

    0下载:
  2. 程序主要是对状态栏的一些操作,主要是对CStatusBar类的操作还有其他相关类的使用,通过本程序可以更加深入了解,MFC对单文档程序中状态栏封装和实现,代码中添加了必要的注释,便于读者理解-Program mainly for the status bar some operations, mainly on the type of operation CStatusBar other related classes used by this program can be more in-de
  3. 所属分类:StatusBar

    • 发布日期:2017-05-10
    • 文件大小:2409006
    • 提供者:FuzzyRules
  1. Python-source-code-analysis

    0下载:
  2. 了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Python的实现。书中不仅包括了对大量Python内置对象的剖析,更将大量的篇幅用于对Python虚拟机及Python高级特性的剖析。通过此书,读者能够透彻地理解Python中的一般表达式、控制结构、异常机制、类机制、多线程机制、模块的动态加载机制、内存管理机制等核心技术的运行原理,同时
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:27993901
    • 提供者:wuyong
  1. interrupt

    0下载:
  2. 深入学习中断,通过结合单片机的外围器件编程,让你对51的中断加深理解,为以后的学习奠定基础!-Depth study interruption, through a combination of single-chip peripheral device programming, give you 51 interrupt deepen understanding, the foundation for future learning!
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:245279
    • 提供者:black
  1. Gravity-and-magnetic-data

    0下载:
  2. 重磁金属的非线性方程组求解,使得大家可以对编程有更深刻的理解,对C++编程开发更加深入学习。-Gravity and magnetic metals nonlinear equations, so that we can have a more profound understanding of programming, programming for C++ develop more in-depth study.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2110447
    • 提供者:徐倩
  1. quickSortApp

    0下载:
  2. 对经典的递归快速排序采用选择法和栈进行优化,提高了算法的运行效率,使得对快速排序的理解更加深入。-The classical recursive quick sort and stack using the selection method to optimize and improve the operating efficiency of the algorithm, such that for more in-depth understanding of quick sort.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2989843
    • 提供者:刘荣荣
  1. JAVA-understand-the-program-logic

    0下载:
  2. 深入讲解java的逻辑处理和事物处理。能够为读者提供很多有用的方法和资源,很多好的设置思路,文档清晰,抑郁理解,充分发挥个人的额能力。-Depth explanation of java logic processing and transaction processing. Able to provide readers with many useful methods and resources, a lot of good set ideas, documents clear under
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:21628732
    • 提供者:高艳飞
  1. UNIX

    0下载:
  2. 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28097536
    • 提供者:zhj
  1. ballclock

    0下载:
  2. 数据结构小应用,球钟。用来加深对数据结构的理解,深入学习很有帮助-Small application data structures, ball bell. To deepen the understanding of data structures, in-depth study helpful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:743
    • 提供者:胡永涛
  1. mathematical-modeling-and-case

    0下载:
  2. matlab数学建模与案例分析,帮你对matlab建模问题有更深入的理解-matlab mathematical modeling and case studies, modeling matlab help you gain a deeper understanding of
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4199035
    • 提供者:刘海营
  1. SQL2012-Internals-and-Troubles

    0下载:
  2. 《SQL Server 2012深入解析与性能优化(第3版) 呈现大量专家建议和实例,指导您在透彻理解SQL Server和Windows内部原理的基础上排除SQL Server 2012故障。通过学习本书,您将能熟练使用具体的故障排除工具,并正确解释工具的输出结果,从而迅速地查找和排除SQL Server所在服务器的各种性能问题。 主要内容 完整介绍查询的生命周期,呈现实际环境中的SQL Server架构 介绍服务器硬件和存储系统,分析SQL Server如何使用内存以及正确的内存
  3. 所属分类:SQL Server

    • 发布日期:2017-05-08
    • 文件大小:1700184
    • 提供者:林存松
  1. BsplineCurve

    0下载:
  2. 实现通过用户给定B样条曲线的控制顶点、设定B样条曲线的次数及类型,进而绘制出相应的B样条曲线和对应的基函数图形。并且可以通过鼠标拖拽控制顶点修改B样条曲线和对应的基函数图形。从而,对B样条曲线和基函数的性质有更深入更直观的了解,理解B样条曲线和基函数的对应关系,在以后的学习中能更好地运用B样条曲线。-The number and type of user to achieve a given control vertices B-spline curve, set the B-spline cu
  3. 所属分类:JavaScript

    • 发布日期:2017-06-17
    • 文件大小:25882325
    • 提供者:关杰
  1. ConvolutionsimulationinMATLABGU

    0下载:
  2. 深入了解卷积运算过程对帮助卷积概念的理解具有重要意义。-Convolution process understanding is important in helping to understand the concept of convolution.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:184765
    • 提供者:denghui
« 1 2 ... 35 36 37 38 39 4041 42 »
搜珍网 www.dssz.com