-
时间调度相关的开源代码,时间调度相关的开源代码
时间调度相关的开源代码,时间调度相关的开源代码-quarts
- 2022-03-17 19:05:40下载
- 积分:1
-
use of IC cards issuers of prepaid PB VF BCB DELPHI VC
使用IC卡发卡机构的预付费PB VF BCB DELPHI VC源程序,对其进行了详细说明
- 2023-05-30 12:50:03下载
- 积分:1
-
汇编写的串口通讯程序,可传送64kb大小之内的文件
汇编写的串口通讯程序,可传送64kb大小之内的文件-compilation write serial communication procedures, transmission within 64 kb size of the paper
- 2022-06-28 02:44:13下载
- 积分:1
-
计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行...
计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering practice in compiling this chapter procedures, I would be grateful if winio.dll, winio.vxd winio.sys reproduction of documents and executable files to the directory, otherwise WinIo library initialization function initializeWinIO call will fail.
- 2022-02-09 19:33:50下载
- 积分:1
-
实现函数发生器产生的波形能够在电脑显示器上显示。函数发生器通过GPIB卡与电脑连接并传输数据,电脑上通过LABVIEW软件环境完成与GPIB卡的数据通信。在LA...
实现函数发生器产生的波形能够在电脑显示器上显示。函数发生器通过GPIB卡与电脑连接并传输数据,电脑上通过LABVIEW软件环境完成与GPIB卡的数据通信。在LABVIEW环境下完成了对虚拟仪器前面板以及后台程序框图的设计与编程。在LABVIEW开发环境下,实现对GPIB控制时,采用VISA模块驱动的方法进行编程。设计结果在LABVIEW环境下的虚拟示波器能够实现示波器的功能,能够显示函数发生器所产生的任意波形。- achieve the waveform can be displayed on the screen of the computer which send out by the function generator. The function generator connect to computer through a GPIB card and transfer data. Labview can be communicated with GPIB card and save data on computer. The virtual instrument front panel design and background process diagram programming can achieved under Labview software environment. The realization of GPIB control, using VISA module-driven approach to program in Labview. The result of the design is that the virtual oscilloscope is able to complete the Real oscilloscope function in Labview.
- 2022-07-12 01:20:57下载
- 积分:1
-
lcd显示程序,为430代码
lcd显示程序,为430代码-LCD display program for the 430 code
- 2022-10-14 03:05:05下载
- 积分:1
-
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断...
Atmel Mega16上调试通过的,可以同时发送一个字符串,并产生中断-on the debugging, it will also send a string, and have interrupted
- 2022-03-25 07:36:00下载
- 积分:1
-
serial programming source code, reprinted from elsewhere, a certain reference va...
串口编程源代码,从别处转载的,有一定参考价值!-serial programming source code, reprinted from elsewhere, a certain reference value!
- 2022-05-29 13:28:39下载
- 积分:1
-
c8051F221的SPI总线通信(收)
c8051F221的SPI总线通信(收)-c8051F221 SPI Bus Communication (received)
- 2022-03-26 04:47:07下载
- 积分:1
-
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的...
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention t
- 2022-02-25 13:48:40下载
- 积分:1