⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 Spim软件的一些源码。其中有Xspim的
💻 TXT
字号:
Building PCSpim===========================In order to build PCSpim, you need Microsoft VC++ 4.1, or later.Use a later compiler if you do not wish for Win3.x compatibility.I typically build PCSpim with Visual Studio version 6, though I have build itwith VS.NET (Visual Studio version 7) [the solution files are PCSpim.VC7].This source must be arranged as follows:spim\	src\		(the core spim source)	PCSpim\		(the Windows source)If you edit the paths of the project files, you may change this organization.Once you have the source, load PCSpim.dsw into DevStudio, and build.Registry Keys=============PCSpim uses the registry for storing its configuration information:"HKEY_CURRENT_USER\Software\LarusStone\PCSpim\Settings\"At setup time, a set of default configuration values are storedin the registry at:"HKEY_LOCAL_MACHINE\SOFTWARE\LarusStone\PCSpim\Default Settings\"Registry Values===============These are the registry values that PCSpim uses under the "Settings" Key.Note:  In the PCSpim.INI file in Win32s, these are value names in the "Settings" section."Bare Machine"	BOOLEAN: 0 | 1	Default: 0"Accept Pseudo Instructions"	BOOLEAN: 0 | 1	Default: 1"Load Trap Handler"	BOOLEAN: 0 | 1	Default: 1"Mapped IO"	BOOLEAN: 0 | 1	Default: 1"Quiet"	BOOLEAN: 0 | 1	Default: 0"Trap File"	String	Default: $(InstallDir)\trap.han(dler)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -