-
This a recursive descent parser for C99. The output from the parser should be a...
This a recursive descent parser for C99. The output from the parser should be a parse tree.
- 2022-03-01 01:12:12下载
- 积分:1
-
没有足够的看原来!
好不好一看便知,原创!-not a good enough look at the original!
- 2022-06-30 17:01:03下载
- 积分:1
-
VB中如何来获得CPU占用率
VB中如何来获得CPU占用率-VB How to get CPU occupancy rate
- 2022-08-25 13:37:37下载
- 积分:1
-
比较不错的源代码,供学习delphi的新手学习
比较不错的源代码,供学习delphi的新手学习-Comparison of good source code for the novice to learn delphi study
- 2022-03-26 03:04:33下载
- 积分:1
-
WINDOWS印刷控制类库
WINDOWS印刷控制类库-WINDOWS printing control library
- 2023-05-31 10:45:03下载
- 积分:1
-
C#的例子
C#的例子-C# Example
- 2022-03-13 04:56:20下载
- 积分:1
-
NT Service管理程序
NT Service管理程序 -Managing NT Services
- 2022-03-21 17:06:26下载
- 积分:1
-
在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策...
在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调动算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-tasking system, the system in a state of readiness within the same process may have several. That is the number of running processes can be greater than the number of processors. To make the process of the system can orderly work, we must use some kind of scheduling policy, select a process consumes processor. Ask students to design an analog processor to mobilize algorithm, in order to consolidate and deepen the concept of processor scheduling.
- 2022-04-12 12:46:27下载
- 积分:1
-
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
- 2022-02-15 18:15:01下载
- 积分:1
-
用Win32汇编写的"奥运会开幕倒计时牌",欢迎试用
用Win32汇编写的"奥运会开幕倒计时牌",欢迎试用-Written using Win32 compilation Olympic countdown card, welcomed the trial
- 2022-01-25 23:41:37下载
- 积分:1