-
一个通过USB接品修改蓝牙设备地址的工具,只接运行Write BD KEY就可,比原有的蓝牙开发工具更有效率...
一个通过USB接品修改蓝牙设备地址的工具,只接运行Write BD KEY就可,比原有的蓝牙开发工具更有效率-A modified goods received through the USB Bluetooth device address of the tools, only then can Write BD KEY to run than the original Bluetooth development tools more efficiently
- 2022-03-29 11:40:15下载
- 积分:1
-
that is an example for pluse width modulati on and that programe is written by c
这是一个脉冲宽度调制的例子,程序是用c语言编写的
- 2023-01-14 16:05:03下载
- 积分:1
-
AutoCAD平台结构设计工具
按最新国家结构设计规范编写.
AutoCAD平台结构设计工具
按最新国家结构设计规范编写.-AutoCAD design tool based on the latest state standardized design prepared.
- 2023-04-26 14:05:04下载
- 积分:1
-
这种小波构造方式适合于各种DB系列的小波,但面对db6等比较长的小波,则均衡器的权长要足够长...
这种小波构造方式适合于各种DB系列的小波,但面对db6等比较长的小波,则均衡器的权长要足够长-Wavelet way that is suitable for a variety of wavelet DB series, but in the face of such a long db6 wavelet, it" s the right balance should be sufficiently long length
- 2022-02-20 01:35:44下载
- 积分:1
-
The use of VB development for Maxim
利用VB开发的针对Maxim-Dallas DS2770电量检测芯片,实现对锂电池的实时数据采集软件。-The use of VB development for Maxim-Dallas DS2770 chip power detection, on the lithium batteries to achieve real-time data acquisition software.
- 2022-05-15 17:30:44下载
- 积分:1
-
凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。
凡四大皆空暖风机看四大皆空妇女三角裤赴河南江苏 。-Where nothing heaters women look nothing briefs to Henan and Jiangsu.
- 2022-11-15 04:05: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
-
本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,...
本系统是在asp版《在线文件管理器》的基础上设计制作,取其精华,弃其糟粕,功能更强,效率更高,具有以下特点: 1。采用三层结构开发,程序逻辑和用户界面彻底分离,可轻松换肤。 2。全部代码采用Ultra Edit编写,不使用任何可视化开发工具,精确控制代码流程,确保代码高效率运行。 3。自行开发自定义控件,不产生任何一丁点的HTML代码冗余。 4。尽可能的减少客户与服务器的交互,降低对服务器资源消耗,减少网络传输。 5。真正多用户系统,可分别为每个用户设置可管理的文件类型,目录等,上传的单个文件大小限制等。 6。各用户环境自由配置,风格自选(如果有多个风格的话),可自由设置每页显示的文件及目录数等。 7。文件与目录翻页分开,即使管理同一目录下的数万个文件也不再出现程序超时现象。 8。功能强大,除了asp版具备的全部功能如上传、下载、编辑、批量复制、移动、粘贴外还具备文件快速过滤搜索,智能修改文件属性。 9。效率极高。经测试,在一太普通PC上对一个包含50000个文件的目录进行浏览管理,任意翻页,执行时间均不超过1秒。过滤或者搜索则更是低至仅0.3秒的执行时间。而windows资源管理器打开目录或者asp版翻至最后一页都需要6.5秒甚至更长时间。-the system is the asp edition of "online document management device" on the basis of the design, select the essence and disposable dross, more powerful, more efficient and has the following features : 1. The development of a three-tier structure, procedures and user interface logic completely separated easily Eurocargo. 2. All the code used Ultra Edit preparation, not the use of any visual development tools, precision flow control code, the code to ensure
- 2022-07-19 11:48:55下载
- 积分:1
-
AT91SAM7S256开发板基础demo,已验证
AT91SAM7S256开发板基础demo,已验证-AT91SAM7S256 development board based on demo, verified
- 2022-08-15 22:38:14下载
- 积分:1
-
Compiled FastReport4.3 applies only to bc6
编译好的FastReport4.3 只适用于bc6-Compiled FastReport4.3 applies only to bc6
- 2022-02-03 20:25:13下载
- 积分:1