期刊文献+
共找到241篇文章
< 1 2 13 >
每页显示 20 50 100
The Way to Optimize the Right to Personal Data Portability in Chinese Practice——Based on Empirical Analysis of the Privacy Policies of 66 Mobile Apps
1
作者 LI Jinhua 《The Journal of Human Rights》 2024年第3期637-661,共25页
Although the existing legal norms and judicial practic-es can provide basic guidance for the right to personal data portabili-ty, it can be concluded that there are obstacles to the realization of this right through e... Although the existing legal norms and judicial practic-es can provide basic guidance for the right to personal data portabili-ty, it can be concluded that there are obstacles to the realization of this right through empirical research of the privacy policies of 66 mobile apps, such as whether they have stipulations on the right to personal data portability, whether they are able to derive copies of personal in-formation automatically, whether there are textual examples, whether ID verification is required, whether the copied documents are encrypt-ed, and whether the scope of personal information involved is consis-tent. This gap in practice, on the one hand, reflects the misunderstand-ing of the right to personal data portability, and on the other hand, is a result of the negative externalities, practical costs and technical lim-itations of the right to personal data portability. Based on rethinking the right to data portability, we can somehow solve practical problems concerning the right to personal data portability through multiple measures such as promoting the fulfillment of this right by legislation, optimizing technology-oriented operations, refining response process mechanisms, and enhancing system interoperability. 展开更多
关键词 right to personal data portability right to consulta-tion and duplication right to data transfer privacy policy techni-cal operability
下载PDF
号码可携性NP(Number Portability)业务的研究
2
作者 龚双瑾 《电信网技术》 1998年第1期1-8,共8页
介绍“号码可携性NP(Number Portability)”业务的含义、几种可能的实施方法及其有关的问题。
关键词 号码可携性NP(Number portability)业务 移机不改号 网路路由号码NRN(Network ROUTING Number) 移进号码(in-ported) 移出号码(out-ported)
下载PDF
Q-Learning-Based Inter-Networking Mobile Number Portability Congestion Control Mechanism
3
作者 王安平 李原 林琳 《China Communications》 SCIE CSCD 2011年第5期165-172,共8页
Inter-networking Mobile Number Portability(MNP) is an important way to promote the development of new telecom services.For the congestion that always occurs on the MNP query nodes,this paper proposes a Q-learning-base... Inter-networking Mobile Number Portability(MNP) is an important way to promote the development of new telecom services.For the congestion that always occurs on the MNP query nodes,this paper proposes a Q-learning-based inter-networking mobile number portability congestion control mechanism,taking the node queue delay and query service stability as the control targets,based on the optimal decision which is made over mobile user number portability query through self-adaptive connection admission control.The simulation and analysis show that,compared with tail-drop,random early detection and other mechanisms,this mechanism realizes a smoother and more regular queue size when the load is relatively light;and maintains a relatively low and stable queue size with relatively small loss when the load is relatively heavy,thus improving QoS and increasing network throughput at lower cost. 展开更多
关键词 inter-networking mobile number portability reinforcement learning Q-LEARNING congestion control
下载PDF
ARM-Based Embedded System Platform and Its Portability Research
4
作者 Hao Liu 《Journal of Computer and Communications》 2023年第11期51-63,共13页
Taking ARM as the hardware platform, the embedded system is built from both hardware and software aspects with the application as the center. In the hardware design, build the hardware platform scheme, design the sche... Taking ARM as the hardware platform, the embedded system is built from both hardware and software aspects with the application as the center. In the hardware design, build the hardware platform scheme, design the schematic diagram as well as PCB, complete the hardware debugging, and ensure the system hardware platform function;in the software design, optimize the three-stage pipeline structure of ARM instruction system, design the instruction set, install the embedded system on the virtual machine, build the cross-toolchain, and set up the correct NFS network file system. Finish the design of the ARM-based embedded system platform, combined with the hardware requirements of the experimental platform, transplant the powerful Uboot as the Bootloader of the system, and further transplant the Linux-2.6. 32 kernel to the system start the operation normally, and finally, build the root file to finish the study of its portability. 展开更多
关键词 Embedded Platforms portability Operating Systems
下载PDF
Improving performance portability for GPU-specific Open CL kernels on multi-core/many-core CPUs by analysis-based transformations
5
作者 Mei WEN Da-fei HUANG +1 位作者 Chang-qing XUN Dong CHEN 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2015年第11期899-916,共18页
OpenCL is an open heterogeneous programming framework. Although OpenCL programs are func- tionally portable, they do not provide performance portability, so code transformation often plays an irreplaceable role. When ... OpenCL is an open heterogeneous programming framework. Although OpenCL programs are func- tionally portable, they do not provide performance portability, so code transformation often plays an irreplaceable role. When adapting GPU-specific OpenCL kernels to run on multi-core/many-core CPUs, coarsening the thread granularity is necessary and thus has been extensively used. However, locality concerns exposed in GPU-specific OpenCL code are usually inherited without analysis, which may give side-effects on the CPU performance. Typi- cally, the use of OpenCL's local memory on multi-core/many-core CPUs may lead to an opposite performance effect, because local-memory arrays no longer match well with the hardware and the associated synchronizations are costly. To solve this dilemma, we actively analyze the memory access patterns using array-access descriptors derived from GPU-specific kernels, which can thus be adapted for CPUs by (1) removing all the unwanted local-memory arrays together with the obsolete barrier statements and (2) optimizing the coalesced kernel code with vectorization and locality re-exploitation. Moreover, we have developed an automated tool chain that makes this transformation of GPU-specific OpenCL kernels into a CPU-friendly form, which is accompanied with a scheduler that forms a new OpenCL runtime. Experiments show that the automated transformation can improve OpenCL kernel performance on a multi-core CPU by an average factor of 3.24. Satisfactory performance improvements axe also achieved on Intel's many-integrated-core coprocessor. The resultant performance on both architectures is better than or comparable with the corresponding OpenMP performance. 展开更多
关键词 OpenCL Performance portability Multi-core/many-core CPU Analysis-based transformation
原文传递
Providing Source Code Level Portability Between CPU and GPU with MapCG
6
作者 Chun-Tao Hong De-Hao Chen +3 位作者 Yu-Bei Chen Wen-Guang Chen Wei-Min Zheng Hai-Bo Lin 《Journal of Computer Science & Technology》 SCIE EI CSCD 2012年第1期42-56,共15页
Graphics processing units (GPU) have taken an important role in the general purpose computing market in recent years. At present, the common approach to programming GPU units is to write CPU specific code with low l... Graphics processing units (GPU) have taken an important role in the general purpose computing market in recent years. At present, the common approach to programming GPU units is to write CPU specific code with low level GPU APIs such as CUDA. Although this approach can achieve good performance, it creates serious portability issues as programmers are required to write a specific version of the code for each potential target architecture. This results in high development and maintenance costs. We believe it is desirable to have a programming model which provides source code portability between CPUs and GPUs, as well as different GPUs. This would allow programmers to write one version of the code, which can be compiled and executed on either CPUs or GPUs efficiently without modification. In this paper, we propose MapCG, a MapReduce framework to provide source code level portability between CPUs and GPUs. In contrast to other approaches such as OpenCL, our framework, based on MapReduce, provides a high level programming model and makes programming much easier. We describe the design of MapCG, including the MapReduce-style high-level programming framework and the runtime system on the CPU and GPU. A prototype of the MapCG runtime, supporting multi-core CPUs and NVIDIA GPUs, was implemented. Our experimental results show that this implementation can execute the same source code efficiently on multi-core CPU platforms and GPUs, achieving an average speedup of 1.6-2.5x over previous implementations of MapReduce on eight commonly used applications. 展开更多
关键词 portability PARALLEL GPU programming
原文传递
Migratable Power System Transient Stability AssessmentMethod Based on Improved XGBoost
7
作者 Ying Qu Jinhao Wang +4 位作者 Xueting Cheng Jie Hao Weiru Wang Zhewen Niu Yuxiang Wu 《Energy Engineering》 EI 2024年第7期1847-1863,共17页
The data-driven transient stability assessment(TSA)of power systems can predict online real-time prediction by learning the temporal features before and after faults.However,the accuracy of the assessment is limited b... The data-driven transient stability assessment(TSA)of power systems can predict online real-time prediction by learning the temporal features before and after faults.However,the accuracy of the assessment is limited by the quality of the data and has weak transferability.Based on this,this paper proposes a method for TSA of power systems based on an improved extreme gradient boosting(XGBoost)model.Firstly,the gradient detection method is employed to remove noise interference while maintaining the original time series trend.On this basis,a focal loss function is introduced to guide the training of theXGBoostmodel,enhancing the deep exploration of minority class samples to improve the accuracy of the model evaluation.Furthermore,to improve the generalization ability of the evaluation model,a transfer learning method based on model parameters and sample augmentation is proposed.The simulation analysis on the IEEE 39-bus system demonstrates that the proposed method,compared to the traditional machine learning-based transient stability assessment approach,achieves an average improvement of 2.16%in evaluation accuracy.Specifically,under scenarios involving changes in topology structure and operating conditions,the accuracy is enhanced by 3.65%and 3.11%,respectively.Moreover,the model updating efficiency is enhanced by 14–15 times,indicating the model’s transferable and adaptive capabilities across multiple scenarios. 展开更多
关键词 Transient stability assessment DATA-DRIVEN segmented focusing approximation portability
下载PDF
Flexible polydimethylsiloxane pressure sensor with micro-pyramid structures and embedded silver nanowires:A novel application in urinary flow measurement
8
作者 Ben-Song Wang Ang Gao +4 位作者 Song-Wei Huang Qi-Hong Ning Cheng Zhou Qi-Xiang Song Da-XiangCui 《Nanotechnology and Precision Engineering》 EI CAS CSCD 2024年第3期1-12,共12页
Flexible pressure sensors are lightweight and highly sensitive,making them suitable for use in small portable devices to achieve precise measurements of tiny forces.This article introduces a low-cost and easy-fabricat... Flexible pressure sensors are lightweight and highly sensitive,making them suitable for use in small portable devices to achieve precise measurements of tiny forces.This article introduces a low-cost and easy-fabrication strategy for piezoresistive flexible pressure sensors.By embedding silver nanowires into a polydimethylsiloxane layer with micro-pyramids on its surface,a flexible pressure sensor is created that can detect low pressure (17.3 Pa) with fast response (<20 ms) and high sensitivity (69.6 mA kPa-1).Furthermore,the pressure sensor exhibits a sensitive and stable response to a small amount of water flowing on its surface.On this basis,the flexible pressure sensor is innovatively combined with a micro-rotor to fabricate a novel urinary flow-rate meter (uroflowmeter),and results from a simulated human urination experiment show that the uroflowmeter accurately captured all the essential shape characteristics that were present in the pump-simulated urination curves.Looking ahead,this research provides a new reference for using flexible pressure sensors in urinary flow-rate monitoring. 展开更多
关键词 Flexible pressure sensor Silver nanowires Portable device Uroflowmeter Healthcare
下载PDF
Robust Malicious Executable Detection Using Host-Based Machine Learning Classifier
9
作者 Khaled Soliman Mohamed Sobh Ayman M.Bahaa-Eldin 《Computers, Materials & Continua》 SCIE EI 2024年第4期1419-1439,共21页
The continuous development of cyberattacks is threatening digital transformation endeavors worldwide and leadsto wide losses for various organizations. These dangers have proven that signature-based approaches are ins... The continuous development of cyberattacks is threatening digital transformation endeavors worldwide and leadsto wide losses for various organizations. These dangers have proven that signature-based approaches are insufficientto prevent emerging and polymorphic attacks. Therefore, this paper is proposing a Robust Malicious ExecutableDetection (RMED) using Host-based Machine Learning Classifier to discover malicious Portable Executable (PE)files in hosts using Windows operating systems through collecting PE headers and applying machine learningmechanisms to detect unknown infected files. The authors have collected a novel reliable dataset containing 116,031benign files and 179,071 malware samples from diverse sources to ensure the efficiency of RMED approach.The most effective PE headers that can highly differentiate between benign and malware files were selected totrain the model on 15 PE features to speed up the classification process and achieve real-time detection formalicious executables. The evaluation results showed that RMED succeeded in shrinking the classification timeto 91 milliseconds for each file while reaching an accuracy of 98.42% with a false positive rate equal to 1.58. Inconclusion, this paper contributes to the field of cybersecurity by presenting a comprehensive framework thatleverages Artificial Intelligence (AI) methods to proactively detect and prevent cyber-attacks. 展开更多
关键词 Portable executable MALWARE intrusion detection CYBERSECURITY zero-day threats Host IntrusionDetection System(HIDS) machine learning Anomaly-based Intrusion Detection System(AIDS) deep learning
下载PDF
PDF文件链接信息提取与修改 被引量:3
10
作者 顾兆军 张俊 《计算机工程》 CAS CSCD 北大核心 2005年第B07期187-188,191,共3页
主要介绍了航空规章采用PDF文件格式,使用了书签、链接功能;利用AdobeAcrobat提供的编程接口编写Plug-in插件,实现了文件内和文件间的链接信息自动生成技术。
关键词 Plug—in插件 ADOBE PORTABLE document format(PDF) 航空规章
下载PDF
Autoset PortabeⅡPlus睡眠诊断/治疗系统临床应用观察 被引量:1
11
作者 万俐佳 鲁海涛 佘腊枝 《湖北省卫生职工医学院学报》 2004年第2期13-14,共2页
目的 :探讨AutosetPortableⅡPlus睡眠诊断 /治疗系统在临床上的应用价值。方法 :应用AutosetPortableⅡPlus睡眠诊断 /治疗系统监测 130例患者 ,并对其中 115例患者行APAP (auto CPAP)治疗。结果 :重度患者 4 1例 ,中度患者 4 7例 ,轻... 目的 :探讨AutosetPortableⅡPlus睡眠诊断 /治疗系统在临床上的应用价值。方法 :应用AutosetPortableⅡPlus睡眠诊断 /治疗系统监测 130例患者 ,并对其中 115例患者行APAP (auto CPAP)治疗。结果 :重度患者 4 1例 ,中度患者 4 7例 ,轻度患者 31例 ,单纯鼾症患者 11例。APAP治疗前及治疗时最长呼吸暂停时间、最低动脉血氧饱和度差异有显著性意义。结论 :AutosetPortableⅡPlus睡眠诊断 /治疗系统是一种方便有效的诊疗仪。 展开更多
关键词 阻塞性睡眠呼吸暂停低通气综合征 Autoset PORTABLE Plus系统
下载PDF
CORBA-Based Discrete Event Simulation System
12
作者 Luo, J. Zheng, S. +1 位作者 Zhong, L. Duan, F. 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2001年第3期16-19,共4页
The CORBA technique is an integration of the object-oriented conception and distributed computing technique. It can make the application within distributed heterogeneous environments reusable, portable and interoperab... The CORBA technique is an integration of the object-oriented conception and distributed computing technique. It can make the application within distributed heterogeneous environments reusable, portable and interoperable. The architecture of CORBA-based discrete event simulation systems is presented and the interface of distributed simulation objects (DSO) is defined in this paper after the DSO is identified and the synchronization mechanism among DSO is discussed. 展开更多
关键词 Computational methods Computer architecture Computer simulation Computer software portability Computer software reusability Interfaces (computer) INTEROPERABILITY Object oriented programming SYNCHRONIZATION
下载PDF
Effects of Direct Drilling on Soil Trafficability: Exploratory Results
13
作者 Mokhtar Bouchendira Khelifa M'Hedhbi Belgacem Medyouni 《Journal of Earth Science and Engineering》 2012年第4期205-208,共4页
When applying conservation agriculture based on DD (direct drilling), soil is rarely disturbed by machinery, but is often subject to vehicle pressure that is frequent and intense. Soil compaction could be deeply mod... When applying conservation agriculture based on DD (direct drilling), soil is rarely disturbed by machinery, but is often subject to vehicle pressure that is frequent and intense. Soil compaction could be deeply modified, and DD can improve soil sustainability during rainy seasons. The technique of cone penetration resistance is still the easiest and most direct way to charaeterise soil compaction distribution of soils. Then measurements of cone penetration resistance were conducted on two typical agricultural soil zones in Tunisia. At the experimental site, soils were submitted to DD during different durations in the context of the conservative agriculture in order to investigate the evolution of compaction measured by a cone penetrometer during different time periods and to describe the trafficability of the tested soils. The results showed that (1) soil compaction increased with time application (years) of DD; (2) soil compaction was affected by soil depth and (3) DD improved the uniformity of soil compaction distribution within soil profile. Consequently, DD seems to improve trafficability of agriculture soils, which makes an easy access to a field during rainy times. 展开更多
关键词 COMPACTION no till agriculture conservation soil penetration cone index portability.
下载PDF
High-Level Portable Programming Language for Optimized Memory Use of Network Processors
14
作者 Yasusi Kanada 《Communications and Network》 2015年第1期55-69,共15页
Network processors (NPs) are widely used for programmable and high-performance networks;however, the programs for NPs are less portable, the number of NP program developers is small, and the development cost is high. ... Network processors (NPs) are widely used for programmable and high-performance networks;however, the programs for NPs are less portable, the number of NP program developers is small, and the development cost is high. To solve these problems, this paper proposes an open, high-level, and portable programming language called “Phonepl”, which is independent from vendor-specific proprietary hardware and software but can be translated into an NP program with high performance especially in the memory use. A common NP hardware feature is that a whole packet is stored in DRAM, but the header is cached in SRAM. Phonepl has a hardware-independent abstraction of this feature so that it allows programmers mostly unconscious of this hardware feature. To implement the abstraction, four representations of packet data type that cover all the packet operations (including substring, concatenation, input, and output) are introduced. Phonepl have been implemented on Octeon NPs used in plug-ins for a network-virtualization environment called the VNode Infrastructure, and several packet-handling programs were evaluated. As for the evaluation result, the conversion throughput is close to the wire rate, i.e., 10 Gbps, and no packet loss (by cache miss) occurs when the packet size is 256 bytes or larger. 展开更多
关键词 NETWORK Processors portability HIGH-LEVEL Language Hardware INDEPENDENCE MEMORY Usage DRAM SRAM NETWORK Virtualization
下载PDF
浅析PE文件格式
15
作者 胡峰 《内江科技》 2005年第5期52-52,共1页
PE文件格式作为软件加密技术的基础,也作为了解操作系统的基石。希望通过如下介绍能使读者对PE文件结构有个整体了解。
关键词 Portable EXECUTABLE DosMzheader DOS STUB PEheader SECTION SECTION TABLE PE文件格式
下载PDF
便携式GC-MS在应急监测工作中的应用 被引量:24
16
作者 张先宝 刘晔 《分析测试学报》 CAS CSCD 北大核心 2007年第z1期206-207,共2页
It′s very useful tools for an instant analysis of organic pollutants monitoring using the HAPSITE portable GC-MS.It discusses how to use HAPSITE portable GC-MS in emergency monitoring and treatment.
关键词 HAPSITE portable GC-MS Emergency monitoring Organic pollutants
下载PDF
Deterioration mechanism and rapid detection of performances of an existing subgrade in southern China 被引量:7
17
作者 ZHANG Jun-hui DING Le +1 位作者 ZHENG Jian-long GU Fan 《Journal of Central South University》 SCIE EI CAS CSCD 2020年第7期2134-2147,共14页
To relieve the increasing traffic load, many early built highways need to be widened or reconstructed. The rapid performance detection to existing subgrades is important to their reasonable evaluation and maximized ut... To relieve the increasing traffic load, many early built highways need to be widened or reconstructed. The rapid performance detection to existing subgrades is important to their reasonable evaluation and maximized utilization. Based on five kinds of soils taken from an existing highway in southern China, three commonly detecting methods were used to determine their moisture contents, compaction degrees and resilient moduli. The results showed that the measured moisture contents were greater than the design value, and the compaction degrees decreased sharply compared to the original ones. The moisture and heat exchange produced a decrease in the resilient modulus of plate loading test(PLT) from the standard 60 MPa down to 40 MPa. Afterwards, the portable falling weight deflectometer(PFWD) and dynamic cone penetrometer(DCP) were used to evaluate the subgrade performances. The measured PFWD moduli and the DCP penetration rates were correlated with the resilient moduli of PLT, deflections of the Beckman beam test, compaction degrees and moisture contents. The correlation analysis indicates that both of two methods are suitable in rapid detecting subgrade performances, but PFWD method is more recommended for it has higher accuracy and efficiency. 展开更多
关键词 humid and hot areas existing subgrade deterioration mechanism rapid detection portable falling weight deflectometer dynamic cone penetrometer
下载PDF
Portable mixed abrasive water jet equipment for rescue in high gas mine shaft 被引量:7
18
作者 ZENG Rui DU Chang-long +1 位作者 XU Rui ZHAO Jing 《Journal of Coal Science & Engineering(China)》 2011年第2期207-211,共5页
In order to rescue a trapped miner and clean out roadways quickly in a high gas mine shaft after a mining mishap, a special portable cold-cutting equipment is needed, the main technology parameters were calculated acc... In order to rescue a trapped miner and clean out roadways quickly in a high gas mine shaft after a mining mishap, a special portable cold-cutting equipment is needed, the main technology parameters were calculated according to the advanced cold-cutting technology of high pressure abrasive water jet and the portable mixed abrasive water jet equipment (PAWE) was designed to meet the needs of emergency rescue in high gas mine shafts. Tested the PAWE in a high gas environment, and the result shows that the maximum cutting depth of solid iron pipe is 18 mm and the recoilforce of the sprayer is 28.9 N under the conditions that actual cutting pressure is 29 MPa, starting target distance is 10 ram, cutting speed is 180 mm/min and concentration of abrasive is 32%. The course of the experiment in the high gas environment was smooth and continuous, without any explosion. The PAWE is easy to move and operate, but the nozzle which was worn badly in the sprayer should be changed every 8 minutes. 展开更多
关键词 PORTABLE ABRASIVE water jet emergency rescue GAS
下载PDF
Portable System for CWA Detection Using Micro Array Gas Sensor 被引量:4
19
作者 J.H.Kwak Y.T.Lim +6 位作者 G.H.Kim N.J.Choi H.D.Park G.H.Rue J.S.Huh J.C.Kim D.D.Lee 《稀有金属材料与工程》 SCIE EI CAS CSCD 北大核心 2006年第A03期124-128,共5页
Biochemistry weapon is raising new tools of war and terror.This research is an experiment about portable system for CWAs (chemical warfare agents) detection using micro array gas system.CWAs were divided into four typ... Biochemistry weapon is raising new tools of war and terror.This research is an experiment about portable system for CWAs (chemical warfare agents) detection using micro array gas system.CWAs were divided into four types such as blood, nerve,vesicant,and choking agent.To detect various CWAs,semiconductor thick film sensor array based on tin oxide was fabricated and their gas responses were examined.Operating temperature was range of 250℃to 350℃and gas concentration was range of 0.1μg/g to 10μg/g.Sensor array was measured as operating temperatures,concentrations for four simulant agents of CWAs.Extracted parameters from results were carried out classification among CWAs through the principal component analysis (PCA).Also,classification of gases is studied using adaptive resonance theory (ART) that is one of neural network algorithm.Results displayed using PDA system. 展开更多
关键词 SNO2 chemical warfare agents(CWAs) portable system ART ARRAY PCA
下载PDF
Over 1 cm^(2) flexible organic solar cells 被引量:3
20
作者 Wei Pan Yunfei Han +3 位作者 Zhenguo Wang Qun Luo Changqi Ma Liming Ding 《Journal of Semiconductors》 EI CAS CSCD 2021年第5期10-15,共6页
Organic solar cells (OSCs) have received considerable attention and demonstrated great potential as flexible, lightweight, semitransparent, and low-cost energy sources. Flexible OSCs have practical applications in wea... Organic solar cells (OSCs) have received considerable attention and demonstrated great potential as flexible, lightweight, semitransparent, and low-cost energy sources. Flexible OSCs have practical applications in wearable electronics,portable chargers for back bags and tents, solar airships, etc. 展开更多
关键词 PORTABLE LIGHTWEIGHT ELECTRONICS
下载PDF
上一页 1 2 13 下一页 到第
使用帮助 返回顶部