码迷,mamicode.com
首页 >  
搜索关键字:performance tuning g    ( 2063个结果
ahb时序解析
ahb 总线架构 AHB(Advanced High Performance Bus)总线规范是AMBA(Advanced Microcontroller Bus Architecture) V2.0总线规范的一部分,AMBA总线规范是ARM公司提出的总线规范,被大多数SoC设计采用,它规定了AHB ...
分类:其他好文   时间:2020-04-18 11:46:19    阅读次数:358
使用Pytorch实现简单的人脸二分类器
该项目的目的是建立一个有关于人脸的二分类器。 steps : 1. Load the data2. Define a Convolutional Neural Network3. Train the Model4. Evaluate the Performance of our trained mo ...
分类:其他好文   时间:2020-04-17 16:00:26    阅读次数:145
数据库的基本操作
创建数据库mysql>SHOWDATABASES;+--------------------+|Database|+--------------------+|information_schema||mysql||performance_schema||sys|+--------------------+4rowsinset(0.35sec)mysql>CREATEDATABASEte
分类:数据库   时间:2020-04-14 16:48:09    阅读次数:76
最早使用cmt的minisat改进版求解器2——vsids-master-1\minisat-performance
位置: E:\CNKI E-Study\localestudy\Literature\SAT求解器学习_6B1FE1DF69904FE2AEC3542DCF408574\VSIDS paper\VISDS-solvers\vsids-master-1\vsids-master-1\minisat-p ...
分类:其他好文   时间:2020-04-14 01:02:13    阅读次数:76
.NET Core 3.1 的REST 和gRPC 性能测试
看到越南小哥 的github 上的Evaluating Performance of REST vs. gRPC , 使用的是.NET Core 3.0 , 今天我把它升级到.NET Core 3.1 同样做了一个测试,文章的结果和他的博客文章是一样的:https://dev.to/thangchu ...
分类:Web程序   时间:2020-04-12 10:37:26    阅读次数:210
MySQL- 5.7 sys schema
performance_schema提供监控策略及大量监控项,包括:元数据锁、进度跟踪、事务、内存使用及存储程序等。但是,performance_schema又过于复杂,操作不便,所以5.7新增了 sys schema,基础数据来自于 performance 跟 information_shcema ...
分类:数据库   时间:2020-04-06 11:20:14    阅读次数:99
【译】Java SE 14 Hotspot 虚拟机垃圾回收调优指南
原文链接: "HotSpot Virtual Machine Garbage Collection Tuning Guide" ,基于Java SE 14。 本文主要包括以下内容: "优化目标与策略(Ergonomics)" "垃圾收集器实现(Garbage Collector Implementa ...
分类:编程语言   时间:2020-04-05 18:32:29    阅读次数:71
如何释放 Windows 10 系统的 C 盘空间
1. 调整虚拟内存:Control Panel\\System and Security\\System Advanced system settings Advanced Performance 1. 清理磁盘:Disk Cleanup Clean up system files Windows ...
分类:Windows程序   时间:2020-04-02 17:30:14    阅读次数:159
Paper Reading_Computer Architecture
最近(以及预感接下来的一年)会读很多很多的paper......不如开个帖子记录一下读paper心得 Cache && Memory System Last level cache (llc) performance of data mining workloads on a cmp-a case ...
分类:其他好文   时间:2020-04-02 01:10:28    阅读次数:73
2008 sql 揭秘 第4章的数据库脚本
SET NOCOUNT ON; USE master; IF DB_ID('Performance') IS NULL CREATE DATABASE performance; GO USE Performance; GO --创建和填充数字辅助表 SET NOCOUNT ON; IF OBJECT ...
分类:数据库   时间:2020-03-29 21:02:11    阅读次数:77
2063条   上一页 1 ... 7 8 9 10 11 ... 207 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!