代码搜索:Windows内核
找到约 10,000 项符合「Windows内核」的源代码
代码结果 10,000
www.eeworm.com/read/163506/10156492
cs dxmutmisc.cs
//--------------------------------------------------------------------------------------
// File: DXMUTMisc.cs
//
// Shortcut and helper functions for using DX Code
//
// Copyright (c) Microsoft
www.eeworm.com/read/359013/10170911
txt readme.txt
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks.
Copyright (C) 1999-2006 Bo Brant閚.
This program is free software; you c
www.eeworm.com/read/358640/10183109
borland readme.borland
BORLAND ENG-MAT OPTIONS FILES
The Borland compiler requires you to specify whether an application is a
console application or a Windows application. MATLAB engine applications that
run under Win
www.eeworm.com/read/357647/10204243
eng history.eng
ADD Debugger 8051
---- 1.9 beta ----
New support for indirectly addressable additional 128 bytes of internal
memory (8052-style), set in menu Settings. When writing Internal RAM contents
to file
www.eeworm.com/read/357582/10205751
dat bookinfo.dat
[General Information]
书名=WINDOWS CE实用开发技术
作者=
页数=435
SS号=11592890
出版日期=
www.eeworm.com/read/357508/10207757
3x resizeterm.3x
.\"***************************************************************************
.\" Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
.\"
www.eeworm.com/read/356470/10226721
txt readme.txt
QUICKSTART:
Double click on SimpleSerial.vep. Run and enjoy.
=================================================================================
Included Components:
SimpleSerial.vep:
www.eeworm.com/read/162831/10266876
bat cc.bat
@echo off
REM You will have to define OS if Windows 95/98
if "%OS%"=="Windows_NT" goto nt
if "%OS%"=="Windows_95" goto w95
if "%OS%"=="Windows_98" goto w98
:dos
if not "%DJGPP%"=="" gcc -
www.eeworm.com/read/162831/10267062
txt apps.txt
boot.c read and display boot sector; choose at compile time
one of the five Windows' disk I/O functions
diskfile.c file to disk / disk to file
shorti.c demonstr
www.eeworm.com/read/426078/10290455
cs formmain.cs
//-----------------------------------------------------------------------------
// Code from _Programming the .NET Compact Framework with C#_
// and _Programming the .NET Compact Framework with VB_