大约有 900 项符合查询结果(耗时:0.0096秒) [XML]

https://www.tsingfun.com/it/ai2/ai2_connect.html 

App Inventor 2 AI伴侣有电脑版的吗? - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术

... 《App Inventor 2 连接:USB(Ai2 Starter启动手机USB调试)》 AppInventor,AppInventor2,AI伴侣
https://www.tsingfun.com/it/tech/1011.html 

Awk学习笔记 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...量 14.2. BEGIN模块 14.3. END模块 14.4. 定向和管道 14.5. 条件语句 14.6. 循环 14.7. 数组 14.8. awk的内建函数 15. How-to 1. awk简介 awk是一种编程语言,用于在linux/un...
https://www.fun123.cn/referenc... 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...巧】从.aia项目文件中提取.aix拓展包 【自己写拓展】为AppInventor2开发拓展(Extension) 中文网拓展 【数据图表】 ECharts/ECharts3D 拓展:基于 ECharts 强大的个性化数据图表展示 【剪贴板】 Clipboard 拓展:实现剪...
https://www.fun123.cn/referenc... 

创建自定义 TinyWebDB 服务 · App Inventor 2 中文网

...t stores data on a test service provided by App Inventor, http://tinywebdb.appinventor.mit.edu/ . This service is helpful for testing, but it is shared by all App Inventor users, and it has a limit of 1000 entries. If you use it, your data will be overwritten eventually. For most apps you write, yo...
https://www.fun123.cn/reference/extensions 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...巧】从.aia项目文件中提取.aix拓展包 【自己写拓展】为AppInventor2开发拓展(Extension) 中文网拓展 【数据图表】 ECharts/ECharts3D 拓展:基于 ECharts 强大的个性化数据图表展示 【数据表格】 TableView 拓展:数据...
https://www.tsingfun.com/it/tech/1600.html 

LR性能指标解释 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...事务通过、失败以及停止的数量,使考查系统性能的一个要参数。通过它可以确定系统在任何给定时刻的时间事务负载。分析TPS主要是看曲线的性能走向。 将它与平均事务响应时间进行对比,可以分析事务数目对执行时间的...
https://www.tsingfun.com/it/bigdata_ai/345.html 

海量数据相似度计算之simhash和海明距离 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...过采集系统我们采集了大量文本数据,但是文本中有很多复数据影响我们对于结果的分析。分析前我们需要对这些数据去除复,如何选择和设 通过 采集系统 我们采集了大量文本数据,但是文本中有很多复数据影响我们...
https://www.tsingfun.com/it/cpp/1947.html 

进程间通信(IPC)的几种方式 - C/C++ - 清泛网 - 专注C/C++及内核技术

...使用. 2)流管道s_pipe: 去除了第一种限制,可以双向传输. 3)命名管道:name_pipe, 去除了第二种限制,可以在许多并不相关的进程之间进行通讯. 系统IPC的三种方式类同,都是使用了内核里的标识符来识别. # 管道( pipe ):管道是一种半...
https://www.tsingfun.com/it/cp... 

Reference to \' \' is ambiguous:符号定义复 - C/C++ - 清泛网 - 专注IT技能提升

...改自己的变量名。 2、有时需要复的类,但误放在同一命名空间中了: 解决:使用不同的命名空间。 3、可能引用了同一个头文件(没有使用#pragma once或#ifndef宏过滤、预编译中引用)导致: 解决:要保证只引用一次头文件...
https://www.tsingfun.com/it/tech/466.html 

.NET4.5新特性 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...p压缩格式已经被内置到框架中去了,在 System.IO.Compression命名空间中。 *要使用它,我们就先引用一下两个命名空间: System.IO.Compression.FileSystem System.IO.Comptession *接下来将其引入代码: using System.IO.Compression; 压缩方法:CreateF...