码迷,mamicode.com
首页 >  
搜索关键字:grey    ( 103个结果
四分树- UVa 297
1 #include <iostream> 2 #define black 'f' 3 #define white 'e' 4 #define grey 'p' 5 using namespace std; 6 struct node{ 7 char type; 8 node* upper_r; 9 ...
分类:其他好文   时间:2020-03-21 16:25:21    阅读次数:64
MATLAB灰色关联度分析
@[TOC] 1.释名 灰色关联度分析(Grey Relation Analysis,GRA),是一种多因素统计分析的方法。简单来讲,就是在一个灰色系统中,我们想要了解其中某个我们所关注的某个项目受其他的因素影响的相对强弱,再直白一点,就是说:我们假设以及知道某一个指标可能是与其他的某几个因素相关的 ...
分类:其他好文   时间:2019-12-08 10:35:01    阅读次数:205
密码强度
效果 <style type="text/css"> span{ width:80px; height: 10px; display: inline-block; background: grey; margin-right: 3px; font-size: 18px; text-align: ce ...
分类:其他好文   时间:2019-11-22 13:33:36    阅读次数:72
关于通用mapper的weekendCriteria用法
https://www.cnblogs.com/grey-wolf/p/8435723.html; ...
分类:移动开发   时间:2019-09-21 21:19:05    阅读次数:345
Python Ethical Hacking - Basic Concetion
What is Hacking? Gaining unauthorized access. Hackers? 1.Black-hat Hackers 2.White-hat Hackers 3.Grey-hat Hackers WHAT IS A PROGRAM? A set of instruct ...
分类:编程语言   时间:2019-08-10 21:37:54    阅读次数:93
格雷码(Grey Code)生成规则
(1) Grey码在FPGA实际应用中是实用的码,在8421BCD码累加计数器中,如果寄存器需要发生多位(两位或者以上)的跳变,会出现中间态,这样作为组合逻辑的输入是不稳妥的。 下面看两个中间态的例子: 这是累加器的状态转换时序观察,存在中间不希望的状态。如果作为组合逻辑的输入,状态有可能跑飞。 左 ...
分类:其他好文   时间:2019-07-28 17:51:53    阅读次数:847
canvas toBlob ,ie兼容
/* canvas-toBlob.js * A canvas.toBlob() implementation. * 2016-05-26 * * By Eli Grey, http://eligrey.com and Devin Samarin, https://github.com/eboyjr ... ...
分类:其他好文   时间:2019-06-04 13:08:18    阅读次数:341
78JS插件:原生版弹窗(面对对象)
```html:run<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>弹窗</title> <style> .dialog { background: grey; width: 150px; height: 30 ...
分类:Web程序   时间:2019-06-03 14:10:21    阅读次数:166
记一次返工之后记
记一次返工之后记 作者: "Grey" 时间:2018 11 25 原文地址: "https://www.cnblogs.com/greyzeng/p/10018247.html" 说明 "之前做的功能" , 又有新的需求了,原先的需求是支持某个类型的待办审批,现在是要支持系统所有类型待办的审批,虽 ...
分类:其他好文   时间:2018-11-26 02:09:23    阅读次数:245
importToMbtiles
import sqlite3, sys, logging, time, os, json, zlib, re'''MapDBImporter-latest -f png -mName "World Light" -mDescription "A simple, light grey world ma... ...
分类:其他好文   时间:2018-09-22 21:17:32    阅读次数:159
103条   上一页 1 2 3 4 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!