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

搜索资源列表

  1. checksum1

    0下载:
  2. 计算校验和 命令行:check_sum infile 其中check_sum是程序名,infile是数据文件名 输出:数据文件的校验和。 目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,深入理解网络协议的基本概念与网络问题处理的一般方法。-calculated checksum command line : check_sum infile which check_sum procedures, a
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1245
    • 提供者:王慧娟
  1. BEGPOINT.ZIP

    0下载:
  2. 使用C语言操作指针的例子,有助于新手深入理解和学习指针-use C language operating indicators example, help newcomers and the in-depth understanding of learning targets
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15312
    • 提供者:冯宏志
  1. elf for linux

    0下载:
  2. 这是gcc编译中不可或缺的代码段,想了解elf的人不如从源代码入手,深入理解elf的思想。-gcc This is an indispensable source of that to understand better the elf from the start with the source code, in-depth understanding of elf thinking.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:269475
    • 提供者:haugnwm
  1. thermdsp

    0下载:
  2. 数字温度计原代码,使用芯片为DS1820,深入理解DSP的BSP端口做GPIO的应用-digital thermometer source, the use of chip DS1820, in-depth understanding of DSP BSP GPIO ports do Application
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:65343
    • 提供者:萧飒
  1. unix_V

    0下载:
  2. 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:158927
    • 提供者:马克
  1. 02824418

    0下载:
  2. 多边形扫描转换 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。-polygon scan conversion raster graphics through the realization of the classic polygon filling algorithm, raster graphics, in-depth understanding of the principle.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:10605
    • 提供者:陆俊
  1. compc++

    0下载:
  2. 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:106119
    • 提供者:周自强
  1. javacaiculator

    0下载:
  2. 用java编写的计算器,可以深入理解计算器程序编写过程中需要注意的问题-prepared with the calculators, in-depth understanding of the process of preparation of calculators procedures necessary to pay attention to the problem
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5438
    • 提供者:李洪坤
  1. UnderStandWinXP

    0下载:
  2. 详细彻底解剖WinXP,让你深入理解XP操作系统.rar-detailed anatomy WinXP thorough, in-depth understanding of your XP operating system. Rar
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:126190
    • 提供者:leepp
  1. tcpipsim

    0下载:
  2. 在windows环境中模拟tcpip协议栈,对于深入理解Tcpip协议非常有帮助-in windows environment simulation TCPIP protocol stack, for in-depth understanding subkey agreement has been very helpful
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:636449
    • 提供者:hongge
  1. 123BinDwt97

    0下载:
  2. 实现二进9/7小波变换的一个例子,对深入理解小波变换有帮助。-into achieving two 9 / 7 wavelet transform an example, in-depth understanding of wavelet transform help.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2707
    • 提供者:王成优
  1. Linux_driver_designe

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间 建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设 备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设 备驱动程序,可以深入理解Linux系统和进行系统开发-Linux system, device drivers operating system kernel is an important component, the equipme
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4075
    • 提供者:fhy
  1. 深入编程内幕——Visual C++

    0下载:
  2. 想更深地理解VC++编程,这本书将是你最好的选择,本书较详细地介绍了MFC类库的程序结构。 -to a deeper understanding of VC program, this book will be your best choice, the book more detailed descr iption of the procedures MFC structure.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:1097495
    • 提供者:张张里
  1. TotalTree

    0下载:
  2. 二叉树的集合操作,附带一份程序的试验报告,相当优秀的程序,对深入理解二叉树很有帮助。-binary tree assembly operation, accompanied by a program to the test report, the procedure quite excellent, in-depth understanding of binary tree helpful.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4513
    • 提供者:温耀彬
  1. good_CPU

    0下载:
  2. 本代码是在modelsim下运行的模拟8×8位的CPU,执行程度,对深入理解CPU设计和运行原理具有重要意义- This code is simulation 8脳8 position CPU which moves under modelsim, carries out the degree, to thoroughly understood the CPU design and the movement principle have the vital significance
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:20812
    • 提供者:许明
  1. OSprogram

    0下载:
  2. 操作系统课程设计 题目和目的: 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。(完整报告,包括源码、流程、分析、心得和可执行程序。心血啊!) - The operating system curriculum designs the topic and the goal: Through the simulation filing system realization, thoroughly understands in the operating system th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74531
    • 提供者:薛希
  1. framer1

    0下载:
  2. 目的: 构造帧对于理解网络协议的概念、协议执行过程,以及网络问题处理的一般方法具有重要的意义。本次练习的目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,引导同学深入理解网络协议的基本概念与网络问题处理的一般方法。 要求: 1、编写程序,根据给出的原始数据,组装一个IEEE802.3格式的帧。题目附带的文件为二进制原始数据(文件名分别为input1和input2),要求程序为命令行程序,比如可执行文件名为fr
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:20244
    • 提供者:阿蒙
  1. ping(icmp)

    1下载:
  2. 一个非常好的ping源代码程序,强烈推荐。 可以好好研究和学习,可以更加深入理解icmp协议。-a very good ping source code procedures, and strongly recommended. Can be properly examined and learning to be more in-depth understanding icmp agreement.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:2822
    • 提供者:黄景天
  1. embedpython_1_src

    0下载:
  2. unix下解释类c++语言的封装类,可以深入理解编译原理-unix interpret the language category c Packaging category, in-depth understanding of compiler theory
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5669
    • 提供者:李力
  1. Java_Deep_Secret

    0下载:
  2. java深度历险的随书源代码,深入理解jvm的好帮手-java depth with the book Adventures of source code, in-depth understanding of the good helper jvm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1560831
    • 提供者:littlepond
« 1 2 34 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com