CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - simulation of c

搜索资源列表

  1. Simulate_Process_Scheduling_Implement_by_C

    0下载:
  2. 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:丘方
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:丘方
  1. Back_Simulation

    0下载:
  2. 《数据结构》清华大学的,蓝皮(c语言篇)65页 模拟银行业务,计算客户平均逗留时间-"data structure," Tsinghua University, the Blue Paper (c Language) 65 simulation banking, calculate the average length of stay customers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:Bittern
  1. mmm2

    0下载:
  2. 用C++语言来实现,堆栈实现模拟表达式求解-C language to achieve, Stack for the simulation of expression
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.13kb
    • 提供者:xm
  1. 银行业务模拟

    0下载:
  2. 数据结构课程设计,一个简单的银行业务模拟.在c++环境下调试通过.-data structure curriculum design, a simple simulation of the banking business. C in the environment through debugging.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.06kb
    • 提供者:程耕中
  1. car

    0下载:
  2. 停车场管理系统 c语言实现 停车场拥有M个车位和一条进入停车场的便道,便道上最多停放N辆汽车。汽车要想进入车位,首先进入便道等候。若有空闲车位,则停车入位,否则在便道继续等候,直至有车位空出。若便道已经停满等候的汽车,后到达的汽车只能离开,选择其他停车场。设计一个停车场管理系统,模拟停车场的运作,并统计停车场的收入。-Parking Management System with M c language parking spaces and a sidewalk into the park
  3. 所属分类:数据结构常用算法

    • 发布日期:2011-12-13
    • 文件大小:2.27kb
    • 提供者:testsb
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12.47kb
    • 提供者:guanjun
  1. molitingchechang

    0下载:
  2. c语言实现的模拟停车场管理(数据结构课程设计)-Simulation of car park management (the data structure the curriculum design)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:白鑫
  1. Airport_Simulation

    1下载:
  2. 飞机场模拟的C++源代码 《数据结构与程序设计》里对飞机场模拟的完整c++源代码,能运行。-Airport simulation C++ source code for " data structures and program design," where a complete simulation of the airport c++ source code, can run.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.04mb
    • 提供者:howlong
  1. C8

    0下载:
  2. 用C代码模拟操作系统的进程调度,其中用到图形库-With C code simulation of the operating system process scheduling, which uses graphics library
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.99kb
    • 提供者:abc135790
  1. ATM

    0下载:
  2. 用C++编程,模拟ATM取款机的基本功能-Using C++ programming, simulation of the basic functions of ATM cash machines
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2.28kb
    • 提供者:翟志伟
  1. wenjiansystem

    0下载:
  2. 多向链表实现的文件系统模拟,利用C语言完成-More to the list of file system to achieve simulation, using C language to complete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7.59kb
    • 提供者:dangai
  1. FluidosVF

    0下载:
  2. SPH 2D in visual c++ for simulation of fluids
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:559.62kb
    • 提供者:Himi
  1. Heap_Sort

    0下载:
  2. 堆排序的算法模拟。使用C++模拟实现堆排序算法。使用大顶堆,在数组中操作-Simulation of heap sort algorithm. Achieved using the C++ simulation of heap sort algorithm. The top of the heap using large, operate in the array
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:234.53kb
    • 提供者:lly
  1. cordic-fixed-point-c-vc6.0-

    0下载:
  2. cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.25kb
    • 提供者:baijingdong
  1. FDTDc

    0下载:
  2. FDTD模拟一维TM传播,源代码为c语言。。,-FDTD simulation of one-dimensional TM spread, the source code for the c language. . And
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:956byte
    • 提供者:木阮清
  1. Huffman-encoding

    0下载:
  2. 哈弗曼编码,解码,仿真通信系统,c语言,二叉树-The Huffman encoding, decoding, simulation of communication systems, c language, binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:2.27kb
    • 提供者:木子清
  1. The-file-system-simulation

    0下载:
  2. 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.46kb
    • 提供者:Chen
  1. data-structure-and-algorithm-

    0下载:
  2. 数据结构与算法,详细并全面的介绍了数据结构,并进行算法仿真,利用C++编写代码,充分实现栈、链表、队列、递归、图、遍历等-Data Structures and Algorithms, detailed and comprehensive introduction to the data structure and algorithm simulation, the use of C++ code, the full realization of stacks, linked lists, qu
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.76mb
    • 提供者:刘欣
  1. rebuild(1).C语言课程设计(餐馆)

    0下载:
  2. 高级语言程序设计,餐馆管理系统的模拟……(High level language programming, simulation of restaurant management systems......)
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:1.6mb
    • 提供者:罗琪
« 12 »
搜珍网 www.dssz.com