搜索资源列表
C++程序设计语言实验二
- 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
200918351077
- 现在的软硬件功能局限: 1、现在的摄像头总是不停拍摄,即使有再多的硬盘空间,也会不够; 2、当把监控摄像调出来查看时,由于找不到关键的地方,浪费了大量宝贵的时间! 因此我决定设计一套程序实现: 1、当监控到的画面有变化时摄像头才拍摄!其他时候不拍摄! 2、可以对摄像头拍摄的图片进行分割设置,找到需要比对的区域。这样能最大限度的避免画面中其它物体的干扰(如晃动的窗帘)。 安装说明: 1、电脑上一定要有摄像头,随便怎样的都行。 2、程序是绿色软件,无需安装
shiyan4
- 计算一段程序运行的时间,可精确到us 误差小;-Calculation program to run for some time, can be accurate to us small error
ElevatorSim_v2.0
- 40层的电梯调度程序,是用VC完成的,可以自由设定电梯超载人数,电梯运行时间等,功能完整-40-story elevator scheduling procedure is completed with VC, they can set the number of overloading the lift, elevator and other run-time, full-featured
multProcess
- 这是一个用VC++编写的一个多线程的程序,点击测试开始菜单时会显示进度条并且显示运行时间,点击停止时会显示为0.-This is a used VC++ to prepare a multi-threaded process, click on the Start menu to test the progress bar will show the running time and shows, click to stop when they appear as 0.
ctrl
- 程序运行时,按INT0按键后延时一段时间继电器吸合,再延时一段时间继电器断开-Program runs, INT0 button press after a certain period of time delay relay pull-in, and then a period of time delay relays disconnect
jincheng
- 该程序模拟进程按优先权高者优先调度,在优先权相同的条件下,所需的运行时间短的优先调度-The program simulated the process of high priority by the priority scheduling, the priority under the same conditions, the short running time required for the priority scheduling
MYclock
- 我写的C++程序计时的类,可以计算一段C++代码的运行时间。-This is a C++ time class which is writen by myself, it is used to clock the running time of a C++ code in your program.
gamekill
- 强制中断运行的程序,可设定每天时间运行时间-Forced interrupt running programs can be set time each day running time
prcs_mngment
- 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。进程的运行时间以时间片为单位进行计算。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。 如果运行
clock
- 计算程序运行时间的小函数,C语言编写,可以学习一下-funtion to calculate the time which your programme had been cost
timestamp_p
- 显示程序运行时间的程序,非常好的子程序 调用很简单-The subroutine of time of program elasped。 It is very easy to call
vcPP--get--time-
- 这是一些在vc++环境下整理的对程序运行时时间的获取,方便对程序运行时间的计算和统计-What is Get finishing under vc++ Setting the program run time, to facilitate the calculation and the program running time stats
Time_Count
- C++ 测试 程序运行时间,经本人测试通过,非常不错-C++ test program time
Processorscheduling
- 用优先级判断的处理器调度模拟程序,程序运行时间结束后结束。-Used to determine the priority of processor scheduling simulation program, after the close of the program is running.
GetTime
- 显示当前系统时间并显示程序运行时间点和程序运行了多长时间。-Displays the current system time and displays the program run time and how long the program is running.
0225712
- 对rc4 and xxtea的运行时间进行了对比()
二氧化碳浓度检测17.11.1
- 将采集的AD值和目标值比较并在OLED 屏幕上显示,配有按键可以调节目标值,eeprom存贮运行时间。(The collected AD value and target value are compared and displayed on the OLED screen, and the key can be used to adjust the target value, and the storage running time of EEPROM is displayed.)
显示上网时间的小程序
- 通过设置para.txt文件,显示孩子用电脑的时间,只有在规定时间内,屏幕才能用,否则屏幕锁定,无法使用。 可以将该程序加入到启动菜单里,登录系统后自动运行。(By setting up the para.txt file, it shows the time for the child to use the computer. Only in the specified time, the screen can be used, otherwise the screen is locked
混沌时间序列分析源程序
- 因为毕业设计的原因,开始接触混沌时间序列分析,刚开始的确有些不好入门,对初学者来说一些程序自己编写挺困难,特别希望有高手指点或者有参考程序。 我在论坛上得到了大家的热心帮助,作为一个“过来人”看到论坛上经常有人求助时间序列分析的相关程序,或者想参考,或者是急用,我相信大家也遇到过相似的问题——有些贴出来的程序往往是错误的或者无法运行。 为了感谢论坛和大家的帮助,也为了帮助那些初学者更快的入门,我会在这个帖子里贴出我自己毕业设计时的Matlab源程序以供大家参。 时间序列分析的主要程序也就是