-
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。...
本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。-This program demostrate how to write higher layer applications to communicate with USB ports. Readers need to know how the server recognizes the USB device and basic principles of USB.
- 2023-08-18 13:30:03下载
- 积分:1
-
regular expression syntax processing software demonstrations illustrate the oper...
表达式语法处理过程说明 这个软件演示了基于操作符优先级的表达式处理算法,属于很经典的算法。详细的演示了处理过程的每个动作以及辅助栈、表的使用。对学习《编译原理》和《数据结构》中的相关内容会有所帮助。 关于此算法的详细描述请见《数据结构》(清华出版社)。 软件使用方法,可以直接采用程序样例中的表达式(-9.3*((8+2-3*6/2-0.8)+(-64))),也可以在表达式输入的文本框中输入一个新的表达式(限数字、基本运算符、括号),先点击“初始化计算”按钮,然后点击“演示”按钮,每次一步。在此过程中,请观察“操作符号栈”、“操作数栈”、“操作数对照表”的变化情况,以及每次读取的当前词和当前动作。 题外话:觉得许多软件开发人员有一种只重视程序语言和技巧,而忽视算法设计的倾向。记得有个很出名的说法:程序=算法+数据结构。当然现在软件领域出现了许多新的动向,但基本功仍应重视。颖易教育软件工作室主页:http://www.yingyi.net电子邮件:yingyi@yingyi.net,true_yingyi@etang.com电话:(010)63522531-regular expression syntax processing software demonstrations illustrate the operator based on the priority of expression processing algorithm, a very classic algorithms. A detailed demonstration of the process every movement and auxiliary stack, table use. The study "Compiler Principle" and "data structure" of the content will be helpful. This algorithm on a detailed description, see "Data Structure" (Tsinghua University Press). Use of the software can be used directly in the sampl
- 2022-03-19 01:12:37下载
- 积分:1
-
密码检索
这可以用于获取数据库连接的连接,也与 sql 的 batabase 连接。欢迎大家下载、试用。谢谢大家的支持!
- 2022-01-25 22:59:18下载
- 积分:1
-
delphi键盘操作
delphi键盘操作-keyboard operation, etc.
- 2022-01-30 18:35:17下载
- 积分:1
-
可用于处理多线程的问题
可用于处理多线程的问题-could be used to address the issue of multi-threaded
- 2022-05-15 00:22:51下载
- 积分:1
-
C语言编译,有链表的方法建立substr函数
C语言编译,有链表的方法建立substr函数-C language compiler, a list of methods to establish substr function
- 2023-02-22 07:20:04下载
- 积分:1
-
利用vc和access开发的通讯录,界面和功能非常人性化
利用vc和access开发的通讯录,界面和功能非常人性化-use vc access and the development of the directory, and the interface is very humane.
- 2022-03-22 05:55:48下载
- 积分:1
-
VC但文档多视图Formview切换
VC但文档多视图Formview切换-VC Multi-View Formview switch
- 2022-02-20 18:15:16下载
- 积分:1
-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1
-
Windows 窗口线段选择的程序
Windows 窗口线段选择的程序-the Windows segment selection proce
- 2023-01-14 23:50:03下载
- 积分:1