联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 虚拟化(138) 

[虚拟化] Project-Swapper

“XINU Demand Paging Implementation”(XINU需求分页实现)、“XINU.虚拟内存增强”(XINU Virtual Memory Enhancement),以深入、亲自了解操作系统基础知识、虚拟内存和内核编程。具有有限内存的小型设备可以受益于具有按需分页的高效内存管理
"XINU Demand Paging Implementation", "XINU Virtual Memory Enhancement", To get a deep, hands-on understanding of operating system fundamentals, virtual memory, and kernel programming.Small devices with limited memory can benefit from efficient memory management with demand paging (2024-04-18, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713434009125951.html

[虚拟化] Programming_Assistant_3

该存储库托管作为编程任务的一部分开发的临床数据仓库系统的代码。该系统促进了对患者数据的基于角色的访问,提供了管理患者记录和生成关键统计报告的功能。代码被组织为模块化组件,以提高可扩展性
This repository hosts the code for a clinical data warehouse system developed as part of a programming assignment. The system facilitates role-based access to patient data, offering functionalities for managing patient records and generating key statistics reports. The code is organized into modular components for improved scalability (2024-04-16, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713249231724466.html

[虚拟化] Code-Forge

“代码锻造”GitHub存储库是存储和共享编程代码的地方。它就像项目的虚拟仓库,允许您管理包含代码的不同文件和文件夹。您可以使用Git跟踪一段时间内的更改,并与其他开发人员协作。
The "code-forge" GitHub repository is where you store and share your programming code. It s like a virtual warehouse for your projects, allowing you to manage different files and folders containing your code. You can use Git to track changes over time and collaborate with other developers. (2024-03-21, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710995029122786.html

[虚拟化] Learn-VRML

一个存储库,用于展示我对VRML(虚拟现实建模语言)编程语言的知识,并继续学习该语言。
A repository for showcasing my knowledge of the VRML (Virtual Reality Modeling Language) programming language, and continuing to learn the language. (2024-03-16, HTML, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710582042844335.html

[虚拟化] ExperienceMineCraft

我最好的3D编程冒险。使用(也是)三维字节数组来存储大量数据。可见性检测算法,节省内存。柏林噪音创造虚拟景观。。。
My best 3D programming adventure. Using (also) 3 dimensional array of bytes to store plenty of data. Visibility detection algorithm, to save memory. Perlin noise to create virtual landscape... (2024-03-12, Processing, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1710207196217520.html

[虚拟化] AssistenteVirtual

O projeto包含na cria O de uma assistente virtual utilizando一种Python编程语言,queécapaz de perceber e interpretatar emo es humanas。一个辅助虚拟serácapaz de analisar A voz,texto e atémesmo表达es faciais dos usuários para identificar suas emoes,como alegria,tristeza,raiva,entre outras。
O projeto consiste na cria o de uma assistente virtual utilizando a linguagem de programa o Python, que é capaz de perceber e interpretar emo es humanas. A assistente virtual será capaz de analisar a voz, texto e até mesmo express es faciais dos usuários para identificar suas emo es, como alegria, tristeza, raiva, entre outras. (2024-03-06, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709679463473720.html

[虚拟化] HostScript

一种仅用于托管网站的编程语言。它基于express.js,也可以与NodeJS集成。如果您习惯于使用JavaScript、TypeScript、Deno、Bun或NodeJS,那么这会感觉类似。
A programming language just for hosting websites. It s based off express.js and can integrate with NodeJS as well. If your used to using JavaScript, TypeScript, Deno, Bun or NodeJS then this will feel similar. (2024-02-21, Shell, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708512045847618.html

[虚拟化] OBR-virtual-Code

使用Sbotics平台,您可以数字化地构建和编程您的机器人。我用C#编写了我的程序。虚拟OBR通过平台进行。
Using the Sbotics platform, you build and program your robot digitally. I programmed mine in C#. The virtual OBR takes place through the platform. (2024-02-17, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708166064555183.html

[虚拟化] The-16-Bit-PC-Software

开发Jack,这是一种高级的、类似于Java的面向对象编程语言,以及操作系统和虚拟机等等,但这是补充Jack工作所需的一切,Jack将在16位PC上运行。
Developing Jack, a high level, similar to Java, object-oriented programming language along with an Operating system and a Virtual Machine to mention a few, but that s everything required to complement the working of Jack, which will run on the 16 Bit PC. (2024-02-09, Hack, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707452808912993.html

[虚拟化] Linux-ISAN-Security-Gizmo-Box

ISAN Security Gizmo Box是一个用Qt Designer开发的图形用户界面(GUI),并用Python编程。它还可以作为两个虚拟机的虚拟设备提供:Oracle VM VirtualBox和VMware Workstation Player。
The ISAN Security Gizmo Box is a Graphical User Interface (GUI) developed with Qt Designer and programmed in Python. It is also available as a Virtual Appliance for two Virtual Machines: Oracle VM VirtualBox and VMware Workstation Player. (2024-02-09, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707450108740771.html

[虚拟化] django-code-checking-system

该存储库为“web应用程序编程”课程托管了一个基于Django的web应用程序项目,展示了用户身份验证、数据库管理和响应式设计等功能。
This repository hosts a Django-based web application project for the "Web Application Programming" course, showcasing features like user authentication, database management, and responsive design. (2023-12-29, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703821159842488.html

[虚拟化] Robocode

该存储库包含Robocode游戏中“Niffler”机器人的源代码。Robocode是一个可编程机器人战斗平台,开发人员可以使用Java创建自己的机器人,并在虚拟竞技场中与其他机器人竞争。
This repository contains the source code for the "Niffler" robot in the Robocode game. Robocode is a programmable robot combat platform where developers can use Java to create their own robots and compete against other robots in a virtual arena. (2023-12-27, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703681355269632.html

[虚拟化] seapu

64位虚拟CPU从头开始用本机x86_64程序集编写,(正在工作)汇编程序和反汇编程序用C编写。,
64-bit virtual CPU from scratch written in native x86_64 assembly, with a (WORK IN PROGRESS) assembler and disassembler written in C., (2023-09-25, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695815169347748.html

[虚拟化] piz8

piz8:Lua中的一个初学者友好的8位基于堆栈的虚拟机(VM)使用...,探索VM和类汇编编程的基础知识...,
??? piz8: A Beginner-Friendly 8-Bit Stack-Based Virtual Machine (VM) in Lua ?? Explore the basics of VMs and assembly-like programming with piz8, a simple educational tool. (2023-09-06, Lua, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694125168251730.html

[虚拟化] tyvm

TyVM是一种基于终端的16位虚拟机,运行在LC-3体系结构上,可以执行简单的汇编程序,具有128kb的内存...,
TyVM is a terminal based 16-bit virtual machine running on LC-3 architecture that can execute simple assembled program, that has 128kb of memory, 16 registers and uses 16 opcodes. (2022-02-13, C, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689197803922264.html

[虚拟化] Kursach-2019-3k2s-FridgyKey

我在主题为“虚拟冰箱管理器”的“跨平台网络编程”科目中的课程学习(评分8 10),
My course work (rating 8 10) for subject "Cross-platform Web Programming" with theme "Virtual Fridge Manager", (2023-01-07, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689193406326137.html

[虚拟化] Corium

Corium是一种现代脚本语言,它结合了简单、安全和高效的编程。,
Corium is a modern scripting language which combines simple, safe and efficient programming., (2022-01-11, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689191710178742.html

[虚拟化] js5005

js5005是一个虚拟CPU,模拟了每个逻辑门。一个漂亮的界面、一个内置的汇编程序、显示器和256字节的RAM来引导。...,
js5005 is a virtual CPU with every logic gate simulated. A pretty interface, a built in assembler, display, and 256 bytes of RAM to boot. It s the better i4004. (2019-09-18, JavaScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689191295937676.html
总计:138