内容简介:Download Font Here
WT64
A Commodore 64 Experience for Windows Terminal
Features
- Native C64 style commands like LOAD "$",8
- Native C64 LIST layout for directory listing with size reporting and Blocks free indication.
- Startup screen with actual PowerShell version and memory reporting
Supported commands:
- LIST [Lists the files in local or path directory in C64 disk style]
- LOAD "$",8 [Shows the classic loading sequence]
- SYS64738 [Shows the opening prompt]
- EDIT [Shorthand for nano]
PREREQUISITES
- Windows Terminal
- PowerShell 7
- C64 font Download Here https://www.dafont.com/commodore-64.font © Devin Cook
INSTALLATION
- Clone the repo
- Open Profile.json and cut paste the list item and colorschemen into your Windows Terminal Settings file
- Change the places in your WT Settings where it says [INSERT YOUR REPO PATH HERE]
- Start Windows Terminal open the WT64 teminal
Download Font Here https://www.dafont.com/commodore-64.font © Devin Cook
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python神经网络编程
[英]塔里克·拉希德(Tariq Rashid) / 林赐 / 人民邮电出版社 / 2018-4 / 69.00元
神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习 技术。 本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书 分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使 用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读 者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改......一起来看看 《Python神经网络编程》 这本书的介绍吧!