码迷,mamicode.com
首页 >  
搜索关键字:correct    ( 753个结果
s5pv210——初始化SDRAM
1:SDRAM基础: 通过s3c2440的内存原理以及时序来理解s5pv210 SDRAM原理、时序。 首先看一下核心板内存如何连接的 可以看一下两个内存芯片接的地址总线均为Xm1_ADDR[13:0],数据总线Xm1_DATA[15:0]、Xm1_DATA[31:16],两个内存芯片是并联的,当地 ...
分类:其他好文   时间:2017-01-24 23:49:55    阅读次数:564
Linux 安装问题
问题1: root>sudo apt-get install yum 提示: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 解决方法:sudo dpkg - ...
分类:系统相关   时间:2017-01-23 15:04:48    阅读次数:201
模拟登陆、锁定用户
#!/usr/bin/env python # -*- coding:utf-8 -*- ''' dic = { "sc":{ "cd":['xd', 'jn', 'ch'], "my":['yx', 'zt', 'xx'] }, "gd":{ "gz":['gz1', 'gz2', 'gz3'],... ...
分类:其他好文   时间:2017-01-21 10:50:54    阅读次数:154
ML1
Supervised Learning In supervised learning, we are given a data set and already know what our correct output should look like, having the idea that th ...
分类:其他好文   时间:2017-01-15 23:01:02    阅读次数:239
使用Gradle编译release apk报错:Please correct the above warnings first
在开发SDK的过程中,遇到了一个研发,使用了自己的SDK之后遇到了各种问题,于是我们自己帮忙接入。 所有代码都接入完成之后,准备export出一个release包,但是此时却报错: 此时出现了很多的warning,要求修改,并且还退出了编译,导致打包失败。 仔细看了一下相关的warning的提示,都 ...
分类:其他好文   时间:2017-01-12 08:05:15    阅读次数:307
Leetcode 255. Verify Preorder Sequence in Binary Search Tree
验证一个list是不是一个BST的preorder traversal sequence。 Given an array of numbers, verify whether it is the correct preorder traversal sequence of a binary sear ...
分类:其他好文   时间:2017-01-04 07:50:06    阅读次数:140
【转】TensorFlow练习20: 使用深度学习破解字符验证码
验证码是根据随机字符生成一幅图片,然后在图片中加入干扰象素,用户必须手动填入,防止有人利用机器人自动批量注册、灌水、发垃圾广告等等 。 验证码的作用是验证用户是真人还是机器人;设计理念是对人友好,对机器难。 上图是常见的字符验证码,还有一些验证码使用提问的方式。 我们先来看看破解验证码的几种方式: ...
分类:其他好文   时间:2017-01-03 15:36:21    阅读次数:3172
a biped was detected but cannot be configured properly (Bipe导入Unity 无法正确识别)
OP stated "I export the biped with 'animation' and 'bake animation' ticked and the correct frame segment chosen."Have you tried to 'export selected' w... ...
分类:编程语言   时间:2016-12-31 19:10:42    阅读次数:2714
Python unittest appium
import unittest from appium import webdriver from appium.common.exceptions import NoSuchContextException import desired_capabilities class ContextSwit... ...
分类:移动开发   时间:2016-12-31 00:25:51    阅读次数:258
Android资料之-EditText中的inputType
在编写有EditText的自定义控件的时候可能会用到EditText的inputType属性,直接在xml里写这个属性的时候是用字符串型的,不过动态设置的时候就变成int型了,InputType里有定义了对应的常量,在自定义控件需要通过在xml里写参数的形式来控制控件里的EditText的这个属性的 ...
分类:移动开发   时间:2016-12-30 11:58:23    阅读次数:286
753条   上一页 1 ... 45 46 47 48 49 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!