-
进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握....
进程调度程序是进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换及PV操作加深理解和掌握.-process scheduler process management is one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process and transform running PV operation to deepen understanding and mastering.
- 2022-08-17 02:18:24下载
- 积分:1
-
跳频扩频通信系统仿真
跳频扩频通信系统仿真-Frequency Hopping Spread Spectrum Communication System Simulation
- 2022-12-27 02:05:03下载
- 积分:1
-
本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单...
本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单的统计。在编程时只使用了最基本的方法,未用到特别的技术。本程序的执行文件过大是一个较大的问题,在今后的学习中会逐渐改进,将程序进行分块儿,以提高执行效率。-the calculator calculator achieved the basic computing functions, and the use of more extensive Function can be used as a functional calculator use, in order to facilitate the practical, I conducted a statistical functional programming, so that the calculator can be used in simple statistics. When the program to use only the most basic of ways, not the particular technology used. The procedures are too big and is a major problem in the next study will gradually improve, procedures pm deadline, in order to enhance the efficiency of enforcement.
- 2022-01-25 18:00:12下载
- 积分:1
-
四个基本模块:系统维护模块、数据处理模块、查询模块、系统帮助模块;建立了一个主要数据库及几个数据表,采用模块化的程序设计方法,能实现对数据的查询、增减、删除等操...
四个基本模块:系统维护模块、数据处理模块、查询模块、系统帮助模块;建立了一个主要数据库及几个数据表,采用模块化的程序设计方法,能实现对数据的查询、增减、删除等操作。本系统界面清晰,操作简单实用。-Four basic modules: system maintenance module, data processing module, query module, the system to help module the establishment of a major databases and several data tables, modular programming methods, to achieve the data query, change, delete such operation. Clear interface of the system, operation is simple and practical.
- 2022-05-17 09:47:45下载
- 积分:1
-
In touch application to cd boxes enclosure
In touch application to cd boxes enclosure
- 2022-01-25 21:46:00下载
- 积分:1
-
jDlog的主要功能: 1. 日记分类 2. 站内短消息 3. 隐藏日记 4. 所见即所得的日记以及评论编辑器 5. 日记可存为草稿暂不发布 6. 日记评论 7...
jDlog的主要功能: 1. 日记分类 2. 站内短消息 3. 隐藏日记 4. 所见即所得的日记以及评论编辑器 5. 日记可存为草稿暂不发布 6. 日记评论 7. 可视化访问统计 8. 可单独跟踪某篇日记 9. 日记与评论搜索 10. 会员注册 11. 支持RSS1.0,2.0及ATOM 12. 日记排序 13. 日记可选择天气与心情指数-jDlog include these functions:1. catalog 2. short message 3.hide log 4.HTML style editor for logs and comments 5.save the log as draft 6.comment support 7.accessing Stat 8.log track 9.search support 10.user register 11.RSS1.0/2.0 and ATOM support 12 log sort 13 select weather and heart
- 2022-06-02 13:01:49下载
- 积分:1
-
温度监控模拟系统,由客户端录入温度,服务器接收到温度后向每个客户端转
发,客户端根据接收到的温度形成实时动态图表...
温度监控模拟系统,由客户端录入温度,服务器接收到温度后向每个客户端转
发,客户端根据接收到的温度形成实时动态图表-Simulation of temperature monitoring system, the temperature recorded by the client, the server receive the temperature transmitted to each client, the client receives the temperature in accordance with the formation of real-time dynamic charts
- 2022-08-05 10:37:11下载
- 积分:1
-
产品管理系统
系统采用Java的编程技术,对产品实现了管理。对产品的管理功能可以延展和延伸。但凡是相关产品管理系统系统设计均可以在本系统额基础上进行完善和修改。
- 2022-04-23 04:50:00下载
- 积分:1
-
一个非常好的文件搜索程序
一个非常好的文件搜索程序-a very good document search program
- 2023-08-19 10:50:03下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1