this paper emphasizes how to add virtual dial-up function in the client peer, which includes the design of security transfer protocol and programming of windows network drivers.

  • 着重介绍了如何在客户端实现虚拟拨号功能,其中包括安全传输协议的设计及Windows网络驱动程序编写等。
  • 来源:互联网摘选更新时间:2026-07-01 10:54:14

  • 重点词汇
  • functionn.功能;函数;作用;职能;机能;因变量;宴会;典礼;社交聚会;子例行程序
  • OFabbr.Old French 古法语;
  • peervi.凝视;盯着看;隐退,若隐若现;同等,比得上;
  • programmingn.规划,设计;编程;
  • addvt.增加;补充;附带说明;把…包括在内;
  • papern.纸;报纸;材料;壁纸;论文;试卷;文件;
  • PEERabbr.percutaneous endoscopic external ring 经皮内镜检查外部套圈,经皮内镜检查外环;Planned Environment and Education Research Institute 规划环境与教育研究所;
  • toprep. 向,朝着;到;关于;属于;
  • theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
  • networkn.网络;网状物;网状系统;广播网;
  • dial-up[计]拨号;
  • 相关例句
1、

it works very similar to the virtual disk function.

这非常类似于虚拟磁盘功能。

互联网摘选

2、

discussion on the calibration method of virtual arbitrary function generator

虚拟任意波形发生器的校准方法探讨

互联网摘选

3、

this article analyses two kinds of polymorphism: polymorphism in compiling and polymorphism in running. it argues the two kinds of polymorphism through function overloading and virtual function and points out that virtual function is the crucial technology of realizing dynamic binding.

本文分析了C++中的两种多态性:编译时的多态性和运行时的多态性,通过函数重载和虚函数对其进行了探讨,指出了虚函数是实现动态联编的关键。

互联网摘选

4、

in this paper, the structure and performance of hardware is described, such as a general analog measure and control module, a general switch measure and control module, a general pulse measure and control module, and a virtual function generator.

本文在分析电子信息类实验教学内容基础上,设计了各虚拟仪器的外围硬件电路,如:通用模拟量测控模块、通用开关量测控模块、通用脉冲量测控模块、虚拟函数发生器。

互联网摘选

5、

the system is composed of a general analog measure and control module, a general switch measure and control module, a general pulse measure and control module, a virtual function generator, a virtual meter of frequency, cycle and phase.

该系统主要由通用模拟量测控模块,通用开关量测控模块,通用脉冲量测控模块,虚拟函数发生器,频率、周期、相位测量仪五大模块组成。

互联网摘选

6、

in a base class, abstract class is defined by declaring pure virtual function, a derived class must define all inherited pure virtual functions of its base classes to be concrete.

在基类中可以通过将虚函数声明为纯虚函数的手段来定义抽象类,强制派生类在自己的类定义中实现虚函数的具体功能。

互联网摘选

7、

we also creatively added the virtual function of practical training in this campus roaming network system. it enriched the functions within this system, placed stress on practicality. 6.

在本系中还创新性地在漫游校园系统中加入了虚拟实训的教育实训功能,丰富了漫游系的功能,增加了漫游系统的实用性。

互联网摘选

8、

the reason for having the class name as a template parameter is so atl can do the second tricky thing, compile-time virtual function calls.

这就是为什么类名可以像一个模板参数那样使用,也正是由于这样的特性,ATL就有了第二件狡猾的设计,编译时虚函数调用。

互联网摘选

9、

when a virtual function is called through a reference or pointer, the compiler generates code to decide at run time which function to call.

当虚函数通过引用或者指针调用时,编译器生成代码来决定在运行期调用哪个函数。

互联网摘选

10、

this paper provides a design procedure of virtual function signal generator based on labwindows/ cvi, including system hardware configuration and software design.

介绍一种基于虚拟仪器软件开发平台LabWindows/CVI的虚拟函数信号发生器的设计过程,包括硬件组成和软件设计。

互联网摘选

11、

the most important part of the client or server code is the virtual function notifyreceivedpackage, as described below

客户端或服务器端最重要的部分是虚函数NotifyReceivedPackage,定义如下

互联网摘选

12、

the experiment has proven that the signal performance generated by virtual function signal generator surpasses ordinary traditional instrument.

实验表明,所设计的虚拟函数信号发生器输出信号性能优于普通传统信号源。

互联网摘选

13、

this paper introduces the technology to implement virtual function mechanism in c++ compiler, whose target language is c.

因此介绍了在以C为目标语言的C++编译系统中,实现用于支持多态性的虚函数机制的方法。

互联网摘选

14、

correctly recognizing the virtual function of constitution

正确认识宪法的实质功能

互联网摘选

15、

the virtual function of law generally focuses on regulating the exertion of rights and power.

法律的主要价值在于规范和控制权利或权力的行使。

互联网摘选

16、

what is a pure virtual function?

什么是纯虚函数?

provided by jukuu

17、

design of virtual function signal generator based on labwindows/ cvi

基于LabWindows/CVI的虚拟函数信号发生器的设计

互联网摘选

18、

study and exploitation on virtual function record system utilizing pci data acquisition card

基于PCI数据采集卡的虚拟函数记录系统的研究及开发

互联网摘选

19、

this is a virtual function that each derived class must implement.

这是一个虚拟函数,每个派生类必须执行。

互联网摘选

20、

discussion on polymorphism and virtual function in c++ language

试谈C++的多态性和虚函数

互联网摘选

  • 今日热词
  • 热门搜索

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