搜索结果
找到约 601 项符合
private-key 的查询结果
其他书籍 While there are many textbooks about the European Union (EU), Clive Archer covers the essential el
While there are many textbooks about the European Union (EU),
Clive Archer covers the essential elements of the EU clearly and con-
cisely, outlining the key debates and issues it faces today
微处理器开发 The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processi
The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processing function primitives which can be implemented and optimized on various CPUs and hardware engines and then used for accelerated codec functionality. API functions target key algorithms in such codecs ...
行业应用文档 redis命令
Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。从2010年3月15日起,Redis的开发工作由VMware主持。从2013年5月开始,Redis的开发由Pivotal赞助。
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. 
TDictionary represents a generic collection of key-value pairs. 
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...
其他文档 多线程游戏
/**
 * 用于在逻辑和界面间传输数据的bean
 * @version 1.0
 */
public class DataBean {
    private int first = -1;
    private int second = -1;
    public int getFirst() {
        return first;
    }
    public int ...
技术书籍 Academic Writing English
Writing essays and dissertations can be a major concern for overseas students studying at English-medium colleges and universities. Virtually all courses contain a large degree of written assessment and it is essential to ensure that your writing skills meet the necessary standard. Ac ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
单片机编程 LED电压表源代码
#include "stm8s103f.h"
#include "LEDBL.h"
#include "UART1.h"
#include "LCD1621.h"
//#include "KEY.h"
#define uchar unsigned char
#define uint unsigned int
_Bool KEYC @PB_IDR:4;//COPY
_Bool KEYP @PC_IDR:6;//POW
uint ShowMode = 1;