-
改进后的高斯信号发生函数,可用于字符运算。
改进后的高斯信号发生函数,可用于字符运算。-Improved Gaussian signal, can be used for computing characters.
- 2022-01-26 05:12:57下载
- 积分:1
-
一个vc6.0编译boostregex图书馆下。使用简单方便,做…
一个在vc6.0下编译好的boostregex库。使用简单方便,不用编译-Under a vc6.0 compiled boostregex library. The use of simple and convenient, do not compile
- 2022-01-25 18:34:08下载
- 积分:1
-
气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等...
气候分析中检验突变的经典程序,如滑动t检验,cv,滑动f检验等
-Climate Analysis classic mutation testing procedures, such as sliding t test, cv, sliding f inspection
- 2022-04-09 09:49:53下载
- 积分:1
-
MicroPHP开发框架 v2.2.11
MicroPHP是一个免费开源的MVC模式的PHP开发框架,它易拓展而不失灵活,可以轻松应对各种大中型项目。具有非常强的拓展能力。MicroPHP框架各文件说明:
1.MicroPHP.php是整个框架核心程序
2.index.php是入口文件同时也是配置文件
3.MicroPHP.min.php是压缩版本,建议生产环境替代MicroPHP.php。
4.plugin.php是插件模式要被包含的文件,插件模式要保证plugin.php和MicroPHP.min.php在一起,或者修改plugin.php最后的包含MicroPHP.min.php的路径。
5.application是一个简单的项目结构
- 2022-07-10 22:21:53下载
- 积分:1
-
一个可综合的verilog描述的GPIO代码。
一个可综合的verilog描述的GPIO代码。-A GPIO design in verilog
- 2022-10-11 07:50:04下载
- 积分:1
-
本人通过特殊途径获得的胆结石医学图片,对广大医学图象研究的人员有用...
本人通过特殊途径获得的胆结石医学图片,对广大医学图象研究的人员有用-I through special access to medical images of gallstones, the general medical image research useful
- 2022-12-01 11:20:04下载
- 积分:1
-
图片特效显示程序,在vb下显示图片各种特技的方法。
图片特效显示程序,在vb下显示图片各种特技的方法。-Photo Effects display program, in vb display pictures under a variety of special effects approach.
- 2023-07-03 09:25:03下载
- 积分:1
-
一:需求分析
1. 问题描述
魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两...
一:需求分析
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 |
| 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 |
-one : a needs analysis. Problem description always use their own fiendish a very concise and abstract language speech Nobody can understand, but the language is gradually explained adult can understand the language, because his language is composed of the following two forms of
- 2022-09-04 11:50:02下载
- 积分:1
-
I wrote a MS
我写了个和MS的扫雷长象和玩法都一样,但我的有以下特别功能: 1 开始游戏第一下永远不会点到雷 2 (保存/恢复 )可以在任何时候保存游戏状态,可在任何时候恢复 3 100% 纯 JAVA 编写, 可以在任何系统上运行,比如苹果电脑和LINUX等 4 100% 公开源代码 这个游戏基于MVC架构编写. 把jar文件默认打开程序设为JAVA虚拟机,就可双击JMinesweeper来启动游戏,如果没有装JAVA虚拟机可以去SUN的主页上下载: http://jdl.sun.com/webapps/download/AutoDL?BundleId=9992 把JMinesweeper.jar用WinRAR或WinZip解压后,可以在解压文件夹中找到这个游戏的所有源码。-I wrote a MS-like mine, and games are played are the same, but I have the following functions : starting a game will never be the first to mine two points (preservation/restoration) can be preserved at any time, the game may be resumed at any time 3100% Pure Java prepared, any system running, such as Linux and Apple Computer as 4,100% of the open-source MVC framework based on the game prepared. put jar document procedures set by default to open Java Virtual Machine, JMinesweeper can double-click to start the game, if not installed Java Virtual Machine can go to the home page of the Sun Download : http://jdl.sun.com/webapps/download/AutoDL BundleId = 9992 J
- 2022-03-11 13:54:32下载
- 积分:1
-
一个非常好的串口程序
一个非常好的串口程序-a very good Serial procedures
- 2022-05-14 03:58:54下载
- 积分:1