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

搜索资源列表

  1. c 模拟进程管理

    0下载:
  2. 模拟进程管理,是针对操作系统这门课程而开发的一个小程序-simulation process management, which is to the operating system and development course of a small program
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:望军
  1. CRC_matlab.CRC校验的Matlab仿真

    5下载:
  2. CRC校验的Matlab仿真,也可以认为是二进制除法。,CRC checksum of the Matlab simulation, it can be regarded as a binary division.
  3. 所属分类:加密解密

    • 发布日期:2015-04-02
    • 文件大小:2.35kb
    • 提供者:neimty
  1. multivac-fire

    0下载:
  2. 用于火灾蔓延数学模拟的LINUX平台下的C/C++代码-Mathematical simulation of fire spread for the LINUX platform C/C++ Code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2.3mb
    • 提供者:阳云
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:44.85kb
    • 提供者:dxh
  1. main

    1下载:
  2. 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:274.2kb
    • 提供者:马文斌
  1. ram

    0下载:
  2. C语言,模拟内存的动态分配和回收,仅供参考。-C language, simulation of dynamic memory allocation and recovery, is for reference only.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1.32kb
    • 提供者:徐凯
  1. wyjcgd

    0下载:
  2. 进程管道通信,用C语言模拟LINUX操作系统中父进程与子进程的通信管道。-The process of communication channels, using C language simulation of LINUX operating system in the parent process and the sub-process communication channels.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:619byte
    • 提供者:love暖色
  1. wynczh

    0下载:
  2. 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.5kb
    • 提供者:love暖色
  1. wyPRODUCER

    0下载:
  2. 生产者消费者 用C语言模拟LINUX操作系统的生产者和消费者同步互斥的操作-Producer consumer LINUX operating system, C language simulation of producers and consumers mutex synchronization operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1.99kb
    • 提供者:love暖色
  1. KeySound

    0下载:
  2. 模拟敲击键盘报语音的C++程序源代码,敲击键盘上的任意键,就会报出该键的声音,是一个键盘钩子程序,很不错。-Simulation of voice at the keyboard of the C++ program source code, hit any key on the keyboard will be reported to the voice of the keys is a keyboard hook procedure, is pretty good.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:453.18kb
    • 提供者:149
  1. aodv

    0下载:
  2. 基于NS2仿真的AODV协议脚本文件. NS2(Network Simulation Version 2)是一种功能强大的网络模拟仿真器,它是用C++和OTCL两种语言完成的。C++语言编写协议执行模块,OTCL语言编写模拟任务。NS2主要针对有线局域网、无线局域网、Ad Hoc网络、卫星通信网、路由选择协议、组播路由协议等进行网络模拟仿真。 -NS2-based simulation of AODV protocol scr ipt file. NS2 (Network Simulatio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:750byte
    • 提供者:Johnny
  1. socket

    0下载:
  2. 在Unix里面的模拟一个客户服务器模式的程序,很好的模拟了C/S模式-In the Unix inside a client-server model simulation program, a good simulation of the C/S mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:56.91kb
    • 提供者:石婷
  1. venging

    0下载:
  2. 用c++编写的模拟超市的自动售货机,实现其大部分功能。-Written by c++ simulation of supermarket vending machines, to achieve most of its functions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:6.61kb
    • 提供者:lys
  1. pingcode

    0下载:
  2. linux c编程实例,对ping命令的功能模拟实现-linux c programming examples, functional simulation of the ping command to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3.49kb
    • 提供者:黄龙
  1. chuzucheguanlixitong

    0下载:
  2. 用C++开发的模拟出租车管理的系统软件,可以用作计算机类本科生的课程设计或者毕业设计-Developed using C++ simulation of the taxi management system software, can be used as a computer class undergraduate or graduate design course design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:552.73kb
    • 提供者:左手无名指
  1. jc

    1下载:
  2. 用C语言 进程调度算法的模拟实现 优先级进程调度算法 先来先服务进程调度算法-Simulation of the process scheduling algorithm to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:169.47kb
    • 提供者:jiangxin
  1. Dol

    0下载:
  2. 基于Visual C++和L系统的自然景物模拟-Visual C++ and based on L-system simulation of the natural landscape
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:50.25kb
    • 提供者:
  1. Example041

    0下载:
  2. 基于Visual C++和L系统的自然景物模拟的程序源码,感兴趣的可以参考下-Visual C++ and based on L-system simulation of natural features of the program source code, can refer interested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:39.95kb
    • 提供者:胡小丽
  1. Example061

    0下载:
  2. Visual C++与MATLAB的数字基带传输系统仿真的实现-Visual C++ and MATLAB simulation of digital baseband transmission system to achieve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:8.57kb
    • 提供者:
  1. SLEUTH3.0beta_p01_linux

    1下载:
  2. SLEUTH模型一种模拟城市扩张以及土地利用变化的模型,属于CA模型的一种(The SLEUTH model -- a simulation of city expansion and land use change model.It is a kind of CA model.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2019-07-11
    • 文件大小:778kb
    • 提供者:豆包啦哦
« 12 3 »
搜珍网 www.dssz.com