CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - BLOCKS

搜索资源列表

  1. A-Discrete-Matlab-Simulink-Flickermeter-Model-for

    1下载:
  2. A discrete model of the IEC 61000-4-15 flickermeter is developed for use with the Matlab–Simulink simulation software package. The discrete model is a faithful reproduction of a flickermeter defined by the IEC Standard it duplicates the func
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2014-02-12
    • 文件大小:332.14kb
    • 提供者:mahesh
  1. blocks

    0下载:
  2. 控制台版的俄罗斯方块程序,开发环境是vc6.0,效果非常棒~-A Russian-blocks program based on console programming, developed in the VC++6.0, with a fantastic performance~
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.15mb
    • 提供者:ddgysx
  1. eluosifangkui

    0下载:
  2. 简单的俄罗斯方块的实现,在命令行程序中使用了多线程和定时器来实现方块下落。-Simple implementation of Tetris, at the command line program implemented using multithreading and timer blocks falling in.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:42.8kb
    • 提供者:Jay
  1. wenjian

    0下载:
  2. 建立内存文件系统 在内存中建立一个虚拟磁盘; 建立文件系统; 设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块; 设计相应的目录结构,文件控制块等来管理系统中的文件; 实现文件的创建,删除,移位和改名; 设计可视化界面,显示已分配和未分配的磁盘空间; 实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。 -The establishment of the memory file system in memory to create a virtual d
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:3.99kb
    • 提供者:macintosh
  1. bfBufferTest

    0下载:
  2. miniSQL buffer manager 以block (4k)为基础的从disk到main memory的buffer,CPP,全自动的,高度封装,无需其他模块帮助,即已经实现dirty,LRU 替换等功能-miniSQL buffer manager based on blocks which is 4k size, in cpp, high ziped, need no assistance from other module to implement the LRU replacem
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:2.55mb
    • 提供者:chen
  1. PageMemManager

    0下载:
  2. 内存被划分成256块(页),用32位字长的字存放位示图表示其内存分配情况,为0的位表示该块尚未分配,为1的位表示该块已分配? 实习检查: 1、运行程序,由运行者给出文件名,该文件中存有内存目前状况的位示图的数据(0和1的文件)。(程序应做提示,界面友好)。 2、程序应读入数据,存放在相应的数据结构中。 3、显示友好的用户界面,由运行者输入内存申请(总块数)。 4、根据申请和位示图状态,为用户分配内存,并建立页表。 5、根据用户释放作业,同时释放其所占用的空
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.68mb
    • 提供者:Quantity
  1. COMS

    0下载:
  2. 读写电脑CMOS 区块256个BYTE资料 DOS下用TC编写 通过读 CMOS资料 可以 得到 系统 时间 硬盘大小 内存大小 开机选项等等 -To read and write the computer CMOS blocks 256 BYTE information under DOS with TC write system time hard disk size of the memory size of the boot options can be
  3. 所属分类:Console

    • 发布日期:2017-11-03
    • 文件大小:1.37kb
    • 提供者:杜帆
  1. Memory-allocation-simulation

    0下载:
  2. 1.模拟操作系统动态内存分配。 2.对内存合理回收与分配算法。 3.寻找内存块,合并内存 4.模拟各种内存分配算法-1 simulation operating system dynamic memory allocation. (2) a reasonable recovery and the memory allocation algorithms. 3 Look for memory blocks, merging memory 4. Simulate various memo
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:2.22kb
    • 提供者:fei
  1. CPP-Matrix

    0下载:
  2. 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:20.4kb
    • 提供者:vicky
  1. library-management-system-project-in-c

    0下载:
  2. Mini Project in C Library Management System. This mini project in C Library Management System is a console application without graphic developed using the C programming language. It is compiled in Code::Blocks with the gcc compiler. In this, you
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:16.83kb
    • 提供者:
  1. tic-tac-toe

    0下载:
  2. Mini Project in C Tic Tac Toe Game. You have probably played the Tic-Tac-Toe game to pass time during school hours. It’s fun when you play with paper and pencil. Here, we have developed a console application without graphic for this game as a mi
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:10.25kb
    • 提供者:
  1. quiz-game

    0下载:
  2. Quiz Game Mini Project in C. This is a complete and error-free Quiz Game Mini Project in C designed as a simple console application. In this project, a number of questions are asked, and the user is awarded cash prize for each correct answer giv
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:16.11kb
    • 提供者:
  1. personal-dairy-management

    0下载:
  2. Mini Project in C Personal Diary Management System. One of the best C mini projects, mini project in C Personal Diary Management System is a console application without graphic. In this project, user can keep their personal record like they do i
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:14.31kb
    • 提供者:
  1. Typing-Tutor-Project-in-C

    0下载:
  2. Typing Tutor Project in C. Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:49.3kb
    • 提供者:
  1. blo

    0下载:
  2. This codes helps to segment image into blocks.
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3.29kb
    • 提供者:Tilu kumar
  1. money-and-banana

    0下载:
  2. DP问题 你的任务是编写一个程序,确定最高的塔猴子可以用一组给定块的建设的高度。-Your job is to write a program that determines the height of the tallest tower the monkey can build with a given set of blocks.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:593byte
    • 提供者:yourunze
  1. HelloWorld

    0下载:
  2. A basic hello world program written in code blocks for absolute beginners
  3. 所属分类:Console

  1. frmmain

    0下载:
  2. 上海交大版计算机联锁仿真系统,系统主函数的代码,还有几个块,需要的联系- 上海交大版计算机联锁仿真系统,系统主函数的代码,还有几个块,需要的联系 Shanghai Jiaotong University computer interlocking simulation system, the main function of the system code, there are a few blocks, the need to contact
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:4.42kb
    • 提供者:张红军
搜珍网 www.dssz.com