This book offers 226 code recipes applicable to a variety of difficulties that may arise in the Process of application development. Topics covered include XML Processing, Windows forms, database access, networking, runtime security, cryptography and more.
标签: difficulties applicable recipes variety
上传时间: 2015-07-21
上传用户:朗朗乾坤
\Delphi 图书 提供了部份章节的实例源代码。例如( \Delphi 图书\ChXX\SectionYY\Proc 提供了本书第XX章中YY节实例的源代码 文件。 \Delphi 图书\ChXX\SectionYY\Proc\db 提供了相应实例所需的数据源。)
标签: Delphi ChXXSectionYYProc 图书 源代码
上传时间: 2014-01-19
上传用户:ljmwh2000
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main Proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
标签: Please sdword number array
上传时间: 2014-01-13
上传用户:xiaoyunyun
内核启动进程,是使用文件过滤驱动开发的 Kernel exec Proc
上传时间: 2014-01-16
上传用户:zwei41
unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-Procedures type TCapStatusProc = Procedure(Sender: TObject) of object TCapStatusCallback = Procedure(Sender: TObject nID: integer status: string) of object TVideoStream = Procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = Procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override Procedure GetValues(Proc: TGetStrProc) override function GetValue: string override Procedure SetValue(const Value: string) override end
标签: interface Messages Graphics Controls
上传时间: 2013-12-21
上传用户:heart520beat
以前做的操作系统的课程设计,内容包括:1)编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行 2)采用模块方法,添加一个新的设备驱动程序 3)了解/Proc文件的特点和使用方法,监控系统状态,显示系统中若干部件的使用情况,用图形界面显示系统监控状态
上传时间: 2013-12-21
上传用户:hgy9473
内核模块同进程对话有两种主要途径。一种是通过设备文件(比如/dev 目录中的文件),另一种是使用Proc文件系统。我们把一些东西写入内核的一个主要原因就是支持一些硬件设备,所以我们从设备文件开始。
上传时间: 2013-12-26
上传用户:851197153
The PCI Utilities package contains a library for portable access to PCI bus configuration registers and several utilities based on this library. In runs on the following systems: Linux (via /sys/bus/pci, /Proc/bus/pci or i386 ports) FreeBSD (via /dev/pci) NetBSD (via libpci) OpenBSD (via /dev/pci) GNU/kFreeBSD (via /dev/pci) Solaris/i386 (direct port access) Aix (via /dev/pci and odmget) GNU Hurd (direct port access) Windows (direct port access)
标签: configuration PCI Utilities registers
上传时间: 2016-01-20
上传用户:徐孺
本章主要描叙Linux核心对文件系统的支持, 虚拟文件系统(VFS)以及Linux核心对实际文件系统的支持。 Linux的最重要特征之一就是支持多种文件系统。这样它更加灵活并可以和许多其它种操作系统共存。在本文写作时Linux已经支持15种文件系统:ext,ext2,xia,minix,umsdos,msdos,vfat,Proc,smb,ncp,iso9660,sysv,hpfs,affs以及ufs。毫无疑问,今后支持的文件系统类型还将增加。 Linux和Unix并不使用设备标志符(如设备号或驱动器名称)来访问独立文件系统,而是通过一个将整个文件系统表示成单一实体的层次树结构来访问它。Linux每安装(mount)一个文件系统时都会其加入到文件系统层次树中。不管是文件系统属于什么类型,都被连接到一个目录上且此文件系统上的文件将取代此目录中已存在的文件。这个目录被称为安装点或者安装目录。当卸载此文件系统时这个安装目录中原有的文件将再次出现。
上传时间: 2016-03-01
上传用户:qb1993225
unix下银行系统源代码,在unix运用Proc*c完成对oracle数据库的访问
上传时间: 2016-04-04
上传用户:lizhen9880