-
设计并实现Unix的“time”命令
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来创建进程运行程序 • 使用wait()等待新创建的进程结束 • 调用gettimeofday()来获取时间 mytime的用法: $ mytime.exe program1 -$ mytime.exe program1
- 2023-07-20 00:35:04下载
- 积分:1
-
MyNewDataBase
在VC下访问和创建Access数据库的例子,很清楚的程序(in VC visited and the creation of the Access database examples, it is clear that the procedures)
- 2007-04-04 17:20:33下载
- 积分:1
-
远程IO终端
主要是实现IO输入输出检测,modbus协议直接进行读写操作
- 2023-04-21 03:45:03下载
- 积分:1
-
实验17 ADC实验
鉴于stm32在keil平台上的ADC采集转化,在LCD屏上显示程序(voltage acquisition adc)
- 2020-06-20 12:40:02下载
- 积分:1
-
gt9xx
GT911系列的液晶触摸驱动,可以移植后直接使用的。(lcd touch chip driver)
- 2020-06-16 13:40:02下载
- 积分:1
-
AD7793 温度采集模块资料
AD7793 温度采集模块,实现温度采集隔离 与单片机同过SPI接口连接,可以单个连接也可以多个一起连接在一起通信。。。。。
- 2022-06-02 17:23:41下载
- 积分:1
-
ARIMA
说明: 差分整合移动平均自回归模型,又称整合移动平均自回归模型(移动也可称作滑动),是时间序列预测分析方法之一。(Differential integrated moving average autoregressive model, also known as integrated moving average autoregressive model (moving also known as sliding), is one of the time series prediction and analysis methods.)
- 2020-05-18 21:23:50下载
- 积分:1
-
c03
该程序实现水声信道的模拟方法及性能分析,提出了一种信的水声信道模型(The program implements underwater acoustic channel simulation methods and performance analysis, presents a letter of underwater acoustic channel model)
- 2020-07-04 05:40:02下载
- 积分:1
-
stm32 adc采样
通过stm32 103的ADC采样ai值,定时多路轮询。
还有串口多路通道设置,通过串口通信,波特率可设。
di和do等通过串口进行控制读取。
- 2022-04-11 13:19:11下载
- 积分:1
-
cscope-15.8a.tar
cscope 是一个 C 语言的浏览工具,通过这个工具可以很方便地找到某个函数或变量的定义位置、被调用的位置等信息。目前支持 C 和 C++。cscope 自身带一个基于文本的用户界面,不过 gvim 提供了cscope接口,因此可以在 gvim 中调用 cscope,方便快捷地浏览源代码(UNIX file and directory names are case sensitive. The path to the project CVSROOT must be specified using lowercase characters)
- 2013-06-18 16:43:07下载
- 积分:1