CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 操作系统 c

搜索资源列表

  1. huawei

    0下载:
  2. 华为面试试题 十頁 计算机系统。   数据结构。   面向对象编程。   C/C++ 。   软件工程。   操作系统。   数据库系统。   计算机网络。   无线通信。 -Huawei interview questions 10 computer systems. Data structure. Object-oriented programming. C/C++. Software engineering. Operating sy
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:13963
    • 提供者:Diego Guo
  1. C++

    0下载:
  2. 我们知道C语言的功能非常强大, 很适合编写系统软件。利用它我们可以很容易地解决经常遇到的一些棘手的问题,如拷贝隐含或系统属性的文件(特别是光盘中的隐含文件)、在任意DOS版本或在windows中更改子目录的名称、在任意DOS 版本中使用带空格的目录名等等。 这些问题仅靠操作系统或常用的工具软件往往很难凑效。我们可以利用C语言的强大功能来编写一些小程序,能够很顺利地解决这些问题。 -We know C language is very powerful, very suitable for the
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1845
    • 提供者:肖庆普
  1. ucosii_18f2520

    0下载:
  2. 在MICROCHIP的PIC18F2520上移植UCOSII操作系统,实现基本的EEPROM,串口,PWM,AD等功能,有四个任务。-In MICROCHIP transplantation UCOSII the PIC18F2520 on operating systems, the realization of basic EEPROM, serial interface, PWM, AD and other functions, there are four tasks.
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:146234
    • 提供者:yuyu
  1. HideDLL

    0下载:
  2. 木马运行关键是隐藏,神不知鬼不觉才是王道.要隐藏,先要隐藏进程,Windows操作系统中程序以进程的 方式运行,大多数操作系统也是如此.任务管理器就可以看到当前运行的进程,所以有人HOOK相关枚举进程的函 数,让任务管理器不显示木马进程,也有人把自己的木马注册成服务运行,"任务管理器"不显示服务的.这样做只 是障眼法,进程还是存在的,最好的方法是让进程不存在,让木马作为其他进程的一个线程来运行.Windows操 作系统提出了DLL的概念,其系统API都是通过DLL的形式出现的,应
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:3536
    • 提供者:008
  1. newword

    0下载:
  2. 1. 设计才是真正的编程! 2. 面向对象并不是一切? 3. 对象的引用才是对象 4. 对接口编程才是真正的编程 5. 对数据的描述才是数据 6. 面向对象数据库并非数据库?, 7. 网络才是真正的操作系统! 8. 无论你以为上述观点是惊天大秘还是不过尔尔,你都需要这本书! -1. The design is the real programming! 2. Everything is not object-oriented? 3. Object referenc
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:705528
    • 提供者:倔强猪
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:41701
    • 提供者:wtl
  1. jiatingcaiwu

    0下载:
  2. 家庭财务管理系统应用软件给家庭成员提供了一个在Windows操作系统上运行的管理平台,家庭成可以对其成员编号、姓名以及收入、支出构成进行增加、删除、修改等管理操作。同时该系统还提供了家庭成员管理功能,根据家庭成员的分类,其拥有的权限也不同,系统可以判断登录家庭成员管理功能,根据家庭成员的分类,其拥有的权限也不同,系统可以判断登录家庭成员的用户名和密码,从而判断其是否可以使用该系统。-Family financial management system application software t
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-15
    • 文件大小:3078647
    • 提供者:lanhuanyilian
  1. c++yinhangjia

    0下载:
  2. 操作系统中的银行家算法源码,用c++写的关于避免死锁的算法。-Banker s algorithm in the operating system source code, using c++ Write on the algorithm to avoid deadlock.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:106805
    • 提供者:tiantian
  1. duoxiancheng

    0下载:
  2. 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and content of understanding the proces
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:3256
    • 提供者:殷晓飞
  1. sy1

    0下载:
  2. linux中接受和发送信息,分同步和异步,是操作系统的上机题-linux receive and send information, sub-synchronous and asynchronous, is the operating system on the plane title
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:839
    • 提供者:大元
  1. linuxtv-dvb-apps-1.1.1.tar

    0下载:
  2. DVB LINUX , SI PSI ,基于LINUX操作系统下的DVB应用程序,-DVB LINUX, SI PSI, based on LINUX operating system under the DVB applications,
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-24
    • 文件大小:100549
    • 提供者:vachel
  1. vc2

    0下载:
  2. 这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理 设备管理-This is an environment in C curriculum design to prepare the operating system includes a memory management CPU Management Document Management Equipment Management
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:116421
    • 提供者:刘明
  1. Producer_Customer

    0下载:
  2. 模拟操作系统中进程的互斥和同步,解决生产者和消费者问题。使用图形界面,可以在程序中方便的更改生产者和消费者个数,和模拟速度。-Simulation of the operating system mutex and synchronization process to resolve the issue of producers and consumers. Use graphical interface, you can change the process convenient number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:14186
    • 提供者:xjp
  1. yinhangjia

    0下载:
  2. 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:68163
    • 提供者:张许
  1. zuoy

    0下载:
  2. 操作系统的实验包含报告,源代码,用C语言写的-An experimental operating system that contains reports, source code, written using C language
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:103285
    • 提供者:李丽
  1. sanos-src-latest

    0下载:
  2. 一个小型操作系统的源代码,其目的仅 仅是为了在x86电脑上在没有windows 操作系统的情况下能使用java虚拟机。 研究操作系统的好东西。-A small operating system source code, which is made solely to the x86 computer in the absence of windows operating system can use the case of java virtual machine. Research
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1386164
    • 提供者:陈显永
  1. WindowsCE5·0

    0下载:
  2. WindowsCE嵌入式操作系统 一个很好的东东噢。-WindowsCE embedded operating system a good Dongdong Oh.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1634902
    • 提供者:clong320
  1. Linux--sy--jingchengtongxin

    0下载:
  2. 进程间通信的实验代码,是操作系统实验中的代码-Interprocess communication experiment code, is the operating system code experiment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8020
    • 提供者:zuodanqing
  1. duanye

    0下载:
  2. 段页式虚拟存储管理的地址转换程序,操作系统的课程设计,使用C++的控制台程序,结构化的.-Paragraph on page virtual storage management addresses the conversion process, the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:15245
    • 提供者:xuekunlun
  1. uCOS-II

    0下载:
  2. 各个实例显示嵌入式实时操作系统μC/OS-Ⅱ内核的任务管理和调度、系统时钟和节拍服务、时间管理、中断、任务的通信和同步、内存的简单管理原理,适合初学者入门-All examples of embedded real-time operating system μC/OS- Ⅱ core task management and scheduling, the system clock and the tempo of service, time management, interruption,
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:3052038
    • 提供者:水月
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com