P-Code (disambiguation)

P-code is an alternative term for bytecode, machine-independent code that achieves independence by targeting a p-code machine, a virtual machine designed for running p-code rather than the intention to emulate any specific hardware architecture.

Computing

  • Microsoft P-Code, an alternative binary format for Microsoft Windows libraries and applications
  • P-code, obfuscated code in MATLAB
  • P-code, the intermediate representation of the PL/SQL compiler, also known as m-code
  • P-code, UCSD Pascal system bytecode

Other uses

  • Precision code, used in the Global Positioning System
  • P-codes, engine diagnostic codes; See Table of OBD-II Codes
  • Place code, an address system used by emergency response teams
gollark: ```lualocal mathfloor, mathpow = math.floor, math.powstrats.actually_vaguely_forgiving_grudger = function(prev, opponent, memory) -- gollarious² if #opponent == 0 then return true end if memory.defections == nil then memory.defections = 0 end if opponent[#opponent] == false then memory.defections = memory.defections + 1 return false end local lookback = mathfloor(mathpow(2, memory.defections)) for i = #opponent, (#opponent - lookback), -1 do if opponent[i] == false and prev[i] == true then return false end end return trueend```
gollark: In the scheme version, my "grudger who gives you 3 chances" works slightly better.]
gollark: Ah, right.
gollark: Basically. It's also x^n and not n^x.
gollark: I'm trying to tweak the parameters a bit in the scheme version.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.