搜索资源列表
fmenu
- 《unix/Linux下的Curses库开发指南》综合示例程序 -<<unix/linux develop guide with Curses library>>instances program
AppSysBootTool
- 配置应用系统引导程序的模块按序加载/卸载,模块自动诊断异常重启等功能;可以设置系统图标、密码、系统说明、托盘交互入口等功能。 包含两个工程: SystemBoot-应用系统引导程序原始程序 SystemBootConfig-配置引导原始程序生成发布引导程序(直接对SystemBoot.exe进行修改)-application system configuration procedures to guide the module admitted loading / unloading
ProgrammingPearls(COMPLETE)
- C和C++学习书籍。This book is a collection of essays about a glamorous aspect of software: programming pearls whose origins lie beyond solid engineering, in the realm of insight and creativity. This book provides a guide for both students and experien
Advanced_Bash_Scripting_Guide_0.4
- 高级bash编程指南,一本关于shell编程的经典书籍,值得收藏-Programming Guide, a shell program on the classic books, copies
Serial Programming Guide for POSIX Operating Syste
- describle how to develop serial program in posix
chengxuWizard
- 应用程序向导是一种用来简化用户操作的程序,在Microsoft 的所有软件产品中都存在应用程序向导,例如Office2000 中的Web 页向导就是一个十分典型的应用程序向导,Visual C++提供的\"App Wizard\"也是一个应用程序向导。 -application is a guide to simplify the user's operating procedures, In all Microsoft software products exist applica
oprofile-0.9.7.tar
- OProfile是Linux内核支持的一种性能分析机制。 它在时钟中断处理入口处建立监测点,记录被中断的上下文现场,由配套的用户态的工具oprof_start负责在用户态收集数据,opreport则分析数据并给出分析报告。 通过这个工具,开发人员可以得知一个程序的瓶颈在哪里,进而指导代码优化。-Linux kernel support for OProfile is a performance analysis system. It is the entrance to th
1-wire-program-guide
- 用于驱动DALAS公司ONE WIRE器件的指导书。既可助你上位机编写API,也可用于指导嵌入式编程-DALAS used to drive the company
Bourne_again_shell(bash)basic_programming
- Bourne again shell (bash) 基本编程.pdf 通过学习如何使用 bash 脚本语言编程,将使 Linux 的日常交互更有趣和有生产 力,同时还可以利用那些已熟悉和喜爱的标准 UNIX 概念(如管道和重定向)。 在此三部分系列中,Daniel Robbins 将以示例指导您如何用 bash 编程。他将讲述 非常基本的知识(这使此系列十分适合初学者),并在后续系列中逐步引入更高 级特性。-Bourne again shell (bash) Basic pr
2
- 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
ThreadBook
- 《多线程编程指南》介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中 POSIX® 线程和Solaris 线程的多线程编程接口。本指南将指导应用程序程序员如何创建 新的多线程程序以及如何向现有的程序中添加多线程。-" Multi-threaded Programming Guide" describes the SolarisTM operating system (Solaris Operating
Guida_al_CardSharing_Casalingo_dalla_A_alla_Z_con_
- CCcam guide to setup in dreambox to receive crambled tv program
coopen_setup_100011
- 本书按类别分为6个部分,分别是基础控件、多媒体控件、数据库控件、窗体控件、网络控件和其他控件,总共包括精心制作的一百个实例。 《Visual Basic控件编程百例通》主要是针对希望掌握 Visual Basic 编程的读者而编写的,其中每个例子都有详细的实例演示讲解和重点分析。本书内容基础包含了常用的 Visual Basic 控件,并一各类实例引导读者全面掌握 Visual Basic 编程的方法和技巧,并且本书的例子都正队性地实现某种特定的功能。-The book is divide
Linux
- 《多线程编程指南》介绍了Solaris TM 操作系统(SolarisOperating System, SolarisOS)中 POSIX® 线程和Solaris线程的多线程编程接口。本指南将指导应用程序程序员如何创建新的 多线程程序以及如何向现有的程序中添加多线程。 尽管本指南同时介绍了POSIX线程接口和Solaris线程接口,但大多数主题都以POSIX线程 为重点。-" Multithreaded Programming Guide" desc
Linux
- linux程序员指南,指导如果在linux环境下进行编程实践-linux programmers guide to linux environment, if the program in practice
Advanced_UNIX_Programming
- This a book about UNIX programming. It starts with basic concepts and ends with coverage of advanced topics. It is a self-teaching guide, and yet it functions as a UNIX reference book. The examples provided are written in the C and C++ language
Xen
- Xen是一个监视与x86兼容的计算机的开源虚拟机程序。Xen使用一个叫做hypervisor的软件层来调节对真实硬件的访问,实现在一台单独的计算机上运行多个子操作系统。本指南将介绍Xen的原理以及虚拟化解决方案之SUSE Linux Enterprise Server-Xen is an x86-compatible computer monitoring and open source virtual machine program. Xen uses a software layer cal
vc-Programming-Guide
- VC编程经验总结,都是经常编程遇到的问题,值得好好学习实践-VC program, lessons learned, are frequently encountered programming problems, it is worth a good study and practice
COMP-program-guid
- COM+编程指导,COM+是微软的COM改进版本-COM+ Programming Guide, COM+ is an improved version of Microsoft s COM
ARM
- 介绍ARM开发平台的启动过程,同时该引导程序也可其他章节程序引导的示例程序。本程序主要为了让读者能够清晰理解启动程序的基本架构组成部分以及掌握ARM引导程序的编写方法。-Describes the startup process ARM development platform, while the other sections of the bootstrap program guide may also sample program. This procedure is mainly in