虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

call

  • SA Encryption and Decryption using Matlab The program set contains thirteen files listed below.

    SA Encryption and Decryption using Matlab The program set contains thirteen files listed below. errormeg.fig errormsg.m helpmsg.fig helpmsg.m inputmsg.fig inputmsg.m mesgcut.m pro2.fig pro2.m rsacore.m readme.txt screenshot.gif In order to run the program please call pro2.m under Matlab 6.0 Environment. System Requirement Matlab version 6.0 and if necessary, Maple version 6.0 on any platform PentiumII 300 MHz or equivalent.

    标签: Encryption Decryption contains thirteen

    上传时间: 2017-04-06

    上传用户:dreamboy36

  • This project developed in java leads us to realize a flight reservation system in order to emulate d

    This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods. Two interfaces provide an access to this system. The first one reads and handles reservation request message from a terminal. The arguments are then processed throw a middleware interface that call the flight system methods. The second one, a Graphical User Interfaces (GUI) application using Swing Java Foundation Classes (JFC), offers a simpler access to the systems.

    标签: reservation developed project emulate

    上传时间: 2017-04-27

    上传用户:6546544

  • Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the

    Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the only type of control for large currents was through SCRs for many years. As transistors became capable of controlling larger currents and switching the large currents at higher frequencies, the AC servomotor became used more often. Early servomotors were specifically designed for servo amplifiers. Today a class of motors is designed for applica-tions that may use a servo amplifier or a variable-frequency controller, which means that a motor may be used in a servo system in one application, and used in a variable-frequency drive in another application. Some companies also call any closed-loop system that does not use a stepper motor a servo system, so it is possible for a simple AC induction motor that is connected to a velocity controller to be called a servomotor.

    标签: motors Servomotors servomotors available

    上传时间: 2014-08-10

    上传用户:源码3

  • encode/decode gsm sms 7bit pdu format text. orginally written for palm os, but it don t make any spe

    encode/decode gsm sms 7bit pdu format text. orginally written for palm os, but it don t make any special system call. plain stdio is ok

    标签: orginally written encode decode

    上传时间: 2014-01-25

    上传用户:偷心的海盗

  • In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. Thi

    In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function message which us affiche hello , and the second function produced 露procedure affich_calcul, one declared the prototype and one it definite after one made the call has this function.

    标签: variable i.e. reference exists

    上传时间: 2013-12-17

    上传用户:netwolf

  • People have vast background knowledge to cope with everyday situations. We don t have to be told e

    People have vast background knowledge to cope with everyday situations. We don t have to be told everything explicitly because we can call on the background knowledge. We use `default knowledge to handle situations where knowledge is incomplete. This is called common sense reasoning.

    标签: have background situations knowledge

    上传时间: 2017-06-03

    上传用户:gmh1314

  • Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interes

    Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development

    标签: Linux Development interes Novell

    上传时间: 2017-06-06

    上传用户:songyue1991

  • 对于ARM体系来说

    对于ARM体系来说,不同语言撰写的函数之间相互调用(mix calls)遵循的是 ATPCS(ARM-Thumb Procedure call Standard),ATPCS主要是定义了函数呼叫时参数的传递规则以及如何从函数返回,关于ATPCS的详细内容可以查看ADS1.2 Online Books ——Developer Guide的2.1节。这篇文档要讲的是汇编代码中对C函数调用时如何进行参数的传递以及如何从C函数正确返回

    标签: ARM

    上传时间: 2014-01-16

    上传用户:zyt

  • 版权说明:版权属于dqe2008.com 特色:   1、界面采用欧试风格,设计唯美.   2、可调用留言,能做为评论模块用于其他系统的开发.   3、代码简洁,功能实用.

    版权说明:版权属于dqe2008.com 特色:   1、界面采用欧试风格,设计唯美.   2、可调用留言,能做为评论模块用于其他系统的开发.   3、代码简洁,功能实用. 使用说明:   2、帐号密码以及一些参数在gustbook_Conn.asp中修改,用记事本打开,里面有注释。初始帐号密码都为:admin   3、如何调用评论? 先在要调用评论的页面写入:<!--#include file="gustbook_Conn.asp" -->和<!--#include file="gustbook_sub.asp" --> gustbook_Conn.asp为连接数据库文件,gustbook_sub.asp为函数文件。 再在要调用评论的地方写入:< call DQE_gustbook(lanmu,bookNum,LeftNum,bookform,bookname) > 如:call DQE_gustbook(0,4,25,1,"留言区") 详细参数说明: lanmu ------- 调用评论的栏目:容错默认为0 bookNum ------- 评论条数:容错默认为5 LeftNum ------- 显示标题最左边的字符数,默认40,一个汉字算两个字符 bookform ------- 是否显示发言表单, 默认0为不显示,1为显示,并自定义,容错默认为0 bookname ------- 显示在评论页面的标题:必须加双引号,如:"留言区" 初始帐号密码都为:admin 主页:index.asp

    标签: 2008 dqe com 模块

    上传时间: 2017-07-14

    上传用户:牧羊人8920

  • The running time of quicksort can be improved in practice by taking advantage of the fast running t

    The running time of quicksort can be improved in practice by taking advantage of the fast running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a subarray with fewer than k elements, let it simply return without sorting the subarray. After the top-level call to quicksort returns, run insertion sort on the entire array to finish the sorting process.

    标签: running advantage quicksort improved

    上传时间: 2013-12-01

    上传用户:梧桐