期刊文献+
共找到40,113篇文章
< 1 2 250 >
每页显示 20 50 100
多线程CSerialPort类的多串口通信实现 被引量:4
1
作者 王艳伟 程放 周玉成 《木材加工机械》 北大核心 2012年第2期1-4,共4页
RS-232串口通信的优点是硬件线路简单、灵活方便,以致在很多控制领域有广泛应用。本文对工业通信中广为流行的多线程CSerialPort类,剖析Windows环境下编程的多线程以及同步/异步操作I/O通信端口等。针对实际应用中该类的缺陷和不便,从AS... RS-232串口通信的优点是硬件线路简单、灵活方便,以致在很多控制领域有广泛应用。本文对工业通信中广为流行的多线程CSerialPort类,剖析Windows环境下编程的多线程以及同步/异步操作I/O通信端口等。针对实际应用中该类的缺陷和不便,从ASCII文本和二进制数据兼容、修改串口接收字符函数等方面对其进行必要改进。最后基于VS2010平台下,用改进后的CSerialPort类给出开发多串口通信程序的实例,对单个串口连接多个设备的问题,提出可用的解决方案。 展开更多
关键词 多线程机制 Cserialport 多串口通信 VS2010
下载PDF
.NET中SerialPort类在短信收发软件中的应用 被引量:4
2
作者 李丽萍 魏权利 《微型机与应用》 2012年第21期11-13,共3页
介绍了SerialPort类常用的属性和方法,对操作无线通信模块M1206的主要AT命令格式及功能进行了描述,针对短信传输采用的PDU数据格式单元及编码方式进行了阐述,重点论述了在C#语言中,使用SerialPort类发送短信的程序设计思想和实现方法。... 介绍了SerialPort类常用的属性和方法,对操作无线通信模块M1206的主要AT命令格式及功能进行了描述,针对短信传输采用的PDU数据格式单元及编码方式进行了阐述,重点论述了在C#语言中,使用SerialPort类发送短信的程序设计思想和实现方法。在网络应用程序开发中,使用短信收发功能完成信息发布,具有极高的应用价值。 展开更多
关键词 serialport 串口通信 无线通信模块 短信
下载PDF
基于SerialPort的串口通信系统实现 被引量:13
3
作者 王文泉 《科技广场》 2011年第5期21-23,共3页
本文阐述了SerialPort在C#环境中作为串口通信控件的一些属性、方法和事件,并且研究解决了利用此控件实现串口通信的关键技术问题。本文设计和实现了串口通信系统的软件,实践表明:系统运行可靠,操作方便,具有一定的实际应用价值。
关键词 串口通信 C# serialport控件
下载PDF
CSerialPort类在定位定向数据采集系统中的应用 被引量:5
4
作者 任海波 韩崇伟 +1 位作者 李硕 陈晓明 《火炮发射与控制学报》 北大核心 2010年第1期26-29,共4页
自行火炮的定位定向装置与导航计算机之间存在多线程串口通信问题,而CSerialPort是基于多线程的串口编程工具。在VC++6.0软件环境下,利用CSerialPort类实现自行炮定位定向数据的采集,并将符合要求的数据进行定时处理后存储到后台数据库... 自行火炮的定位定向装置与导航计算机之间存在多线程串口通信问题,而CSerialPort是基于多线程的串口编程工具。在VC++6.0软件环境下,利用CSerialPort类实现自行炮定位定向数据的采集,并将符合要求的数据进行定时处理后存储到后台数据库中,通过MFCDAO技术访问数据库。结果表明:CSe-rialPort类能够有效提高多线程串口通信的编程效率,其优点是编程效率高,程序可控性强,扩展性好,容易实现多线程的串口通信,具有一定的推广应用价值。 展开更多
关键词 通信技术 Cserialport 多线程串口通信 数据采集
下载PDF
基于CserialPort类的PLC与上位计算机的串行通信 被引量:3
5
作者 陈善林 杨承志 杨晓洪 《云南民族大学学报(自然科学版)》 CAS 2004年第2期129-130,138,共3页
 介绍了在Windows环境下,使用VisualC++6.0开发出的基于CserialPort类的上位机与OMRONPLC之间的串行通讯程序.程序涉及到多串口操作问题,并提出了使用CserialPort类的解决方法.
