首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏竟然限制用户只可建一个专栏

    Lexical Structure

    Chapter3 Lexical Structure 3.1 Unicode Java代码使用Unicode字符集编写。

    49020编辑于 2022-05-30
  • 来自专栏刘君君

    JVM ClassFile Structure

    摘要: ClassFile Structure 正文: Class 文件格式 ClassFile 结构 我们可以使用 classpy 来分析我们的 class 文件结构 ?

    49630发布于 2019-12-11
  • 来自专栏PingCAP的专栏

    Succinct Data Structure

    在了解 SuRF 之前,首先要了解掌握的就是 Succinct data structure 相关的知识,这篇文章主要是讲 Succinct data structure 相关的东西,后面再讨论 SuRF Rank 和 Select Succinct data structure 第一次提出,应该是 Guy Jacobson 的论文 "Succinct static data structures",但实话 对于 Succinct data structure 来说,我们会将数据按 0 和 1 来编码,所以可以用 bits,而不是 bytes。 Level Order Unary Degree Sequence 上面简单介绍了下 Succinct data structure 的 rank 和 select。

    2K60发布于 2018-06-19
  • 来自专栏Cellinlab's Blog

    TS STRUCTURE - Interfaces

    Roughly speaking, an interface is a descriptive structure.

    37420编辑于 2023-05-17
  • 来自专栏后端云

    Internal structure of .git directory

    The structure of the .git directory [root@iZ23nrc95u7Z ~]# mkdir git-dir [root@iZ23nrc95u7Z ~]# cd git-dir

    52010编辑于 2023-02-10
  • 来自专栏小赵的Java学习

    IDEA的Structure功能

    IDEA 的 Structure 功能,也是在看代码中一个十分常用的功能。最通用的方法,就是点击 IDEA 左下角的 Structure 标签页即可。 如果快捷键无效的话,可以在 IDEA 设置中查看下 file structure 的键位设置。

    55920编辑于 2022-12-02
  • 来自专栏自学笔记

    Data Structure_树

    对于有一类问题,时常关注的是一个区间或者是一个线段,那么就可以使用线段树来解决。比较经典的问题,就是区间染色问题:有一面墙,长度为n,每次选择一段墙来染色,一开始4-6绘制成黄色,然后1-10绘制蓝色,2-7绘制红色,若干次绘色之后能看见多少种颜色,或者是在区间「i,j」区间里面可以看到多少种颜色。所以主要有两个操作,染色操作和查询操作。使用数组操作其实是可以的,染色就只需要把对应下标的内容,修改就好了;查找只需要遍历,这样复杂度就都是

    60030发布于 2019-01-23
  • 来自专栏自学笔记

    Data Structure_图

    交通运输,社交网络,互联网,工作的安排,闹区活动等等都可以用到图论处理。图可以分成两大类,一类是无向图,就是没有方向的,就好像两个人都互相认识一样,有向图就是单方面的联系,一个人认识另一个人,但是另一个人确不认识。当然,无向图也可以看成是一种特殊的有向图。图还可以根据权值分成两类,有权图和无权图,也就是边的权值,无权值只是表示了这个边存在与否而已,有权图表示的就是这个边的重要性,也可以看成是长度等等。图还有一个重要是性质,就是连通性的问题

    92620发布于 2019-01-23
  • 来自专栏Eureka的技术时光轴

    pdb data structure format

    . // SYMBOL* Type; // // Offset from the start of the structure/class/union. // DWORD DWORD ArgumentCount; // // Pointer to the continuous array of pointers to the symbol structure language type of the global symbol. // CV_CFL_LANG GetLanguage() const; // // Returns a SYMBOL structure / const SYMBOL* GetSymbolByName( IN const CHAR* SymbolName ); // // Returns a SYMBOL structure

    84410编辑于 2022-01-09
  • 来自专栏spark流式计算技术

    spark structure streaming初探

    Real-Time End-to-End Integration with Apache Kafka in Apache Spark’s Structured Streaming

    32030编辑于 2023-07-28
  • 来自专栏CS-Data Structure

    Data Structure -- 哈希表

    Main idea: Map the keys to a small range of integers and then use direct addressing.

    67200发布于 2020-12-05
  • 来自专栏点云PCL

    Structure from Motion 综述

    Structure from Motion(SfM)是一个估计相机参数及三维点位置的问题。 OpenMVG中的sequential SfM方法为adaptive structure from motion(ASfM) [6]。 Towards Linear-Time Incremental Structure from Motion[C]// International Conference on 3dtv-Conference Structure-from-Motion Revisited[C]// Computer Vision and Pattern Recognition. HSfM: Hybrid Structure-from-Motion[C]// Computer Vision and Pattern Recognition.

    4.7K20发布于 2019-07-30
  • 来自专栏自学笔记

    Data Structure_Visualization

    选择排序很简单,遍历所有元素,查看一下他们的之后最小的元素和当前元素交换即可。模板函数使用上面的swing模板。为了更清楚显示出排序的过程,可以用不同颜色代表排好序和未排好序的。

    83320发布于 2019-01-23
  • 来自专栏自学笔记

    Data Structure_JavaSwing

    首先需要注意的就是JFrame这个类,如果在main类整直接new一个出来是没有任何的变化,需要设置一个setvisible为true来显示出来。

    75230发布于 2019-01-23
  • 来自专栏Cellinlab's Blog

    TS STRUCTURE - Basic TS Types

    A variable with the number data type can contain anynumeric literal with float-ing, hexadecimal, and binary or octal values.

    78110编辑于 2023-05-17
  • 来自专栏点云PCL

    Structure-from-Motion Revisited

    Structure-from-Motion Revisited Johannes L. Schonberger Jan-Michael Frahm ? 01摘要 介绍的文章是: “Structure-from-Motion Revisited”——从运动中恢复结构“ SFM是指输入一系列图像(有序的或无序的),通过找到图像对之间的相应关系,最后重建场景的一种方式

    1.4K20发布于 2019-07-30
  • 来自专栏西二旗一哥

    Conclusion of objective-C structure

    OBJC_ISA_AVAILABILITY; }; struct class_rw_t { // Be warned that Symbolication knows the layout of this structure

    1.1K30发布于 2018-09-30
  • 来自专栏自学笔记

    Data Structure_Sort Algorithm

    生成随机的n个数量的数组,输出数组每一个元素的内容。测试排序算法使用的标准就是运行时间和排序的正确性,所以需要一个验证正确性和计算排序时间的:

    39720发布于 2019-01-23
  • 来自专栏Eureka的技术时光轴

    The Structure of import Library File (.lib)

    This article show the structure of import library file (.lib) used along with header to link against This article gives a brief description of .lib file structure and provides source to create import library Import Library Structure Import library is an archive, it starts with arch signature, it is an 8-byte Let's see the structure that represents file header: C++ struct FILE_HEADER /

    87020编辑于 2022-01-09
  • 分子对接PyRosetta--Structure Refinement

    今天我们继续分子对接,Structure Refinement。蛋白质结构与设计算法中最基础的操作之一是对蛋白质构象的调控。在Rosetta计算平台中,这类操作通过移动器(Mover)实现。

    22220编辑于 2025-09-28
领券