码迷,mamicode.com
首页 >  
搜索关键字:computer graphic    ( 3369个结果
修改itunes备份路径的方法
windows下使用itunes进行iphone备份的时候,会发现备份的路径无法修改。默认为:C:\Users\[用户名]\AppData\Roaming\Apple Computer\MobileSync\Backup 。但将备份文件放在系统盘显然不太安全,而且随着iphone备份文件越来越大,也 ...
分类:其他好文   时间:2020-01-19 12:52:18    阅读次数:115
PAT Advanced 1155 Heap Paths (30分)
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2020-01-17 21:13:06    阅读次数:93
PAT Advanced 1147 Heaps (30分)
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:其他好文   时间:2020-01-17 20:50:35    阅读次数:68
深入delphi编程理解之消息(三)发送消息函数的一般应用实例
通过对消息函数(SendMessage、PostMessage、Perform)的一般应用,来说明sendmessage、postmessage函数和perform 方法调用方式和结果的区别。 一、程序界面 二、程序代码及注释 unit Unit1; interface uses Windows, ...
分类:Windows程序   时间:2020-01-17 19:01:53    阅读次数:93
Linux使用技巧——find结合grep模糊匹配文件搜索关键字
find结合grep模糊匹配文件搜索关键字 不知道哪个单词在哪个文件里面可以使用这种方法 ...
分类:系统相关   时间:2020-01-15 14:10:57    阅读次数:100
Self-supervised learning and computer vision
Self-supervised learning and computer vision 2020-01-15 08:05:47 Source: https://www.fast.ai//2020/01/13/self_supervised/ Introduction to self-supervi ...
分类:其他好文   时间:2020-01-15 09:35:25    阅读次数:164
Linux修改主机名
1.查看当前的主机名 [root@fangjian ~]# hostnamectl Static hostname: brace Pretty hostname: Brace Icon name: computer-vm Chassis: vm Machine ID: 201912251116078 ...
分类:系统相关   时间:2020-01-14 13:33:19    阅读次数:104
centos 7 切换图形界面启动
1.联网 cd /ect/syscofig/network-scripts ls vi ifcfg-ens33 ONBOOT=yes reboot ping www.baidu.com 2.检查yum是否可用 3.install X Window System 4.yum groupinstall ...
分类:其他好文   时间:2020-01-13 23:41:56    阅读次数:107
UWP 区分设备类型
在写UWP应用时,通常会需要在代码里面判断当前是什么设备类型,以便在不同的设备上显示出不同的效果或者内容。 1. 通常我们都知道如何在C#代码里面去判断 public static DeviceFormFactorType GetDeviceFormFactorType() { switch (An ...
分类:其他好文   时间:2020-01-13 19:56:38    阅读次数:75
目标检测算法
simple faster RCNN 代码地址: https://github.com/chenyuntc/simple-faster-rcnn-pytorch/tree/master 作者解析: https://zhuanlan.zhihu.com/p/32404424 YOLOv3 代码地址: ...
分类:编程语言   时间:2020-01-13 14:39:13    阅读次数:97
3369条   上一页 1 ... 25 26 27 28 29 ... 337 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!