关键词 Cserialport PLC 上位计算机 串行通信 可编程控制器 VISUAL C++
下载PDF
基于CSerialPort类的多线程串口通信的实现 被引量:3
6
作者 李一雷 张赟 《电脑知识与技术(过刊)》 2007年第20期535-,537,共2页
比较了Windows下的三种串口通信编程方法,画出了CSerialPort类多线程串口通信的模型框图,给出了VC++下多线程串口通信的编程实现方法.
关键词 多线程 串口通信 Cserialport
下载PDF
基于CSerialPortEx类的无人机地面站串口通信的实现 被引量:2
7
作者 马少瑛 乌仁格日乐 《电脑知识与技术》 2011年第8期5312-5314,共3页
设计中无人机与地面站之间的数据通信采用串口通信方式。论文阐述了CserialPortEx类串口通信原理,介绍了在Windows环境下,使用Microsoft Visual C++6.0开发的基于CserialPortEx类的无人机地面站串口通信的编程实现方法。测试表明该设... 设计中无人机与地面站之间的数据通信采用串口通信方式。论文阐述了CserialPortEx类串口通信原理,介绍了在Windows环境下,使用Microsoft Visual C++6.0开发的基于CserialPortEx类的无人机地面站串口通信的编程实现方法。测试表明该设计具有较好的稳定性和可扩展性,实现了无人机与地面站的通信。 展开更多
关键词 无人机 地面站 串口通信 CserialportEx类
下载PDF
Application of Serial Port in Industrial Computer System
8
作者 赵英倩 陈敏 侯永宏 《Transactions of Tianjin University》 EI CAS 2002年第2期125-128,共4页
In an industrial computer control system, if a communication with a single chip computer built with the aid of serial port I/O ports can be got easily to connect with equipment. Meanwhile, the system reliability would... In an industrial computer control system, if a communication with a single chip computer built with the aid of serial port I/O ports can be got easily to connect with equipment. Meanwhile, the system reliability would be improved and the system cost would be reduced.To save ±15 V power supply and electrical level convert circuit,the author provide a simple interface circuit and operational procedure between PC and the single chip computer in this paper. The application of multithread is introduced and the advantages of data acquisition and processing with multithread are also analyzed. 展开更多
关键词 industrial PC serial communication ISA bus
下载PDF
CSerialPort类分析及漏洞的修正 被引量:2
9
作者 贾小文 贺秀良 《军事交通学院学报》 2014年第11期81-85,共5页
CSerialPort类是一个常见且优秀的对串口进行读写操作的C++类。利用该类可以很方便地开发串口读写应用程序,而无需直接调用复杂的Windows API函数。在具体应用时,CSerialPort类存在不能进行二进制数据写入、多串口操作不能正常关闭以及... CSerialPort类是一个常见且优秀的对串口进行读写操作的C++类。利用该类可以很方便地开发串口读写应用程序,而无需直接调用复杂的Windows API函数。在具体应用时,CSerialPort类存在不能进行二进制数据写入、多串口操作不能正常关闭以及利用USB转RS232时数据不能写入的漏洞,对漏洞进行详细分析,提出修正办法。 展开更多
关键词 串口读写 Cserialport WINDOWS API
下载PDF
SerialPort类在雷达串口通信中的应用 被引量:3
10
作者 陈超 李灿平 韩立昌 《电脑知识与技术》 2011年第8X期5921-5922,5927,共3页
以实际应用中串口通信的开发为例,分析了实时串口通信中数据的获取及处理方法。此例中要求接收雷达串口的数据并进行校验。过比较几种串口通信的编程方法,提出了基于Visual C++中SerialPort串口类的解决方案,并阐述了应用程序的编写过程。
关键词 serialport VC++ 串口通信
下载PDF
Optimization of Serial Port of General Flex Pendant for Industrial Robot 被引量:1
11
作者 LI Ke QI Yu-ming HUANG Guang-zhou 《International Journal of Plant Engineering and Management》 2017年第4期238-242,共5页
In order to further improve the serial ports communication mode of the general Flex Pendant for industrial robot,a multiple serial communication mode is put forward. It is used to meet the stability of data transmissi... In order to further improve the serial ports communication mode of the general Flex Pendant for industrial robot,a multiple serial communication mode is put forward. It is used to meet the stability of data transmission,transmission distance,transmission speed,anti-interference and cost-effective. Using ADUM1201 single direction dual channel digital isolator,two pieces of MAX13487 E and a piece of MAX3232 chip to transmit data and files, and to control chip’ s electrical level. Selecting the RS232, RS422 and RS485 communication mode,the serial ports of the general Flex Pendant of industrial robot is optimized. 展开更多
关键词 general Flex Pendant industrial robot multiple serial ports communication mode
下载PDF
Comparative Survey of Object Serialization Techniques and the Programming Supports 被引量:1
12
作者 Kazuaki Maeda 《通讯和计算机(中英文版)》 2012年第8期920-928,共9页
关键词 对象序列化 编程语言 二进制文件 技术 APACHE ASCII Java 检查模式
下载PDF
循证护理在降低肺癌患者PORT并发症中的应用效果
13
作者 张德红 杨燕 +1 位作者 左靖芳 谷爱花 《医药前沿》 2024年第19期86-88,共3页
目的:评估循证护理在降低肺癌患者植入式静脉输液港(PORT)相关并发症中的应用效果。方法:选取2021年1月—2023年6月江苏省肿瘤医院确诊肺癌并行PORT植入化疗的150例患者,根据护理方式的不同分为对照组和观察组,每组75例。对照组给予常... 目的:评估循证护理在降低肺癌患者植入式静脉输液港(PORT)相关并发症中的应用效果。方法:选取2021年1月—2023年6月江苏省肿瘤医院确诊肺癌并行PORT植入化疗的150例患者,根据护理方式的不同分为对照组和观察组,每组75例。对照组给予常规护理,观察组给予循证护理。比较两组的并发症发生率、情绪状态、知识掌握度评分。结果:观察组PORT相关性并发症总发生率低于对照组,差异有统计学意义(P<0.05)。护理前,两组不良情绪评分比较,差异无统计学意义(P>0.05);护理后,观察组焦虑自评量表(SAS)、抑郁自评量表(SDS)评分低于对照组,差异有统计学意义(P<0.05)。观察组知识掌握度评分均高于对照组,差异有统计学意义(P<0.05)。结论:循证护理在降低肺癌患者PORT并发症发生率、改善患者心理状态和生活质量方面效果显著,值得临床中应用。 展开更多
关键词 肿瘤护理 循证医学 port并发症 心理状态
下载PDF
基于port write事件触发的RapidIO节点动态管理方法
14
作者 费霞 高逸龙 《集成电路与嵌入式系统》 2024年第6期67-70,共4页
针对现有大规模的综合化电子信息系统中RapidIO节点管理实时性不强、CPU资源占用多的问题,提出了一种基于port write事件触发的RapidIO节点动态管理方法。该方法利用RapidIO交换芯片的port write包上报退网或者入网的节点信息,通过该信... 针对现有大规模的综合化电子信息系统中RapidIO节点管理实时性不强、CPU资源占用多的问题,提出了一种基于port write事件触发的RapidIO节点动态管理方法。该方法利用RapidIO交换芯片的port write包上报退网或者入网的节点信息,通过该信息动态管理RapidIO网络中的所有节点。工程应用实测结果表明,该方法实时性高,CPU资源占用少。 展开更多
关键词 port write包 RAPIDIO 动态管理 事件触发
下载PDF
Basilic vein variation encountered during surgery for arm vein port:A case report
15
作者 Cheng-Da Hu Rui Lv +3 位作者 Ya-Xin Zhao Ming-Hao Zhang Hong-Dou Zeng Yi-Wen Mao 《World Journal of Clinical Cases》 SCIE 2024年第12期2086-2091,共6页
BACKGROUND Venous variations are uncommon and usually hard to identify,and basilic vein variation is particularly rare.Basilic vein variation usually presents without any clinical symptoms and is often regarded as a b... BACKGROUND Venous variations are uncommon and usually hard to identify,and basilic vein variation is particularly rare.Basilic vein variation usually presents without any clinical symptoms and is often regarded as a benign alteration.This case was a patient with congenital basilic vein variation encountered during surgery for an infusion port.CASE SUMMARY We documented and analyzed an uncommon anatomical variation in the basilic vein encountered during arm port insertion.This peculiarity has hitherto remained undescribed in the literature.We offer remedial strategies for addressing this anomaly in the future and precautionary measures to circumvent its occurrence.We conducted a comprehensive review of analogous cases in the literature,offering pertinent therapeutic recommendations and solutions,with the aim of enhancing the efficacy and safety of future arm port implantations.CONCLUSION Venous variation is rare and requires detailed intraoperative and postoperative examination to ensure accuracy,so as not to affect subsequent treatment. 展开更多
关键词 Totally implantable venous access ports Arm ports Venous variation Postoperative breast cancer Systematic review Case report
下载PDF
The Impact of Privatization on Terminal Efficiency: A Case Study of Tema Port
16
作者 Bernard Kwei Tetteh Calvin Elorm Atsunyo Alex Boateng 《Journal of Transportation Technologies》 2024年第3期358-371,共14页
Port and terminal efficiency are of utmost importance to the container shipping industry due to their significance in enhancing the competitive advantage of ports within a region. Consequently, there have always been ... Port and terminal efficiency are of utmost importance to the container shipping industry due to their significance in enhancing the competitive advantage of ports within a region. Consequently, there have always been notable variations of studies around it. This paper analyzes the impact of privatization on terminal efficiency using the Port of Tema as a Case Study. The main objective of this paper is to analyze the efficiency trends of the public and private terminals in the port over the years. To achieve this objective, DEA-CCR methodology was employed to calculate the annual technical efficiency trends of the private and public terminals using four input variables and three output variables. The main results of the paper indicated that the public and private terminals were efficient for multiple years. However, the efficiency scores over the years demonstrated inconsistency, exhibiting notable fluctuations. The findings of this study will aid policymakers across the region on policies relating to the efficiency and ownership structure of ports and terminals. 展开更多
关键词 PRIVATIZATION Terminal Efficiency DEA Tema port
下载PDF
Incidence of Acute Allergic Conjunctivitis in Workers at the Port of Santos
17
作者 Fernanda Daroz Paulo Colombo-Barboza Elizabeth Barbosa Oliveira-Sales +2 位作者 Edgar Maquigussa Guilherme Nôvoa Colombo-Barboza Mirian Aparecida Boim 《Occupational Diseases and Environmental Medicine》 2024年第4期265-272,共8页
Objective: To evaluate the incidence of acute atopic conjunctivitis in the port environment. Methods: This is a descriptive, retrospective study involving 365 worker patients from the Port of Santos and 365 patients n... Objective: To evaluate the incidence of acute atopic conjunctivitis in the port environment. Methods: This is a descriptive, retrospective study involving 365 worker patients from the Port of Santos and 365 patients not related with port activities (control group). All patients were seen at the same private hospital in the city of Santos. Data were obtained by reviewing the electronic medical records of each patient related to the admission exam (initial) and to any assistance due to ocular allergic symptoms (red eyes) between 2019 and 2021. The analyzed data included age, sex, port section (port workers), refraction, time of symptom onset, disease history, treatment, and clinical outcome. Data were statistically assessed by the Chi-square test. Results: All patents were male. The mean age (34 ± 12 vs 35 ± 11 years) and the prevalence of refractive errors were similar between groups. In contrast, ocular allergic symptoms were significantly higher in group of port workers (34%) compared with non-port workers (17%), p < 0.0001. Likewise, episodes related to ocular allergy were more frequent in port workers, p < 0.05. Workers with activities related to bulk handling were the most affected. Conclusions: The incidence of acute allergic conjunctivitis in port workers requires attention from health authorities. This may lead to prevention and a better understanding of the epidemiology of the disease. 展开更多
关键词 REFRACTION Allergic Conjunctivitis port Activities
下载PDF
AGV Scheduling Optimization of Automated Port Based on Disruption Management
18
作者 Ching-Kuei Kao Qi-Er Ke +1 位作者 King-Zoo Tang Peng-Jung Lin 《Journal of Transportation Technologies》 2024年第3期423-444,共22页
The recent rapid development of China’s foreign trade has led to the significant increase in waterway transportation and automated container ports. Automated terminals can significantly improve the loading and unload... The recent rapid development of China’s foreign trade has led to the significant increase in waterway transportation and automated container ports. Automated terminals can significantly improve the loading and unloading efficiency of container terminals. These terminals can also increase the port’s transportation volume while ensuring the quality of cargo loading and unloading, which has become an inevitable trend in the future development of ports. However, the continuous growth of the port’s transportation volume has increased the horizontal transportation pressure on the automated terminal, and the problems of route conflicts and road locks faced by automated guided vehicles (AGV) have become increasingly prominent. Accordingly, this work takes Xiamen Yuanhai automated container terminal as an example. This work focuses on analyzing the interference problem of path conflict in its horizontal transportation AGV scheduling. Results show that path conflict, the most prominent interference factor, will cause AGV scheduling to be unable to execute the original plan. Consequently, the disruption management was used to establish a disturbance recovery model, and the Dijkstra algorithm for combining with time windows is adopted to plan a conflict-free path. Based on the comparison with the rescheduling method, the research obtains that the deviation of the transportation path and the deviation degree of the transportation path under the disruption management method are much lower than those of the rescheduling method. The transportation path deviation degree of the disruption management method is only 5.56%. Meanwhile, the deviation degree of the transportation path under the rescheduling method is 44.44%. 展开更多
关键词 Automated port Disruption Management Automated Guided Vehicle Scheduling Dijkstra Algorithm
下载PDF
Seroprevalence Survey of HIV and Hepatitis B Virus and Behavioral Characteristics among Heavy Truck Drivers along Port Sudan-Khartoum Highways
19
作者 Sara S. Osman Adam A. Mattar Omnia M. Hamid 《Open Journal of Medical Microbiology》 2024年第1期11-22,共12页
The prevalence of human immunodeficiency virus (AIDS) and hepatitis B virus among heavy truck drivers and their assistants has been well documented globally in correlation with their behavioral characteristics. The pr... The prevalence of human immunodeficiency virus (AIDS) and hepatitis B virus among heavy truck drivers and their assistants has been well documented globally in correlation with their behavioral characteristics. The present study aimed to screen for human immunodeficiency virus (HIV), hepatitis B virus (HBV), and behavioral characteristics among heavy truck drivers in Port Sudan. A cross-sectional study was conducted on 274 heavy truck drivers and their assistants who used the highway Port Sudan-Khartoum in Port Sudan city during 2019-2021. Data on behavioral characteristics and substance use habits were collected using a structured questionnaire, and an ELISA test was used to screen for HIV and HBV infections in the study participants. The chi-square test, odds ratio, and confidence intervals were used to find the association between behavioral characteristics and seropositive HIV/HBV. Of the 274 enrolled participants, the seroprevalence rates of HIV were 2.7% and HBV was 23.7%. Ninety-four (34.3%) of them had a history of high-risk sexual behavior outside of marriage;only two (0.7%) used condoms;14.2% of participants reported alcohol use;and 1.1% reported drug use. Univariate analysis revealed that having a sex history outside of marriage with ≥1 sex partner and never using a condom with a spouse or casual partner were significant risk factors for HIV and HBV among drivers. Fortunately, we found that most of the drivers reported low alcohol and drug use. Concerning this study, the seroprevalence of HIV and HBV is highly associated with a history of having sex outside of marriage and sexual behavior among truck drivers and assistances. Additional studies are needed to further investigate other STIs and behavioral characteristics associated with factors in truck drivers/assistance in different truck stop regions in Sudan. 展开更多
关键词 Sexual Transmitted Infection port Sudan Truck Drivers/Assistance
下载PDF
Function Evolution and Landscape Planning Strategy of Inland Rivers in Beilun Port City of Ningbo
20
作者 ZHONG Guoqing 《Journal of Landscape Research》 2024年第1期12-16,21,共6页
In the history, the main roles of inland rivers in Beilun Port City of Ningbo were desalination,blocking tides, shipping, and flood control. Nowadays, with the continuous spread and deepening ofurbanization, the ecolo... In the history, the main roles of inland rivers in Beilun Port City of Ningbo were desalination,blocking tides, shipping, and flood control. Nowadays, with the continuous spread and deepening ofurbanization, the ecological environment of river courses has been destroyed. In the past, remediationmeasures based on engineering and technology played a certain role, but can not “cure the root cause”. Itshould respect the historical evolution process of river courses, and highlight the ecological service functionand leisure tourism value of river courses from the coordination perspective of urban and rural ecologicalenvironment, economic industries, society and culture in the planning ideas of ecology, production, andlife integration. Four aspects of the measures are as below: protecting and repairing the ecological matrixof river courses;building green space system and maintaining flood control functions through the waternetwork;protecting cultural heritage along the rivers;developing waterfront leisure tourism scenic area. 展开更多
关键词 Beilun port City Inland river Function evolution Landscape planning
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部