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

3<b>4</b>0

  • /*本程序用于词法分析:从DOS界面输入一行的C语句

    /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。

    标签: DOS 程序 输入

    上传时间: 2014-01-10

    上传用户:aa17807091

  • 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[

    能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 运算方式: +,-,*,/,绝对值(“[ ]”),^,!, 输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可 2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一个括号 [3-4]是求3-4的绝对值不是中括号

    标签: arcsin arccos cosh sinh

    上传时间: 2015-04-11

    上传用户:sxdtlqqjl

  • 使用时打开此例题目录下pic中的图片

    使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。

    标签: pic 目录

    上传时间: 2015-04-27

    上传用户:wangdean1101

  • his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Repor

    his folder contains the following files: 1. 02490rxP802-15_SG3a-Channel-Modeling-Subcommittee-Report-Final.doc: This is the final report of the channel modeling sub-committee. 2. cmx_imr.csv (x=1, 2, 3, and 4) represent the files containing the actual 100 channel realizations for CM1, CM2, CM3, and CM4. The columns are organized as (time, amp, time, amp,...) 3. cmx_imr_np.csv (x=1, 2, 3, and 4) represent the files containing the number of paths in each of the 100 multipath realizations. 4. cmx_imr.mat (x=1, 2, 3, and 4) are the .mat files that can be loaded directly into Matlab (TM). 5. *.m files are the Matlab (TM) files used to generate the various channel realizations.

    标签: a-Channel-Modeling-Subcommittee-R following contains folder

    上传时间: 2013-12-21

    上传用户:hxy200501

  • 相册是J2me MIDLet 的一个demo程序

    相册是J2me MIDLet 的一个demo程序,可以使用户查阅图片在J2me支持的手持设备上。 文件夹与文件 +ImageAlbum -ImageAlbum.mcp -ImageAlbum_ReadMe.txt - debug_out - release_out - resources - 1.png - 2.png - 3.png - 4.png - 5.png + sources - DownloadFromURLForm.java - HelpDisplayForm.java - HttpDownloader.java - ImageAlbum.java - MainMenu.java - MyTimerTask.java - OptionsInputForm.java - PhotoCanvas.java - RMSOperations.java - StringByteOperations.java String data

    标签: MIDLet J2me demo 程序

    上传时间: 2014-11-30

    上传用户:semi1981

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 这是一个字母或数制之间的转化程序

    这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7 生成可执行文件“5” 即可运行。

    标签: 字母 数制 转化 程序

    上传时间: 2015-06-14

    上传用户:许小华

  • 能分班系统采用Z线分班方法:即由系统自动抽签(也可由班主任抽签)

    能分班系统采用Z线分班方法:即由系统自动抽签(也可由班主任抽签),然后系统根据抽签结果进行自动分班。假设4个班的抽签结果为:4、3、2、1,则第一轮按4、3、2、1的顺序抽取学生,第二轮按1、2、3、4的顺序抽取学生,第三轮按4、3、2、1的顺序抽取学生,第四轮按1、2、3、4的顺序抽取学生,如止反复,直到全部学生抽完。Z线分班方法如下图: 分班的首要条件是各班男女比例尽量相同;各班的成绩尽量平均;同名学生尽量分开。根据学校情况还可另设5个条件。 智能分班系统具有以下特点: ◆ 切合实际 ◆ 速度快捷 ◆ 功能强大 ◆ 操作简单

    标签: 自动

    上传时间: 2013-12-17

    上传用户:520

  • 一个简单的实验室管理系统源代码

    一个简单的实验室管理系统源代码,有基本的:新增2:更改3:删除4:查找5:显示6:全删等功能

    标签: 实验室 管理系统 源代码

    上传时间: 2015-07-07

    上传用户:气温达上千万的

  • 此程序由C++语言编写而成

    此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告

    标签: 程序 语言 编写

    上传时间: 2015-08-08

    上传用户:四只眼