首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 187 毫秒
1.
李涛 《电光系统》2007,(2):47-48,52
介绍在Visual C++6.0环境下的两种Oracle开发接口:ADO(ActiveX Data Objects,AetiveX数据对象)与Pro*C/C++,其中ADO是一组由微软提供的COM组件,它通过使用OLEDB这一新技术实现了以相同方式可以快捷、便利地访问多种类型数据库数据,扩大了应用程序中可使用的数据源范围,Pro*C/C++是利用在C/C++内嵌入的SQL语句来访问数据库数据,使用它可以开发出满足各种复杂程度的应用程序,并可有效提高应用程序的执行速度。通过设计实验,分别采用这两种方式完成数据库初始化、数据录入等工作,通过对比两种方式的实现分析两种方式的特点,并最终总结出两种方式各自的优缺点与适用范围。  相似文献   

2.
文章设计了一种简单易用、可扩展和可移植的加密API,简称SEPC—API。SEPC—API采用标准的C/C 来编写,并使用抽象密钥类分层结构来构造。文中详细描述了SEPC—API的设计和实现,并给出了应用示例。此外,SEPC-API中的多数函数设计遵循微软Crypto API的语法,这意味着微软Crypto API用户只需修改很少的代码就可以移植到SEPC—API。  相似文献   

3.
针对单片机的复杂结构和难记的指令对单片机一般开发(特别是初学)造成的开发困难。以51系列单片机为例,提出了一种单片机辅助开发工具的设计。通过实现单片中部件模块可视化开发和代码自动生成,介绍了C++Builder可视化开发技术在单片机辅助开发工具中的应用。  相似文献   

4.
江静 《信息技术》2009,33(12):123-124,160
讨论了汇编语言在Visual C++中应用的常用方法,介绍了嵌入式汇编方法的格式和模块调用方法的协议、约定及实现步骤,并在凌阳16位单片机SPCE061A和数控系统逻辑控制系统软件开发的实例中,采用Visual C++语言与汇编语言独立编程的方式实现混合编程的具体方法并给出其中关键程序设计。  相似文献   

5.
在程序设计中,常根据编程的需要,进行数据类型转换。C++实现数据类型转换有隐式类型转换和显式类型转换。本文以自定义类型SI为例分析隐式数据类型转换原理。  相似文献   

6.
王红卫 《通信与测控》2005,29(4):24-27,31
简要介绍了QuickReport组件包中各组件的功能,说明了在Borland C++Builder和Delphi中如何使用QuickReport组件快速实现简单和较复杂报表的设计、打印预览、打印的基本方法和步骤;此外,还着重说明了如何为报表添加页眉、页脚、封面等方法。  相似文献   

7.
本文介绍了会话初始化协议(SIP)的基本内容,提出了基于C 语言的SIP协议栈的设计和实现方案,设计了SIP协议栈的结构、消息的收发和并发处理机制。  相似文献   

8.
面向对象的程序设计方法在软件设计中得到了越来越广泛的应用。随着计算机内存的增加与速度的显著提高,雷达软件的设计趋向于模块化,以提高程序的可移植性与可维护性。详细讨论了面向对象的程序设计方法在机载雷达模拟器软件设计中的应用及C++语言的实现。  相似文献   

9.
田添 《数字通信》2012,39(2):95-97
介绍了控件MSComm,设计了利用控件MSComm实现计算机与计算机的串口通信。设计结果表明:利用VisualC-60开发环境本身已有的控件MSComm进行开发设计,可以减少开发时间,节约开发投资,具有重要的现实意义。  相似文献   

10.
以太网通信在网络化测试中的实现   总被引:1,自引:1,他引:0  
王海峰 《通信技术》2010,43(4):118-120
文章详细介绍了网络化测试的一个基本通信技术----以太网通信技术的研究和实现。使用INTEL386EX设计一块以太网通信测试单板NCEX,使用C语言实现一个在该单板上运行的嵌入式TCP/IP协议栈,单板成为UDP服务器;并使用Visual C++ 6.0的Socket功能在计算机上设计UDP客户端,实现多台计算机通过以太网和UDP/IP协议与NCEX测试板同时通信。  相似文献   

11.
12.
基于S3C44BOX的智能仪表以太网接口设计   总被引:3,自引:0,他引:3  
以SAMSUNG公司的S3C44BOX和REAL TEK公司的RTL8019AS为例介绍智能仪表的以太网接 口技术,并给出了硬件和软件设计.  相似文献   

