内容简介:Wine 最新版本 4.7 已发布,这是开发版,除了修复 bug 以外,还增加了几个新特性: 在 Unix 上也支持 PE 格式的内置库 更新 Mono 引擎 调试引擎 DLL 的更多实现 支持 Command Link 标准控制 在 CJK 语言环境中能够...
Wine 最新版本 4.7 已发布,这是开发版,除了修复 bug 以外,还增加了几个新特性:
- 在 Unix 上也支持 PE 格式的内置库
- 更新 Mono 引擎
- 调试引擎 DLL 的更多实现
- 支持 Command Link 标准控制
- 在 CJK 语言环境中能够更好地调整 Edit 控件大小
- 各种 Bug 修复
下载地址:https://dl.winehq.org/wine/source/4.x/wine-4.7.tar.xz
Wine (“Wine Is Not an Emulator” 的递归缩写)是一个能够在多种 POSIX-compliant 操作系统(诸如 Linux,macOS 及 BSD 等)上运行 Windows 应用的兼容层。Wine 不是像虚拟机或者模拟器一样模仿内部的 Windows 逻辑,而是将 Windows API 调用翻译成为动态的 POSIX 调用,免除了性能和其他一些行为的内存占用,让你能够干净地集合 Windows 应用到你的桌面。
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Wine 3.2 发布,Windows 应用兼容层
- Wine 2.15 发布,Windows 应用兼容层
- Wine 2.18 发布,Windows 应用兼容层
- Wine 2.19 发布,Windows 应用兼容层
- Wine 2.21 发布,Windows 应用兼容层
- Wine 2.22 发布,Windows 应用兼容层
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Introduction to Semi-Supervised Learning
Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00
Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!