英语人>网络例句>处理程序 相关的搜索结果
网络例句

处理程序

与 处理程序 相关的网络例句 [注:此内容来源于网络,仅供参考]

Just the desktop to open the newly created new text document and then type: rasdial broadband connection wzl.8878888 1234567 (to remind you once again: a broadband connection, your dial-up points on the desktop name of the program, if the name of your dial-up procedure is that adsl here fill out a broadband connection on adsl, wzl.8878888 broadband dial-up account, broadband dial-up password is 1234567, please fill in correctly) and then save the file you point to the file name and then enter adsl.bat points can be saved, and this time we will find more than a desktop adsl.bat the batch file, see (in particular, noted that: adsl.bat in the adsl is just my own take of a batch file name, of course, you can easily check, for example, lan, broadband dial-up, such as the name can be).

打开刚刚桌面上新建立的新建文本文档然后输入: rasdial 宽带连接 wzl.8878888 1234567 (再次提醒大家:宽带连接,是你点桌面上的拨号程序的名称,如果你的拨号程序名称是adsl那这里的宽带连接就填写adsl,wzl.8878888是宽带拨号帐号,1234567是宽带拨号密码,请都正确填写)然后大家点文件另存为然后在文件名里输入adsl.bat点保存就可以了,这个时候大家会发现桌面上多了一个adsl.bat的批处理文件,请看(特别注意的是:adsl.bat里的adsl是我自己随便取的一个批处理文件名,当然大家可以随便取,比如lan,宽带拨号,等名字都可以的)。

In DCS, configuration is used to accomplish the on-line calculation of main stress of the orifice of the drums central downcomer. In MIS, the client/server structure based on the database is adopted. The program in server pretreats the data from DCS and sends them to the database, while the programs in client accomplished the final treatment and displays the result

在DCS侧,通过组态的方法,在不增加新测点的前提下实现了汽包集中下降管管孔处主应力的在线计算;在MIS侧,采用基于数据库的客户机/服务器结构,服务器端程序对从DCS系统来的数据进行初步的处理并存储在ORACLE数据库中,客户机端程序完成数据的最终处理及结果的显示

In the main-process, the coordinates of nodal points on part outline curve can be calculated by replacing this curve with a linear approximation. The codes expressed in NC program form which can be recognized by NC machine tool are got according to the coordinates of these nodal points in the post-process.

在前置处理中,用直线逼近零件轮廓,得到轮廓曲线的节点坐标:在后置处理中,根据这些节点坐标按照数控程序的格式得到数控机床可以辨认的程序代码。

The client application is designed under multiple document interface structure to make it both aesthetic and practical. The task of security management may be done at the application level with the aid of safe logon function module. The data query function is very applicable and could be applied in many cases. Graph section displays heating information with diverse kinds of figures. Two completely different printing ways are depicted in the printing function module.

客户端应用程序的设计采用了多文档结构,力求美观、实用;系统安全登录功能的设计使安全管理工作可以在应用程序的层次上完成;数据的查询操作适用性强,并具有一定的通用性;图形部分实现了供热信息的多种图形显示;打印处理模块描述了两种不同的数据打印处理方式。

The main content of the dissertation is designing and realizing the total scheme and frame of system software. The module of the input and output is designed by using the generally I/O of the multichannel buffered serial port to simulated the communication of I~2C bus. The Ping-Pong buffer is brought forward to resolve the problem of the data rate matching. The logic switch function is designed in the programmed logic devices. The data transmission rate is improved by using the DMA and the dual buffer mechanism. The system program self-loading is realized by the design of the self-leading program. Lastly, the dissertation analyzes the characteristic of LLL video and experimentalize with some typical image processing algorithm.

主要对系统软件的总体方案与框架结构进行设计实现,内容包括利用通用串行口模拟I~2C通讯实现输入/输出模块的设计,提出乒乓缓冲结构来解决数据的速度匹配问题,利用可编程逻辑器设计完成逻辑切换控制功能,利用DMA并行传输方式并设计双缓冲结构提高数据的传输速度,设计自引导程序来实现系统程序自加载,最后深入探讨了微光视频图像的特征说明了几种典型的微光图像处理算法的原理,参考这些处理算法设计能在高速视频图像处理器上实现的软件方法,并做了一部分相关的实验研究。

We figure out the telescope mount parameters by observing stars with CCD, and establish a measurement system, including CCD and image acquisition card to collect stars'image data, time and frequency system (made up of high accuracy counter, the GPS second signal and 10MHz frequency standard), the observing software in VC++6.0 for collecting and processing star image and the image processing software programmed with MATLAB.

建立了一套用于测定望远镜机架指向误差模型参数的系统,包括:CCD 及图像卡等硬件系统用于采集恒星图像数据;使用高精度的计数器、GPS 提供的秒信号和标准10MHz信号开发了用于观测软件的时间频率系统;使用VC++6.0 编制了包括用于计算恒星位置及图像采集和处理的观测程序,并用MATLAB编制了用于处理观测数据的程序。

Unfortunately, most programs you'll encounter in the wild do a very poor job of reassembling and then parsing the messages.

但不幸的是,在我分析处理的很多程序中,这一方面做得都很差:程序根本没有确认读出的消息的完整性就急着对收到的消息进行处理了。

Elements of C language programming course involve principal concept of programming, basic techniques to design algorithms, data types, operators, expressions, input/output, control structures, structural programming method, arrays, strings, pointers, functions, module programming method, structure, union, bit-wise operation, preprocessor and files.

本课程的教学基本要求包括熟悉并掌握程序设计基本概念、基本数据类型、运算符和表达式;熟练使用基本的数据输入输出方法;掌握 C语言的控制结构、结构化程序开发方法;掌握数组、字符串、指针的概念并能熟练进行应用编程;了解函数概念及程序模块化开发方法;了解结构与共用体,位运算,预处理以及数据文件的基本处理技术。

It alsointroduces the structure, technology route and data stream of GRABDEM software.Moreover, the software's programming knacks and methods are discussed.

本文详细叙述了前处理、离散元分析及后处理;GRABDEM软件的总体结构、技术路线及数据流程;并阐述了该软件的程序设计技巧和程序实现方法。

In software part, it introduces the development environment, software architecture and uClinux; then it details the implementation of the main device drivers such as LCD and I2C under |j.Clinux; and then it introduces an approach to protect the data, analyzes the mechanism of the implementation of YAFFS, and completes the porting of the file system, it also discusses how to handle the system when power is off illegally; at last it introduces FCR's application software.

软件部分,首先介绍了开发环境、软件的系统结构和μClinux;接着具体设计并实现了系统的几个主要设备的驱动程序,如LCD和I~2C;然后介绍了软件对于数据保护的处理方法,其中详细分析了文件系统YAFFS的实现机制,并完成了对它的移植,同时介绍了对系统断电保护的处理方法:最后介绍了应用程序的设计和实现。

第25/98页 首页 < ... 21 22 23 24 25 26 27 28 29 ... > 尾页
推荐网络例句

I didn't watch TV last night, because it .

昨晚我没有看电视,因为电视机坏了。

Since this year, in a lot of villages of Beijing, TV of elevator liquid crystal was removed.

今年以来,在北京的很多小区里,电梯液晶电视被撤了下来。

I'm running my simile to an extreme.

我比喻得过头了。