13.
针对传统的广播发射机远程监控系统常需用PC机联入Internet而形成接入成本高、体积大等诸多弊端,介绍了一种低成本、小体积的广播发射机嵌入式远程监控系统。详细阐述了由ARM处理器S3C2410A作为主控芯片,RTL8019AS作为以太网接口芯片等实现以太网接口的硬件电路设计。软件设计中,在介绍Linux微内核的定制与裁剪的基础上,给出了Linux下RTL8019AS驱动程序实现的具体步骤,最终实现了嵌入式以太网的数据传输。该设计已经成功应用在广播发射机远程监控系统中,系统性能稳定可靠。  相似文献   

14.
Much effort in register transfer level (RTL) design has been devoted to developing "push-button" types of tools. However, given the highly complex nature, and lack of control on RTL design, push-button type synthesis is not accepted by many designers. Interactive design with assistance of algorithms and tools can be more effective if it provides control to the steps of synthesis. In this paper, we propose an interactive RTL design environment which enables designers to control the design steps and to integrate hardware components into a system. Our design environment is targeting a generic RTL processor architecture and supporting pipelining, multicycling, and chaining. Tasks in the RTL design process include clock definition, component allocation, scheduling, binding, and validation. In our interactive environment, the user can control the design process at every stage, observe the effects of design decisions, and manually override synthesis decisions at will. We present a set of experimental results that demonstrate the benefits of our approach. Our combination of automated tools and interactive control by the designer results in quickly generated RTL designs with better performance than fully-automatic results, comparable to fully manually optimized designs.  相似文献   

15.
16.
基于嵌入式技术的以太网接口设计   总被引:3,自引:2,他引:1  
陈峰  彭龑  易彬  罗春彬 《通信技术》2010,43(5):127-129
为了推进嵌入式设备网络化、智能化的发展,介绍了三种基于32位ARM处理器S3C2410和以太网控制器CS8900A、DM9000、RTL8019AS嵌入式以太网接口设计方法,包括三者的功能原理、网络接口硬件电路连接和软件设计,并且给出了网络芯片的部分驱动程序,提出了在Linux操作系统下移植设备驱动的步骤以及应注意的问题。在此软硬件基础上完成了一个嵌入式以太网接口卡,这种网卡具有结构简单、实现方便、性价比高等优点。在系统设计和实现过程中,采用了模块化的方法,具有很好的开放性,有利于功能扩展和系统升级。实验结果表明:设计的软硬件系统性能稳定,三者都具有一定的通用性。  相似文献   

17.
18.
唐怀武  丁振荣  卢慧琴   《电子器件》2005,28(2):321-324
为了实现仪器设备与以太网的互连,文章以油水分析控制仪为例,讲述了使用S3C44BOX ARM CPU与RTLS019AS以太网控制器的接口技术,给出了硬件连接图和软件接口代码,详细分析了在网络接口软硬件设计过程中遇到的具体问题和相应解决办法,通过这些接口技术,油水分析控制仪最终实现了数据对以太网的收发。  相似文献   

19.
Optimization of leakage power is essential for nanoscale CMOS (nano-CMOS) technology based integrated circuits for numerous reasons, including improving battery life of the system in which they are used as well as enhancing reliability. Leakage optimization at an early stage of the design cycle such as the register-transfer level (RTL) or architectural level provides more degrees of freedom to design engineers and ensures that the design is optimized at higher levels before proceeding to the next and more detailed phases of the design cycle. In this paper, an RTL optimization approach is presented that targets leakage-power optimization while performing simultaneous scheduling, allocation and binding. The optimization approach uses a nature-inspired firefly algorithm so that large digital integrated circuits can be effectively handled without convergence issues. The firefly algorithm optimizes the cost of leakage delay product (LDP) under various resource constraints. As a specific example, gate-oxide leakage is optimized using a 45 nm CMOS dual-oxide based pre-characterized datapath library. Experimental results over various architectural level benchmark integrated circuits show that average leakage optimization of 90% can be obtained. For a comparative perspective, an integer linear programming (ILP) based algorithm is also presented and it is observed that the firefly algorithm is as accurate as ILP while converging much faster. To the best of the authors׳ knowledge, this is the first ever paper that applies firefly based algorithms for RTL optimization.  相似文献   

20.
用M16C/62单片机控制RTL8019AS实现TCP/IP协议   总被引:1,自引:0,他引:1  
介绍了用M 16C/6 2单片机控制RTL80 19AS实现TCP/IP协议的过程 ,采用C语言实现了Ping服务器 ,并给出了RTL80 19AS的帧结构和系统设计的硬件框图。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号