码迷,mamicode.com
首页 >  
搜索关键字:operations    ( 1397个结果
windows key代码
1 1847 2 System 4 Memory 6 % Processor Time 10 File Read Operations/sec 12 File Write Operations/sec 14 File Control Operations/sec 16 File Read Bytes ...
分类:Windows程序   时间:2021-01-08 10:57:37    阅读次数:0
IDApro 快捷键
https://www.hex-rays.com/wp-content/static/products/ida/idapro_cheatsheet.html File Operations Parse C header file... Ctrl+F9 Create ASM file... Alt+F ...
分类:其他好文   时间:2020-12-30 11:11:25    阅读次数:0
Codeforces Round #688 (Div. 2)B. Suffix Operations(思维题)
地址:http://codeforces.com/contest/1453/problem/B 题意: 给定你一个长度为n的序列,你有两种操作,给这个序列的后缀加一或者减一,序列的后缀定义和字符串的后缀定义相同,还有你开始在所有的操作开始的时候,选择把一个数变成任意的数,这个操作不计入总的操作次数, ...
分类:其他好文   时间:2020-12-21 12:10:07    阅读次数:0
Linux驱动之设备树的基础知识
前期知识 1. 如何编写一个简单的Linux驱动(一)——驱动的基本框架 2. 如何编写一个简单的Linux驱动(二)——设备操作集file_operations 3. 如何编写一个简单的Linux驱动(三)——完善设备驱动 前言 在前面的文章中,我们只介绍了如何对驱动和设备节点进行操作,并没有涉及 ...
分类:系统相关   时间:2020-09-18 01:31:58    阅读次数:43
Embedded C Coding Rules
1. Using inline to replace #define when there are paramters 2. Using unsigned int only for bit-operations 3. Using fixed-width type int e.g. uint8_t, ...
分类:其他好文   时间:2020-07-27 15:42:42    阅读次数:67
[LeetCode 1526] Minimum Number of Increments on Subarrays to Form a Target Array
Given an array of positive integers target and an array initial of same size with all zeros. Return the minimum number of operations to form a target  ...
分类:其他好文   时间:2020-07-27 15:38:31    阅读次数:66
AXI协议
AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
分类:其他好文   时间:2020-07-26 01:33:58    阅读次数:109
Pku3468 A Simple Problem with Integers
You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number ...
分类:其他好文   时间:2020-07-12 18:48:43    阅读次数:50
RDB Journal特性研究
#1. journaling 相关的pull request librbd: integrate journaling support for IO operations #6541 (https://github.com/ceph/ceph/pull/6541) () librbd: integr ...
分类:数据库   时间:2020-07-09 12:14:39    阅读次数:69
收集TCP端口的访问延迟和丢包率
需求: 找一款工具可以对TCP 80端口 收集 访问延迟和丢包率 找到的工具: 1、Hping : http://www.hping.org/ 2、paping : https://docs.azure.cn/zh-cn/articles/azure-operations-guide/virtual ...
分类:其他好文   时间:2020-07-08 14:56:02    阅读次数:108
1397条   上一页 1 2 3 4 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!