上一页 1 2 3 4 5 6 ··· 8 下一页

2021年5月20日

C8:进程控制

摘要: 阅读全文

posted @ 2021-05-20 14:48 炽离 阅读(37) 评论(0) 推荐(0) 编辑

2021年5月17日

C7 : 进程环境

摘要: 1. 引言 1:程序执行时,main是如何被调用的 2:命令行参数如何传递给新程序 3:典型的存储空间布局样式 4:如何分配额外的储存空间 5:进程如何使用环境变量 6:进程的不同终止方式 7:longjmp和setjmp函数以及它们和栈的交互方式 8:进程的资源限制 2.main函数 main函数 阅读全文

posted @ 2021-05-17 11:36 炽离 阅读(102) 评论(0) 推荐(0) 编辑

2021年4月1日

Java Native Interface Specification - Chapter 4 : JNI Functions

摘要: JNI官方文档:https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html JNI Functions Chapter 4 This chapter serves as the reference secti 阅读全文

posted @ 2021-04-01 19:10 炽离 阅读(70) 评论(0) 推荐(0) 编辑

2021年3月16日

JNI简易开发

摘要: JNI简易开发 Whg,20210324 1 基础配置 Oracle官方文档: https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html 其他参考: https://www.eg.bucknell.edu/ 阅读全文

posted @ 2021-03-16 13:22 炽离 阅读(610) 评论(0) 推荐(1) 编辑

2021年2月23日

Java Native Interface Specification - Chapter 3 : JNI Types and Data Structures

摘要: JNI官方文档:https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html Chapter 3 This chapter discusses how the JNI maps Java types to na 阅读全文

posted @ 2021-02-23 20:27 炽离 阅读(74) 评论(0) 推荐(0) 编辑

MultilingualSimpleObject

摘要: 1 // 2 // Created by whg on 2020/8/25. 3 // 4 #pragma once 5 #include <utility> 6 #include <memory> 7 #include <vector> 8 #include <chrono> 9 10 names 阅读全文

posted @ 2021-02-23 20:12 炽离 阅读(93) 评论(0) 推荐(0) 编辑

Java Native Interface Specification - Chapter 2 : Design Overview

摘要: JNI官方文档:https://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/jniTOC.html Chapter 2 Design Overview JNI Interface Functions and Pointers Nat 阅读全文

posted @ 2021-02-23 20:10 炽离 阅读(137) 评论(0) 推荐(0) 编辑

2020年8月12日

std::unordered_map

摘要: std::unordered_map 版本XcodeDefault.xctoolchain/usr/include/c++/v1 1:unorderd_map typedef 例子:typedef std::unordered_map<std::string, int> 模板参数: 1 templa 阅读全文

posted @ 2020-08-12 21:16 炽离 阅读(1795) 评论(0) 推荐(0) 编辑

2019年11月15日

Android apps for “armeabi-v7a” and “x86” architecture: SoC vs. Processor vs. ABI

摘要: INSTRUCTION SET: Processors are made of semiconductor dies, usually electronic-grade mono-crystalline silicon. They don't know English or any other hu 阅读全文

posted @ 2019-11-15 16:22 炽离 阅读(453) 评论(0) 推荐(0) 编辑

2019年5月27日

android studio 配置相关问题

摘要: 1:Unknown AVD name, use -list-avds to see valid list. 下午1:26 Emulator: emulator: ERROR: Unknown AVD name [Pixel_2_API_26], use -list-avds to see valid 阅读全文

posted @ 2019-05-27 10:07 炽离 阅读(666) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页

导航