1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 gaus0.c为主函数程序
上传时间: 2014-01-05
上传用户:731140412
上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。
标签: Context-Free Grammar CFG
上传时间: 2013-12-10
上传用户:gaojiao1999
这是一个经过调试成功的可以实用的程序,可以快速的用于液晶显示操作。 //这是一个DEMO程序,可以很方便地嵌入到其它程序中,只需要进行相关的函数调用。 //晶振为11.0592MHz
上传时间: 2013-12-02
上传用户:脚趾头
一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |
上传时间: 2014-12-02
上传用户:jkhjkh1982
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
Intel® Integrated Performance Primitives for Intel® Architecture Intel 使用手册,包含(intel ipp)所有图像处理相关的函数与说明,函数很全,你可以下载查看是不是包含你想用的函数,(intel ipp)提供的库基于Intel CPU,性能很高.
标签: Intel Architecture Performance Integrated
上传时间: 2016-02-27
上传用户:dsgkjgkjg
平台:STR710,已经实现。这个是移植代码,ucgui版本号是3.90。可能对你的移植工作有些帮助,不需要一样的屏,只需要照着相关的函数写好你的屏就OK了
上传时间: 2014-01-17
上传用户:王庆才
在mobile 6.0上实现蓝牙通讯,发送字符串 显示在其他蓝牙设备上。其中定义的蓝牙类定义了相关各种函数
上传时间: 2016-04-25
上传用户:onewq
这是最简单的,也是最清楚的遗传算法代码,您只要自定义其评价函数,定义说明在文档里,然后就直接可用!
标签:
上传时间: 2013-12-29
上传用户:二驱蚊器
c语言编程宝典,是作者一系列编程书籍之一。例子简单易学,十分利于初学者。查找相关的函数功能也十分快捷方便。
上传时间: 2016-06-17
上传用户:wanqunsheng