-
要开发一个C应用程序(.exe文件),大体上分为5个步骤(不考虑后期维护):
问题分析――分析要解决的问题,明确问题目标,将问题(尤其是复杂问题)分解为在数...
要开发一个C应用程序(.exe文件),大体上分为5个步骤(不考虑后期维护):
问题分析――分析要解决的问题,明确问题目标,将问题(尤其是复杂问题)分解为在数据、
-To develop a C application (. Exe file), generally divided into five steps (without regard to post-maintenance): Problem Analysis- Analysis of issues to be addressed explicitly the issue of targets, the problem (in particular, are complex issues) is decomposed into in the data,
- 2023-06-13 05:20:04下载
- 积分:1
-
SourceTo outlined SourceTo is a source code conversion tools. It will require th...
SourceTo概述 SourceTo是一个源代码转换工具。它对于需要将源代码转成其他文本格式(比如HTML,RTF)的人来说将是一个好帮手。如果你有在网站上发表技术文章的习惯,赶快获得一个SourceTo,它将为你的文章增色不少... -SourceTo outlined SourceTo is a source code conversion tools. It will require the source code into the other text format (such as HTML, RTF) who will be a good helper. If you have published on the Web habits of technical articles, as soon as possible was a SourceTo. It will add to the excitement of your many articles ...
- 2022-04-27 23:34:22下载
- 积分:1
-
S3C44B0X开发实例源码,uCos系统,用SDT2.5开发
S3C44B0X开发实例源码,uCos系统,用SDT2.5开发-S3C44B0X examples of source code development, uCos system, developed by SDT2.5
- 2023-08-18 03:40:03下载
- 积分:1
-
这是一个进程创建实现的简单源程序,实现进程间的通信和管理...
这是一个进程创建实现的简单源程序,实现进程间的通信和管理
-This is the realization of a process to create a simple source code to achieve inter-process communication and management
- 2022-03-23 03:07:48下载
- 积分:1
-
CPU调度算法的仿真项目实现FCFS,SJF,RR算法…
CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
- 2022-01-26 07:49:23下载
- 积分:1
-
实现第一
实现先来先服务的算法,有利于不同级别队列的优先运行-To achieve first-come first-serve algorithm, is conducive to different levels of priority queue operation
- 2022-01-26 08:24:39下载
- 积分:1
-
一个微型操作系统源码
一个微型操作系统源码-a micro-source operating system
- 2022-04-23 22:33:06下载
- 积分:1
-
基于UNIX6的文件系统模拟程序,供OS课程设计参考使用,在TC环境下测试成功...
基于UNIX6的文件系统模拟程序,供OS课程设计参考使用,在TC环境下测试成功-UNIX6 based on the file system simulation program for OS reference design courses, TC environment in the test successful
- 2023-03-06 07:00:03下载
- 积分:1
-
免费实时操作系统源代码
源代码的 FreeRTOS 中杰出人物系列皮质 M3 控制器。
如何在免费的实时操作系统,这是一个开放的平台中创建任务。如何多个任务运行在不同的优先事项。
皮质 M3 控制器的多任务执行。
- 2022-02-04 17:29:30下载
- 积分:1
-
进程调度算法设计
n 进程通过定义一个进程控制块的数据结构(PCB)来表示; n 每个进程需要赋予进程ID、进程到达时间、进程需要运行的总时间的属性; n
- 2022-07-28 02:53:06下载
- 积分:1