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

https://www.tsingfun.com/ilife/tech/536.html 

为维护国家安全 中国限制出口无人机和高性能计算机 - 资讯 - 清泛网 - 专注...

...些指令能够同时进行多重浮点向量(64位或更多位的一维数组)运算,且处理器中至少含有2个向量功能部件和至少8个向量寄存器,每个向量寄存器至少包含64个数据单元。 附件2 【部分无人驾驶航空飞行器和高性能计算机出口...
https://community.appinventor.... 

[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes) - #9 by ...

...u did not yet submit (a temporal anomaly) Here is the doc page: http://iot.appinventor.mit.edu/#/bluetoothle/bluetoothleintro Here is the doc for the event: MTUChanged – The MTUChanged event is run when the two BluetoothLE devices have successfully changed their maximum transmission unit (MTU) ...
https://www.tsingfun.com/it/tech/887.html 

iOS开发过程中的各种tips - 更多技术 - 清泛网 - 专注C/C++及内核技术

...ow = indexPath.row; return row; } 6.把plist文件中的数据赋给数组 NSString *path = [[NSBundle mainBundle] pathForResource:@"States" ofType:@"plist"]; NSArray *array = [NSArray arrayWithContentsOfFile:path]; 7.获取触摸的点 - (CGPoint)locationInView:(UIView *)view; - (CG...
https://bbs.tsingfun.com/thread-513-1-1.html 

JAVA线程池管理及分布式HADOOP调度框架搭建 - 人工智能(AI) - 清泛IT社区,...

...p;              // 可能数组越界,这个地方只是为了说明问题,忽略错误                }           }           count....
https://www.tsingfun.com/it/os... 

bpftrace教程【官方】 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...map。 []: 可选的中括号允许设置map的关键字,比较像关联数组 count(): 这个时一个map函数 - 记录被调用次数。因为调用次数保存在comm的map里,所以结果是进程执行系统调用的计数统计。 在bpftrace结束(如按Ctrl-C)时Maps自动打印出...
https://www.tsingfun.com/down/ebook/106.html 

C++并发编程(中文版) - 文档下载 - 清泛网 - 专注C/C++及内核技术

....3 为多线程性能设计数据结构… 212 8.3.1 为复杂操作划分数组元素… 212 8.3.2 其它数据结构中的数据读取方式… 214 8.4 设计并发性时需要考虑的别的方面… 215 8.4.1 并行算法中的异常安全… 215 8.4.2 可扩展性和阿姆达尔定律… 2...
https://www.tsingfun.com/it/cpp/465.html 

Linux进程与线程总结 [推荐] - C/C++ - 清泛网 - 专注C/C++及内核技术

...e <unistd.h> int pipe(int fd[2]) 函数参数为一个长度为2的整型数组,fd[0]表示管道的读端,fd[1]表示管道的写端,如果读写端顺序颠倒,将导致错误发生。另外管道的读写及关闭操作均利用一般文件I/O的操作函数read、write、close。 3.2 ...
https://www.fun123.cn/reference/other/merger.html 

App Inventor 2 项目合并工具 AIMerge · App Inventor 2 中文网

...ou can find a link to the file on the MIT App Inventor Web site at http://appinventor.mit.edu/explore/resources/ai2-project-merger.html Download the jar file and save it to your computer. To launch the Project Merger simply double click on the jar file. Find and Load Both Projects The main proj...
https://www.tsingfun.com/it/tech/1144.html 

Mozilla PDF.js:PDF在线预览 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...uses subpar performance. IE9缺少了一些功能和最显着的类型化数组,支持性表现欠佳,我想到了之前运行出错的helloworld.... <=IE8 NO none IE8 and below are missing too many features to be supported. IE8及以下缺失太多的...
https://www.tsingfun.com/it/cp... 

__attribute__ - C/C++ - 清泛网 - 专注C/C++及内核技术

... should be used)。 下面的例子中,my-packed-struct类型的变量数组中的值将会紧紧的靠在一起,但内部的成员变量s不会被“pack”,如果希望内部的成员变量也被packed的话,my-unpacked-struct也需要使用packed进行相应的约束。 struct my_un...