首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏漫漫全栈路

    THE FEYNMAN TECHNIQUE 费曼技巧

    A simple and powerful technique to ensure you can rapidly learn and retain new concepts and information

    1.6K10发布于 2019-12-11
  • 来自专栏机器学习、深度学习

    相机标定--A Flexible New Technique for Camera Calibration

    https://blog.csdn.net/zhangjunhit/article/details/89087012 A Flexible New Technique for Camera

    1.8K40发布于 2019-05-26
  • 来自专栏深度学习计算机视觉

    A HierarchicalTest Case Prioritization Technique for Object Oriented Software

    1、成员组成 (1)组长:张俊怡 (2)组员:孟令军 2、文献基本情况介绍 (1)文献名称:A HierarchicalTest Case Prioritization Technique for Object

    84770发布于 2018-04-24
  • 来自专栏SAP供应链

    SAP SD 基础知识之定价中的条件技术(Condition Technique in Pricing)

    SAP SD 基础知识之定价中的条件技术(Condition Technique in Pricing) 一,定价程序Pricing Procedure 所有定价中允许的条件类型都包含在定价程序中

    96600发布于 2021-01-10
  • 来自专栏Khan安全团队

    进程注入工具

    1) Parent PID Spoofing Encryption 2) XOR Encryption (It can also be used with Parent PID Spoofing technique but can't be used with DLL Injection Technique) 3) AES Encryption (It can also be used with Parent PID Spoofing technique but can't be used with DLL Injection Technique) 通过反射加载 # Load from the disk [System.Reflection.Assembly Usage Description ----- ----------- /t Specify the process injection technique

    1.2K21编辑于 2022-01-27
  • 来自专栏逍遥剑客的游戏开发

    挑战蓝龙Kalecgos

    冒似纹理的寻址方式也要设置, 暴雪真是的, 有用的技术全给用上了-_- 看来在解析骨骼动画之前还有一大堆的绘制问题要解决 2009/3/22: 为了切换渲染状态写了一堆ShaderVariation(technique ): technique Static < string Mask = "Static"; >   {       pass p0       {               VertexShader  ();       }   }   //------------------------------------------------------------------------------ technique CCW;       }   }   //------------------------------------------------------------------------------ technique None;       }   }   //------------------------------------------------------------------------------ technique

    49720发布于 2018-05-23
  • 来自专栏Creator星球游戏开发社区

    CreatorPrimer| CustomMaterial.js源码分析

    Technique的实例化 ---- Effect类的第一个参数需要Technique的数组,我们看Technique的创建: //--------------------CustomMaterial.js } ]; //params就是之前定义的shader.params if (params) { techParams = techParams.concat(params); } //实例化Technique ,我们之前定义的params成了Technique的参数 var mainTech = new renderer.Technique( ['transparent'], //stages参数,暂时也没搞懂具体意思 类的构建函数 var Technique = function Technique(stages, parameters, passes, layer) { ... } Technique的构建函数需要 Pass的实例化 ---- 创建Technique又需要一个passes数组,再看代码pass的实例化过程: //我们之前定义的shader.name成了Pass的构造参数 var pass = new

    1.4K20发布于 2019-09-11
  • 来自专栏Khan安全团队

    PoisonApple-macOS持久性工具

    用法 $ poisonapple --help usage: poisonapple [-h] [-l] [-t TECHNIQUE] [-n NAME] [-c COMMAND] [-r] Command-line help message and exit -l, --list list available persistence mechanism techniques -t TECHNIQUE , --technique TECHNIQUE persistence mechanism technique to use -n NAME, --name

    52430发布于 2021-05-08
  • 来自专栏ACM算法日常

    怪物补刀贪心算法

    You have some secret technique to force your opponent to skip his turn. You can use this technique at most k times in total (for example, if there are two monsters and k=4, then you can use the technique 2 times on the first monster and 1 time on the second monster, but not Your task is to determine the maximum number of points you can gain if you use the secret technique optimally Output Print one integer — the maximum number of points you can gain if you use the secret technique

    72620发布于 2020-02-17
  • 来自专栏数据派THU

    干货书!基于单调算子的大规模凸优化

    point method, Operator splitting Variable metric methods Primal-dual methods Infimal postcomposition technique Dualization technique Variable metric technique Gaussian Elimination Technique Linearization technique

    42040编辑于 2022-07-27
  • 来自专栏FreeBuf

    攻防最前线:ATT&CK模型解读

    Mitre 将每种 Technique 也分配了 ID(以 T 作为开头,后面接数字) 。 每一种 Tactics 下有多种 Technique,每个 Technique 可以为多种 Tactics 服务。 同样的 Technique 在多种 Tactics 中都可以看到 ATT&CK 模型为特定的 Technique 对象提供了相关参数,如:Name、ID、Tactic 和 Description 等。 方便更好的让 Technique 与 Tactics 等相联系。 ? Groups 用 Technique 和 Software 去完成 Tactic。 Software 是实现 Technique 的手段。 ?

    3.8K10发布于 2020-12-08
  • 来自专栏CreateAMind

    噪音:让生成模型稳定训练的技巧

    One particular technique did us great service: instance noise. and synthetic data during training might help overcome these problems in this note we motivate this technique In this technique the labels in the discriminator's training data are randomly flipped. Let's illustrate this technique in two figures. The classifiaction view: ? ? ?

    1K10发布于 2018-07-25
  • 来自专栏debugeeker的专栏

    CISSP考试指南笔记:4.15 网络攻击

    Flooding Attackers today have another technique that does not require them to figure out an implementation An illustrative example of this technique is called SYN flooding, which is an attack that exploits the The attacker chooses the flooding technique they want to employ (SYN, ICMP, DNS) and then instruct an at your firewall. if the attack happens to be a SYN flood, you can configure your servers to use a technique

    42520发布于 2021-02-05
  • 手把手教你用.NET修仙:三天炼化EFCore

    DbContext { // 修士名录 public DbSet<Cultivator> Cultivators{ get; set;} // 功法秘籍 public DbSet<Technique ) public string Name{ get; set;}// 道号 public int RealmLevel{ get; set;}// 境界 publicList<Technique >Techniques{ get; set;}// 掌握功法 } public class Technique { public int Id{ get; set;}// 功法ID public 五、关系修炼之道 一对多关系(修士-功法) // 添加功法 var hanli = context.Cultivators.First(); hanli.Techniques.Add(new Technique

    25910编辑于 2025-08-24
  • 来自专栏python3

    通信英语_3

    information 开销信息 advanced handover algorithms 先进的切换算法 facsimile and short message services 传真和短消息服务 the GSM technique 涉及源和目的地址的信息 the computer referred to a message processor 叫做报文处理器的计算机 the store-and-forward transmission technique dynamic allocation of bandwith 带宽的动态分配 the overall transmission delay of message 报文整个的传输时延 switching technique services 运营者和用户当前和未来的要求 the current and future requirement of both perators and users 高比特率信道的交换技术 the technique switching high bit rate channel 异步转换模式 asychornous transfer mode 复用和交换技术 multiplexing and switching technique

    1.5K30发布于 2020-01-10
  • 来自专栏绿盟科技研究通讯

    面向XDR的数据质量度量方法(一)

    可概括为:通过分析手段实现了对攻击行为的显示告警,该告警是ATT&CK Technique技术层级的特定行为告警。 可概括为:该数据映射到ATT&CK Technique并包含了ATT&CK Technique技术层级的信息,能够给出并解释告警对应行为的“How”问题。 ID (TID), and it must clearly connect a technique-level description with the technique under-test. 可概括为:该数据映射到ATT&CK Technique并包含了ATT&CK Technique技术层级的信息,能够给出并解释告警对应行为的“How”问题。与APT29基本一致。 The technique under test was successful.

    90240编辑于 2022-04-14
  • 来自专栏Ceph对象存储方案

    Ceph最新的EC-CLAY插件调研-上

    ; pft.profile["technique"] = "reed_sol_van"; } else { mds.profile["technique"] = "single "; pft.profile["technique"] = "single"; } } else { std::string p = profile.find("technique "] = p; pft.profile["technique"] = p; } else { *ss << "technique " << p << "is "] = p; pft.profile["technique"] = p; } else { *ss << "technique " << p << "is ["technique"] = p; } else { *ss << "technique " << p << "is not currently supported, use

    1.5K20发布于 2020-12-18
  • 来自专栏生信技能树

    生信编程直播第12题:json格式数据的格式化

    "data set" : { "pluralLabel" : "data sets" } }, "items" : [ { "technique Developmental-Stage" : "Embryos 0-12 hr", "organism" : "D. melanogaster" }, { "technique 我们需要从这个json文件里面提取:technique factor target principal_investigator submission label category type Developmental-Stage my $data = from_json( do { local $/; open my $f, '<', $ARGV[0]; scalar <$f> } ); my @fields = qw( technique

    1.2K100发布于 2018-03-08
  • 来自专栏C++核心准则原文翻译

    C++核心准则C.60: 拷贝赋值运算符应该是以const&为参数,返回非常量引用类型的非虚函数

    assign lvalue: copy a = f(); // assign rvalue: potentially move Note(注意) The swap implementation technique In this case, the copy of elements implied by the swap implementation technique could cause an order ; }; Vector& Vector::operator=(const Vector& a) { if (a.sz > sz) { // ... use the swap technique target elements, we will get the basic guarantee rather than the strong guarantee offered by the swap technique

    1.2K30发布于 2020-03-25
  • 来自专栏hotarugaliの技术分享

    MarkDown绘图mermaid流程图graph

    [](/images/Technique/MarkDown/MarkDown绘图mermaid流程图graph/graph节点形状.png) --> ```mermaid graph TB A[text [](/images/Technique/MarkDown/MarkDown绘图mermaid流程图graph/graph连线形状.png) --> ```mermaid graph TB A1 [](/images/Technique/MarkDown/MarkDown绘图mermaid流程图graph/graph连线文本.png) --> ```mermaid graph TB A1 --text [](/images/Technique/MarkDown/MarkDown绘图mermaid流程图graph/graph并发连线.png) --> ```mermaid graph TB A --> [](/images/Technique/MarkDown/MarkDown绘图mermaid流程图graph/graph子图.png) --> ```mermaid graph TB subgraph

    2K30编辑于 2022-03-01
领券