详细说明:C/C++虚拟机的实现的window版本-C / C virtual machine on the realization of the window version
近期下载过的用户:
马 [查看上载者付斌的更多信息]
[windows虚拟机源码.zip] - 见识过不少虚拟机吧,但是虚拟机的编写真的很困难,这个就是个很好的WINDOWS下的虚拟机例子
[编译器tiny.rar] - 这是一个基于命令行的编译器,它是在一个国外教学使用的编译器tiny基础上改写的。 这个代码对理解编译器有不错的作用
[HEC-linux.zip] - c/c++虚拟机linux版本
[TinyOS1.rar] - TinyOS是一种开源的无线传感器网络操作系统。这是TinyOS的入门级PPT
[CocoSourcesCS.rar] - The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a
[3333.rar] - 虚拟机设计和实现.rar,很不错,好好学习
[虚拟机的PC实现核心代码.rar] - 虚拟机的PC实现核心代码.rar
[编译器tiny.rar] - 这是一个基于命令行的编译器,它是在一个国外教学使用的编译器tiny基础上改写的。 这个代码对理解编译器有不错的作用
[HEC-linux.zip] - c/c++虚拟机linux版本
[TinyOS1.rar] - TinyOS是一种开源的无线传感器网络操作系统。这是TinyOS的入门级PPT
[CocoSourcesCS.rar] - The Compiler Generator Coco/R Coco/R1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a
[3333.rar] - 虚拟机设计和实现.rar,很不错,好好学习
[虚拟机的PC实现核心代码.rar] - 虚拟机的PC实现核心代码.rar
相关函数/类:
GlobalMemoryStatus GetFileAttributes GetStartupInfo CreateProcess GetExitCodeProcess GetTickCount LoadLibrary GetProcAddress FreeLibrary CreateMutex GetLastError OpenMutex WaitForSingleObject ReleaseMutex CloseHandle
GlobalMemoryStatus GetFileAttributes GetStartupInfo CreateProcess GetExitCodeProcess GetTickCount LoadLibrary GetProcAddress FreeLibrary CreateMutex GetLastError OpenMutex WaitForSingleObject ReleaseMutex CloseHandle
文件列表(点击判断是否您需要的文件):
win32
.....\bin
.....\...\filedmp.exe
.....\...\hashtbl.exe
.....\...\hasm.exe
.....\...\hecvm.exe
.....\...\list.exe
.....\...\numfmt.exe
.....\...\rawbin.exe
.....\...\tree.exe
.....\bldall.bat
.....\dosdbg
.....\......\dosdbg.c
.....\......\readme.txt
.....\dstruct
.....\.......\hashtbl
.....\.......\.......\hashtbl.cpp
.....\.......\.......\hashtbl.mak
.....\.......\list
.....\.......\....\list.cpp
.....\.......\....\list.mak
.....\.......\tree
.....\.......\....\tree.cpp
.....\.......\....\tree.mak
.....\hasm
.....\....\bldfile.cpp
.....\....\cmdline.cpp
.....\....\common.c
.....\....\error.c
.....\....\exenv.c
.....\....\globvar.cpp
.....\....\hashtbl.cpp
.....\....\hasm.mak
.....\....\iset.c
.....\....\label.cpp
.....\....\linetok.cpp
.....\....\lnscan.cpp
.....\....\main.cpp
.....\....\pass1.cpp
.....\....\pass2.cpp
.....\....\proc.cpp
.....\....\sframe.cpp
.....\....\strtbl.cpp
.....\....\symtbl.cpp
.....\....\testapps
.....\....\........\alloc.asm
.....\....\........\alloc.RUN
.....\....\........\bldapps.bat
.....\....\........\cmdline.asm
.....\....\........\cmdline.RUN
.....\....\........\fileIO.asm
.....\....\........\fileIO.RUN
.....\....\........\filemgmt.asm
.....\....\........\filemgmt.RUN
.....\....\........\ipc1.asm
.....\....\........\ipc1.RUN
.....\....\........\ipc2.asm
.....\....\........\ipc2.RUN
.....\....\........\ipc3.asm
.....\....\........\ipc3.RUN
.....\....\........\ipc4.asm
.....\....\........\ipc4.RUN
.....\....\........\memtest.asm
.....\....\........\memtest.RUN
.....\....\........\native.asm
.....\....\........\native.RUN
.....\....\........\procmgmt.asm
.....\....\........\procmgmt.RUN
.....\....\........\test1.asm
.....\....\........\test1.RUN
.....\....\........\timedate.asm
.....\....\........\timedate.RUN
.....\....\........\VM_ERROR_9_9_2001_19_23_18.XML
.....\....\win32.c
.....\hecvm
.....\.....\bitwise.c
.....\.....\cmdline.c
.....\.....\common.c
.....\.....\dbgcmd.c
.....\.....\dbgdata.c
.....\.....\dblmath.c
.....\.....\error.c
.....\.....\exenv.c
.....\.....\fltmath.c
.....\.....\hecvm.mak
.....\.....\init.c
.....\.....\interupt.c
.....\.....\intmath.c
.....\.....\intwin32.c
.....\.....\iset.c
.....\.....\jump.c
.....\.....\load.c
.....\.....\main.c
.....\.....\mem.c
.....\.....\move.c
.....\.....\pushpop.c
.....\.....\reformat.c
.....\.....\run.c
.....\.....\shift.c
.....\.....\store.c
win32
.....\bin
.....\...\filedmp.exe
.....\...\hashtbl.exe
.....\...\hasm.exe
.....\...\hecvm.exe
.....\...\list.exe
.....\...\numfmt.exe
.....\...\rawbin.exe
.....\...\tree.exe
.....\bldall.bat
.....\dosdbg
.....\......\dosdbg.c
.....\......\readme.txt
.....\dstruct
.....\.......\hashtbl
.....\.......\.......\hashtbl.cpp
.....\.......\.......\hashtbl.mak
.....\.......\list
.....\.......\....\list.cpp
.....\.......\....\list.mak
.....\.......\tree
.....\.......\....\tree.cpp
.....\.......\....\tree.mak
.....\hasm
.....\....\bldfile.cpp
.....\....\cmdline.cpp
.....\....\common.c
.....\....\error.c
.....\....\exenv.c
.....\....\globvar.cpp
.....\....\hashtbl.cpp
.....\....\hasm.mak
.....\....\iset.c
.....\....\label.cpp
.....\....\linetok.cpp
.....\....\lnscan.cpp
.....\....\main.cpp
.....\....\pass1.cpp
.....\....\pass2.cpp
.....\....\proc.cpp
.....\....\sframe.cpp
.....\....\strtbl.cpp
.....\....\symtbl.cpp
.....\....\testapps
.....\....\........\alloc.asm
.....\....\........\alloc.RUN
.....\....\........\bldapps.bat
.....\....\........\cmdline.asm
.....\....\........\cmdline.RUN
.....\....\........\fileIO.asm
.....\....\........\fileIO.RUN
.....\....\........\filemgmt.asm
.....\....\........\filemgmt.RUN
.....\....\........\ipc1.asm
.....\....\........\ipc1.RUN
.....\....\........\ipc2.asm
.....\....\........\ipc2.RUN
.....\....\........\ipc3.asm
.....\....\........\ipc3.RUN
.....\....\........\ipc4.asm
.....\....\........\ipc4.RUN
.....\....\........\memtest.asm
.....\....\........\memtest.RUN
.....\....\........\native.asm
.....\....\........\native.RUN
.....\....\........\procmgmt.asm
.....\....\........\procmgmt.RUN
.....\....\........\test1.asm
.....\....\........\test1.RUN
.....\....\........\timedate.asm
.....\....\........\timedate.RUN
.....\....\........\VM_ERROR_9_9_2001_19_23_18.XML
.....\....\win32.c
.....\hecvm
.....\.....\bitwise.c
.....\.....\cmdline.c
.....\.....\common.c
.....\.....\dbgcmd.c
.....\.....\dbgdata.c
.....\.....\dblmath.c
.....\.....\error.c
.....\.....\exenv.c
.....\.....\fltmath.c
.....\.....\hecvm.mak
.....\.....\init.c
.....\.....\interupt.c
.....\.....\intmath.c
.....\.....\intwin32.c
.....\.....\iset.c
.....\.....\jump.c
.....\.....\load.c
.....\.....\main.c
.....\.....\mem.c
.....\.....\move.c
.....\.....\pushpop.c
.....\.....\reformat.c
.....\.....\run.c
.....\.....\shift.c
.....\.....\store.c