-
xsxxgl
学生信息管理系统,实现了一般的操作,课程设计的一部分,个人感觉,还行把(Student Information Management System to achieve the general operation, part of the curriculum design, personal feeling, but also line)
- 2008-07-09 16:19:09下载
- 积分:1
-
reduce-noise
guideline design PCB layout to reduce noise
- 2012-01-31 16:01:15下载
- 积分:1
-
xyglxt
简单的学员信息管理系统,增删改查都可以实现,具有简单容错功能(Simple student information management system, CRUD can be achieved with a simple fault tolerance)
- 2014-03-27 22:34:51下载
- 积分:1
-
caoshengbo
超声波测距避障系统,实现机器人的智能化测距(Ultrasonic ranging obstacle avoidance system, realize the intellectualized ranging robot
)
- 2011-05-30 18:14:28下载
- 积分:1
-
暴利小马丁
说明: 暴力小马丁,适合小资金,已实盘操作过。回撤不超过20%。(Violent Martin Jr., suitable for small funds, has been operated on a firm basis.)
- 2020-06-17 00:00:01下载
- 积分:1
-
Page-replacement
页面置换算法的模拟实现及命中率对比.通过模拟实现几种基本页面置换的算法,了解虚拟存储技术的特点(Simulation of page replacement algorithm, and the hit rate compared to several basic page replacement algorithm through simulation to understand the characteristics of virtual storage technology)
- 2012-03-29 14:59:46下载
- 积分:1
-
分贝显示器,实时显示声音强度 源码下载
分贝显示器,实时显示声音强度 源码下载
- 2013-12-14下载
- 积分:1
-
ucore-lab1
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。(Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology.
This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read)
- 2011-06-07 14:36:34下载
- 积分:1
-
final
这是一款学生成绩管理系统,VS编写,调试无错。功能简单,但是全面,命令行界面(Student s score manage system)
- 2012-03-26 21:58:22下载
- 积分:1
-
RDM 解析,协议代码,适用于artnet 协议
RDM 解析,协议代码,适用于artnet 协议 【源码目录】 RdmProtocal ├── Debug│ ├── RdmProtocal.exe│ ├── RdmProtocal.exp│ ├── RdmProtocal.lib│ └── RdmProtocal.pdb├── RdmProtocal│ ├── Debug│ │ ├── LzMethod.obj│ │ ├── RdmNode.obj│ │ ├── RdmProtocal.Build.CppClean.log│ │ ├── RdmProtocal.log│ │ ├── RdmProtocal.obj│ │ ├── RdmProtocal.pch│ │ ├── RdmProtocal.res│ │ ├── RdmProtocal.tlog│ │ │ ├── CL.command.1.tlog│ │ │ ├── CL.read.1.tlog│ │ │ ├── CL.write.1.tlog│ │ │ ├── RdmProtocal.lastbuildstate│ │ │ ├── RdmProtocal.write.1u.tlog│ │ │ ├── link.command.1.tlog│ │ │ ├── link.read.1.tlog│ │ │ ├── link.write.1.tlog│ │ │ ├── rc.command.1.tlog│ │ │ ├── rc.read.1.tlog│ │ │ └── rc.write.1.tlog│ │ ├── RdmProtocalDlg.obj│ │ ├── stdafx.obj│ │ ├── vc140.idb│ │ └── vc140.pdb│ ├── LzMethod.cpp│ ├── LzMethod.h│ ├── RdmNode.cpp│ ├── RdmNode.h│ ├── RdmProtocal.aps│ ├── RdmProtocal.cpp│ ├── RdmProtocal.h│ ├── RdmProtocal.rc│ ├── RdmProtocal.vcxproj│ ├── RdmProtocal.vcxproj.filters│ ├── RdmProtocal.vcxproj.user│ ├── RdmProtocalDlg.cpp│ ├── RdmProtocalDlg.h│ ├── ReadMe.txt│ ├── controller_library.h│ ├── lib│ │ ├── FTD2XX.lib│ │ └── RDM.lib│ ├── res│ │ ├── RdmProtocal.ico│ │ └── RdmProtocal.rc2│ ├── resource.h│ ├── stdafx.cpp│ ├── stdafx.h│ └── targetver.h├── RdmProtocal.VC.db├── RdmProtocal.sln└── ipch └── RDMPROTOCAL-b05a99f1 └── RDMPROTOCAL-61763a13.ipch8 directories, 52 files
- 2021-05-06下载
- 积分:1