CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - The Practice of Programming

搜索资源列表

  1. WindowsNetAndConmunicationDesign

    0下载:
  2. 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:475.11kb
    • 提供者:王勇
  1. eluosi

    0下载:
  2. 摘要 俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:15.24kb
    • 提供者:lvx
  1. chapters56

    0下载:
  2. unix/linux 编程实践一书的所有源代码,对UNIX/LINUX编程的初学者有一定的帮助-unix/linux programming practice one book all the source code of UNIX/LINUX programming beginners have some help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:3.59mb
    • 提供者:zhulin
  1. unixProgrammingPracticeCourse.tar

    0下载:
  2. unix编程实践教程代码。适合初学者,书中的源代码,由潜入深,在学习unix编程时大有帮助-unix programming tutorial code of practice. Suitable for beginners, the book s source code, from sneaking into the deep, in the study of great help when unix programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:48.01kb
    • 提供者:11
  1. yuanma

    0下载:
  2. 通过练习这十几个 c++实例,可以提高对编程的进一步理解,并提供编程能力。-The adoption of this practice more than a dozen c++ example, you can further enhance the understanding of programming and the ability to provide programming.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.62mb
    • 提供者:zhangzhongkun
  1. linuxsystemprogramming

    0下载:
  2. 《Linux System Programming》主要介绍了Linux上系统编程知识以及相关的系统调用。《Linux System Prorgramming》(简称LSP)的中文翻译工作是浮图开放实验室和哈尔滨工业大学计算机学院IBM俱乐部 《深入理解计算机系统》讨论班的练习项目。-" Linux System Programming" introduces the knowledge of Linux system programming and related syste
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.49mb
    • 提供者:scturtle
  1. cgui

    0下载:
  2. 这一章介绍如何用qt 创建程序的主窗口。最后,读者能够生成一个有着全部菜单,工具条,状 态条和许多对话框的完整的用户界面。 应用程序的主窗口是用户界面的框架。SpreadSheet 应用程序的主窗口如图所示。这个程序 使用了第二章创建的Find,Go-to-Cell 和Sort 对话框。 很多GUI 应用程序都能够处理文件的读写,数据处-Overview The Only Official, Best-Practice Guide to Qt 4.3 Programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:13.53mb
    • 提供者:luhongyu
  1. vmrp

    0下载:
  2. 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1.73kb
    • 提供者:jeremy
  1. UnderstandingUnixLinuxProgramming

    0下载:
  2. 《Unix/Linux编程实践》一书源程序,本书通过解释Unix的工作原理,循序渐进地讲解实现Unix中系统命令的方法,让读者理解并逐步精通Unix系统编程,进而具有编制Unix应用程序的能力。书中采用启发式、举一反三、图示讲解等多种方法讲授,语言生动、结构合理、易于理解。-" Unix/Linux programming practice," a book source, Unix book by explaining the working principle of pro
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:98.46kb
    • 提供者:fbin
  1. linux_c_programming_code

    0下载:
  2. 包含了《Linux程序设计》一书的所有章节的配套源码,方便大家在学习时进行相关的练习,帮助深入理解。-Contains a " Linux programming," a book of all sections of the supporting source, to facilitate learning for everyone in the relevant practice, to help further understanding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:114.39kb
    • 提供者:yyrong
  1. Linux-programming

    0下载:
  2. Linux是一类Unix计算机操作系统的统称。Linux操作系统的内核的名字也是“Linux”。Linux操作系统也是自由软件和开放源代码发展中最著名的例子。严格来讲,Linux这个词本身只表示Linux内核,但在实际上人们已经习惯了用Linux来形容整个基于Linux内核,并且使用 GNU 工程各种工具和数据库的操作系统。Linux得名于计算机业余爱好者Linus Torvalds。 -Linux is a type of Unix computer operating system co
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:13.8mb
    • 提供者:dudu
  1. Linux

    0下载:
  2. Linux C编程基础 编程实践 C语言基础。有网络编程的内容-Linux C Programming C-based programming practice. With the content of network programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:王丹
  1. Drawer

    0下载:
  2. linux窗口程序设计qt4第01章 实例6 qq抽屉效果。-Serial communication programming code of practice with the book 01
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:18.46kb
    • 提供者:yaolei
  1. 20120410Linux_C

    0下载:
  2. 20120410Linux_C.zipLinux_C编程实践源码部分; 介绍在linux进行编程的基本知识;由浅入深; 最后进行bt下载的项目开发。-20120410 Linux_C. ZipLinux_C programming practice source part Introduced in Linux for programming the basic knowledge of the 2 The last of the download bt project d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-02
    • 文件大小:13.21mb
    • 提供者:
  1. b

    0下载:
  2. 动物运动会实验报告的源代码项目,基于C++编写,目的主要是让C++编程爱好者掌握“指针”的概念,理解链表的结构特点;掌握动态空间的使用,熟练包含指针成员的类的实现;实践OOP中的继承性及多态性并体会其优点 -The Animal Games experimental report source projects, write based on C++, the main purpose of grasp the concept of the " pointer" is to l
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:2.41kb
    • 提供者:吴雪飞
  1. Operating-system-practice

    0下载:
  2. 操作系统实践。一,并发程序设计。二,用邮箱方式进行进程通信。三,磁盘的工作原理和操作系统进行文件管理的原理。-Operating system practice. A concurrent programming. Second, the way the process of communication with the mailbox. Third, the working principle of the disk and operating system for file manageme
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:752.9kb
    • 提供者:yangfan
  1. c-Senior-courseware

    0下载:
  2. 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.42mb
    • 提供者:
  1. code

    0下载:
  2. 精通UNIX下C语言编程与项目实践+源代码+笔记,值得你的拥有-Proficient in UNIX programming language under the C and project practice+ source+ notes, is worthy of your own
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:143.66kb
    • 提供者:胡玩
  1. simpleshell

    0下载:
  2. 实验5 简单shell的设计和实现(20分) 目的: 1、练习使用编程环境,包括shell的命令,vi和gcc编译器。 2、体会进程概念,了解fork,execve,wait等系统调用。 要求: 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:47.26kb
    • 提供者:苏茗伊
  1. cdche

    0下载:
  2. Sound voice sampling programming is at the bottom of the practice, direct broadcast audio cache, a good code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-15
    • 文件大小:119kb
    • 提供者:EZT&8502
« 12 »
搜珍网 www.dssz.com