Guia prático RISC-V Atlas de uma Arquitetura Aberta Primeira edição, 1.0.0
Microsoft e projetista das arquiteturas de conjunto de instruções Digital PDP-11 e VAX-11 Este livro prático resume fielmente todos os elementos essenciais da Arquitetura de Con- junto de Instruções RISC-V contr comprimento v1. O RV64 adiciona instruções: o RVM obtém 4 , RVA 11, RVF 6, RVD 6 e RVV 0. Guia prático RISC-V Atlas de uma Arquitetura Aberta Primeira edição, 1.0.0 David Patterson e Andrew Waterman organizações AAAS. Seus prêmios na área de ensino incluem o distinto prêmio de ensino (UC Berkeley), o prémio educador destaque de Karlstrom (ACM), a Medalha de Educação Mulligan (IEEE) e o Prêmio de Ensino de0 码力 | 215 页 | 21.77 MB | 1 年前3Guía Práctica de RISC-V: El Atlas de una Arquitectura Abierta Primera Edición, 1.0.5
de Instrucciones Opcionales de Punto Flotante: RVF & RVD +RV64{F|D} Convención de Llamadas Guía Práctica de RISC-V: El Atlas de una Arquitectura Abierta Primera Edición, 1.0.5 David Patterson y Andrew Catalogación-en-la-Fuente del Publicador Nombres: Patterson, David A. | Waterman, Andrew, 1986- Título: Guía práctica de RISC-V: el atlas de una arquitectura abierta David Patterson y Andrew Waterman. Descripción: entendieron la necesidad, decidieron volverlo un estándar abierto. es un ISA abierto. Contrastando con prácticamente todas las arquitecturas anteriores, su futuro no está atado al destino o capricho de alguna0 码力 | 217 页 | 29.97 MB | 1 年前3Back to Basics: Exceptions
Exception-Safe Code 53 class Widget { private: int i{ 0 }; std::string s{}; Resource* pr{}; // May be nullptr public: // … // … }; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Resource* pr{}; // May be nullptr public: // … // Copy constructor Widget( Widget const& w ) : i { w.i } , s { w.s } { if( w.pr ) pr = new Resource( *w.pr ); } Resource* pr{}; // May be nullptr public: // … // Copy constructor Widget( Widget const& w ) : i { w.i } , s { w.s } { if( w.pr ) pr = new Resource( *w.pr ); }0 码力 | 111 页 | 4.87 MB | 5 月前3Jupyter Notebook 6.2.0 Documentation
KdpdDX+zV6AGsmo4eIGvt8FP4z/VWMLmw5Iioj5KsTomI1CTxgqCKUl+Uku5PEcdEH8OP6jWH9fx0z/wAW39dT+jb4Vg/P/asb6PR3UwTHXHGzr2EUPRt4JdjZVFyaYpvxM2rqBNLGvNUWFD0QqDFP9iHUOk080vPc5jUHo1+FY30Ro+iOjFyX15Mo9eqjLbVFGT+3gy version (PR #5933) • Adjust skip decorators to avoid remaining dependency on nose (PR #5932) • Ensure that cell ids persist after save (PR #5928) • Add reconnection to Gateway (form nb2kg) (PR #5924) #5924) • Fix some typos (PR #5917) • Handle TrashPermissionError, now that it exists (PR #5894) Thank you to all the contributors: • @kevin-bates • @mishaschwartz • @oyvsyo • @user202729 • @stefanor0 码力 | 176 页 | 1.51 MB | 1 年前3Jupyter Notebook 5.7.5 Documentation
with tornado 6 (PR #4392, PR #4449). • Fix opening integer filedescriptor during startup on Python 2 (PR #4349) • Fix compatibility with asynchronous KernelManager.restart_kernel methods (PR #4412) 5.2 the list_running_servers() function attempts to parse HTML files as JSON, and consequently crashes (PR #4284). 5.3 5.7.3 5.7.3 contains one security improvement and one security fix: 61 Jupyter Notebook browser with a local file which redirects to the server address including the authentication token (PR #4260). This prevents another logged-in user from stealing the token from command line arguments and0 码力 | 155 页 | 1.71 MB | 1 年前3Jupyter Notebook 5.7.6 Documentation
with tornado 6 (PR #4392, PR #4449). • Fix opening integer filedescriptor during startup on Python 2 (PR #4349) • Fix compatibility with asynchronous KernelManager.restart_kernel methods (PR #4412) 61 the list_running_servers() function attempts to parse HTML files as JSON, and consequently crashes (PR #4284). 5.4 5.7.3 5.7.3 contains one security improvement and one security fix: • Launch the browser browser with a local file which redirects to the server address including the authentication token (PR #4260). This prevents another logged-in user from stealing the token from command line arguments and0 码力 | 155 页 | 1.71 MB | 1 年前3Jupyter Notebook 5.7.4 Documentation
the list_running_servers() function attempts to parse HTML files as JSON, and consequently crashes (PR #4284). 5.2 5.7.3 5.7.3 contains one security improvement and one security fix: • Launch the browser browser with a local file which redirects to the server address including the authentication token (PR #4260). This prevents another logged-in user from stealing the token from command line arguments and • Upgrade bootstrap to 3.4, fixing an XSS vulnerability, which has been assigned CVE-2018-14041 (PR #4271). 61 Jupyter Notebook Documentation, Release 5.7.4 5.3 5.7.2 5.7.2 contains a security fix0 码力 | 155 页 | 1.86 MB | 1 年前3Jupyter Notebook 5.7.3 Documentation
browser with a local file which redirects to the server address including the authentication token (PR #4260). This prevents another logged-in user from stealing the token from command line arguments and • Upgrade bootstrap to 3.4, fixing an XSS vulnerability, which has been assigned CVE-2018-14041 (PR #4271). 5.2 5.7.2 5.7.2 contains a security fix preventing malicious directory names from being able • Update to CodeMirror to 5.37, which includes f-string sytax for Python 3.6 (PR #3816) • Update jquery-ui to 1.12 (PR #3836) • Check Host header to more securely protect localhost deployments from0 码力 | 155 页 | 1.86 MB | 1 年前3Jupyter Notebook 5.7.0 Documentation
• Update to CodeMirror to 5.37, which includes f-string sytax for Python 3.6 (PR #3816) • Update jquery-ui to 1.12 (PR #3836) • Check Host header to more securely protect localhost deployments from known vulnerability (PR #3766). Use .NotebookApp.allow_remote_access and .NotebookApp.local_hostnames to configure access. • Allow access-control-allow-headers to be overridden (PR #3886) • Allow configuring max_body_size and max_buffer_size (PR #3829) • Allow configuring get_secure_cookie keyword-args (PR #3778) • Respect nbconvert entrypoints as sources for exporters (PR #3879) • Include translation sources0 码力 | 145 页 | 1.83 MB | 1 年前3Jupyter Notebook 5.7.1 Documentation
• Update to CodeMirror to 5.37, which includes f-string sytax for Python 3.6 (PR #3816) • Update jquery-ui to 1.12 (PR #3836) • Check Host header to more securely protect localhost deployments from known vulnerability (PR #3766). Use .NotebookApp.allow_remote_access and .NotebookApp.local_hostnames to configure access. • Allow access-control-allow-headers to be overridden (PR #3886) • Allow configuring max_body_size and max_buffer_size (PR #3829) • Allow configuring get_secure_cookie keyword-args (PR #3778) • Respect nbconvert entrypoints as sources for exporters (PR #3879) • Include translation sources0 码力 | 145 页 | 1.82 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100