搜索资源列表
Microsoft_Windows_ERR_2.6chs
- 《Windows错误码大全》,可以查找Windows的错误码-"Windows error code Encyclopaedia", can find the Windows error code
内存静态分配
- 内存静态分配: 程序还有一些错误,益出处理不知道怎么加入。此程序开始不是我写的的,我在别人的基础上理解并改动了一些。实验课已经结束了,没时间在做了,以后有机会再改。-static memory allocation : there are some procedural error, derived from processing do not know how to join. This is not the beginning of the proceedings I write, I ot
exp1
- 操作系统实验一 体验Nachos下的并发程序设计 用C++实现双向有序链表; 在nachos系统中使用你所写的链表程序并演示一些并发错误 -Experience Nachos operating system under test a concurrent programming using C++, ordered two-way linked list in nachos system written list to use your program and demonstr
nachos01
- nachos下并发程序设计。编写双向链表并演示并发错误。包含文件Makefile.common、main.cc、threadtest.cc、dllist-driver.cc、dllist.cc、dllist.h、nachos01.doc-concurrent programming under the nachos. List and demonstrate the preparation of two-way concurrent error. Include file Makefile.co
02
- 企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理-Internal communication systems to provide network communication
fingertest
- 手指练习 使用提示:随着字母下落,按相应的键获得分数,推荐在全屏模式下游戏,ESC可随时退出游戏 使用技术: 1.采用了宏来简化代码量,发觉十分好用! 2.堆栈的使用频繁,尽量采取了先压,完成小功能后立即出栈的原则,以免产生错误 3.利用很多次的循环来产生下落的延迟 4.利用BIOS功能删去了光标,和控制光标-Practice finger tips: With the missing letters, press the corresponding button
ACEos
- 王牌操作系统仍在发展,发展是更多的核心概念为重点。 Ace OS is still under development and the development is more focusing on the kernel concepts. 王牌OS是从无到有及其模块都不是从Linux或任何其他操作系统拷贝。 Ace OS is developed from scratch and none of its module is copied from Linux or any other OS.
rjff
- 操作系统的线程管理,使用软件的方法,防止临界区产生错误,保护临界区并对并发线程保护,无死锁现象.-The operating system' s thread management, use of software methods to prevent the critical error, protect critical areas and the protection of concurrent threads, deadlock phenomenon.
myshell
- 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
SC16C752B
- The SC16C752B is a dual Universal Asynchronous Receiver/Transmitter (UART) with 64-byte FIFOs, automatic hardware/software flow control, and data rates up to 5 Mbit/s (3.3 V and 5 V). The SC16C752B offers enhanced features. It has a Transmission
documentsystem
- 操作系统文件系统实验,内有可执行代码,已检测无错误。-Experimental operating system file system, containing executable code, no error has been detected.
os
- 操作系统动态分区模拟,简单的课程设计,缺少错误分析。数组实现。-Dynamic simulation of the operating system, a simple course design, lack of error analysis. Array implementation.
2
- 2.用四个按键和一个数码管制成简易的密码锁。四个按键分别代表数字0、1、2、3,密码设定为3,开机数码管显示“-”,等待密码输入,输入正确时,显示字符“3”2秒,打开门,输入错误时,显示“F”2秒,按要求完成下列题目。-2 with four buttons and a digital control into a simple lock. Four buttons representing the numbers 0, 1, 2, 3, and the password is set to 3
guanlixitong
- (一)九大数据处理功能: 数据输入功能(键盘输入,文件导入) 数据编辑功能(添加,删除,查询,排序,分析) 数据输出功能(屏幕显示,文件保存) 注:分析功能将给出各个科目的最高分,最低分,平均分,优秀率以及不及格率。 保存功能中可以将排序后的数据保存为文件。 (二)密码验证 三次密码验证体系:进入系统需要验证密码,如果三次验证均错误,系统将自动退出。 注:系统密码为abcdef。如需修改密码可在程序第78行处修改。(
Daila
- 本系统运用现代化的技术,为中小型企业提供现代化的管理手段,提高企业产品信息的收集、处理能力,联动及反映能力,为各级领导和管理人员提供准确、及时的分析数据,提高管理的科学性和工作效率,促进企业管理工作合理化、规范化、系统化。本系统主要实现以下目标: 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。 对用户输入的数据,进行严格的数据检验,尽可能的避免人为错误。 客户在拨打企业电话客服时,系统会自动接收、识别
nachos02
- 1.对于共享的双向链表,实现多线程的无错误插入删除操作。 2.用thread::sleep实现条件变量和锁机制 3.用thread::semapho实现条件变量和锁机制 4.大小限制的缓冲区(类似于消费者生产者问题) 5.实现一个table结构-1. For shared doubly linked list, multi-thread error insertion and deletion operations. 2. thread :: sleep implement
nachos01
- 1.实现一个双向链表 2.模拟多线程情况下的不同线程切换并且修改双向链表而产生的错误的情况-1. To achieve a doubly linked list 2. simulate different thread of multiple threads to modify the switch and doubly linked lists generated error condition
list
- freertos源码list.c,编译无错误(freertos source code list.c,compile without error)
