-
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转...
内核超时等待机制的原理:
应用程序通过操作系统提供的系统调用接口获取资源时,在系统调用的入口参数里可以指定超时等待的最大时间,通常以毫秒为单位,内核会将其转化为系统的时钟(tick)
-Timeout waiting for core principles of mechanism: the application through the operating system
- 2022-03-16 13:01:09下载
- 积分:1
-
桌面录象软件!拥有着宽软件,你就可以轻松的记录下年一在桌面上所做的一切...
桌面录象软件!拥有着宽软件,你就可以轻松的记录下年一在桌面上所做的一切-desktop video software! The software has a wide, you can easily record, one on the table, everything done
- 2022-01-26 05:42:07下载
- 积分:1
-
此文件为RTF文件转换为TXT文件的解码程序。
此文件为RTF文件转换为TXT文件的解码程序。-RTF file for this file is converted to TXT file decoding process.
- 2022-02-03 11:53:53下载
- 积分:1
-
并行程序分析方法(英文)本文主要介绍了,对并行程序效率分析的常用软件和方法,对于编写并行程序的人是很有借鉴意义的。...
并行程序分析方法(英文)本文主要介绍了,对并行程序效率分析的常用软件和方法,对于编写并行程序的人是很有借鉴意义的。-parallel program analysis method (English) In this paper, Parallel to the analysis of the efficiency of the software and commonly used method for the preparation of the parallel program is a useful one.
- 2023-07-09 03:30:03下载
- 积分:1
-
介绍三星2440处理器的详细英文文档,是一本比较好的学习2440资料
介绍三星2440处理器的详细英文文档,是一本比较好的学习2440资料-Samsung 2440 processor introduce detailed documentation in English is a relatively good information on learning 2440
- 2022-03-24 16:44:03下载
- 积分:1
-
使用cupl语言编写的20
使用cupl语言编写的20-5编码键盘,无需键盘扫描
比矩阵键盘更方便,-cupl use of the language 20-5 coding keyboard, without the keyboard scan matrix keyboard is more convenient.
- 2023-02-08 11:45:04下载
- 积分:1
-
C in A Nutshell
Learning a language
C in A Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.
- 2022-12-16 09:20:03下载
- 积分:1
-
uva10324解法(提共題目和解法程式)
題目說明:給你一連串僅包含0和1的字串 (字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間(包含第i個和第j個)、 是否所有的字元均相同 (均為1或均為0)。如果均相同請回答Yes、 否則請回答No。输入每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n 代表對於上一列字串以下有n個問題。皆下來的 n 列每列有2個非負的整數分別代表 i和 j。输出對每一列測試字串,請先輸出第幾個的案例。然後根據 n 個問題回答肯定或否定的。解法:1.用获取讀入整行字串輸入、 並計算長度2.先判斷第 0 個位置,为 0 則把 0 存入另一個整數陣列,为 1 則存 13.用迴圈把字串陣列轉換存到整數陣列、 遇到字元 0 則值不變、 遇到字元 1 則加 14.欲判斷的i、 j位置都為字元 0、 且整數陣列i、 j位置的值相同、 代表有一連串 0、 輸出是5.欲判斷的i j位置都為字元 1,且整數陣列i、 j位置的值相減為i、 j的差、 代表有一連串 1,輸出是6.其他情況輸出号
- 2022-05-06 12:04:30下载
- 积分:1
-
回溯算法与八皇后问题
算法设计的经典问题,是学习算法的朋友一定会遇到的问题...
回溯算法与八皇后问题
算法设计的经典问题,是学习算法的朋友一定会遇到的问题-Backtracking algorithm and eight Queen
- 2023-06-09 04:05:03下载
- 积分:1
-
包含非线性卫星转发器的FDM系统的仿真
仿真一个从卫星到区域数据中心的下行链路(由一组6个载波构成),评估热噪声,交调(IM)失真、由滤波器造成的码间干扰(...
包含非线性卫星转发器的FDM系统的仿真
仿真一个从卫星到区域数据中心的下行链路(由一组6个载波构成),评估热噪声,交调(IM)失真、由滤波器造成的码间干扰(ISI)以及邻频干扰对下行链路性能的影响。
-Contains the non-linear satellite transponder FDM system simulation simulation of a regional data centers from the satellite to the downlink (from a group of six carrier composition) to assess the thermal noise, intermodulation (IM) distortion, caused by the filter inter-symbol interference (ISI) and adjacent channel interference on the downlink performance.
- 2022-04-06 17:44:09下载
- 积分:1