-
哲学家吃饭问题解决
哲学家吃饭问题解决-philosopher food problem solving
- 2022-01-22 16:27:13下载
- 积分:1
-
一个简单的程序,在C++为了研究程序设计
one simple program in c++ in order to study the program designing
- 2022-03-21 15:42:32下载
- 积分:1
-
将一个html文件转换成txt文件,不知道可不可以用,呵呵。
将一个html文件转换成txt文件,不知道可不可以用,呵呵。-Convert a html file to a text file.
- 2022-03-23 05:13:16下载
- 积分:1
-
unified computer system clock
统一网内微机系统时钟-unified computer system clock
- 2023-07-28 08:15:03下载
- 积分:1
-
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的...
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的-Windows dynamic link library is a very important resource, how to use the dynamic library is also pursued by VC programmers lovers
- 2022-03-11 10:34:42下载
- 积分:1
-
eventos para el desarrollo de software con awt ejemplo de obtener foco
eventos para el desarrollo de software con awt ejemplo de obtener foco
- 2022-08-13 06:10:10下载
- 积分:1
-
这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。...
这是栈数据结构。在操作系统中非常重要。本文件提供了一种C++实现方案。-This is a stack data structure. At the operating system is very important. This document provides a C++ implementation program.
- 2022-03-30 20:42:56下载
- 积分:1
-
手机通讯录
利用eclipse-ADT进行手机通讯录开发,实现手机本地联系人读取,排版,可进行增删改查,联系人头像上传
- 2022-03-19 11:43:04下载
- 积分:1
-
NT80留言本 v1.0
NT80留言本 v1.0-NT80 voice of the v1.0
- 2022-10-13 01:05:03下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1