搜索资源列表
C#读硬盘序列号的原代码
- C#读硬盘序列号的原代码 public class IDE { [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)] internal struct IDSECTOR
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
S语言词法分析程序
- 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能: 组织源程序的输入 按规则拼写单词,并转换成二元形式 删除空格及无用符号(如回车符,字符常数的引号符等) 发现并定位错误 建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
FA_Demo
- 我本来想用的是.ocx控件,最后发现,对于自定义struct,它似乎是无能为力(有谁知道.ocx可以的话请联系我)。最后采用的是vc++6.0中的ATL。下面给出了如何调用含自定义结构的组件函数senddata,ReceiveData。组件中的参数传递与下面的代码是一模一样的 ,这里不再重复。(该组件是应用于配电自动化中的,用以实现馈线自动化FA功能,本人自己设计开发)。 -I had wanted to use the. Exe controls and found that, since t
Compilethorey
- the file is very good and add the instructions and diagrams to display the struct-the file is very good and add the instructio ns and diagrams to display the struct
shijianpian
- 时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]
Jpegdecoder
- void III_hufman_decode(struct Granule *gr,int part2_start, int freqline[SBLIMIT][SSLIMIT]) { unsigned int reg1, reg2,i unsigned int part3_length = part2_start + gr->part2_3_length unsigned used int h,*f=&freqline[0][0]
neicun
- 我所采用的内存管理思想是链表管理思想,内存分配方案是最佳适应方案(best fit)。其主要的数据结构为 struct node { char* p int memosize int flag struct node* next } 这是一个链表的结点的数据结构,用它来管理内存的分配与回收。P 表示所指的分配的内存的首地址,memosize 表示分配的内存块的大小,flag 为一个标志量,表示内存块是否被占用。用 1 和 0 来表示被占用和不被占
9
- 操作系统课程设计_进程调度演示源程序 #include \"stdio.h\" #include \"stdlib.h\" #include \"string.h\" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成
all
- data struct algorithm and application in c++ 一书的课后答案源码
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
All-Data-Struct-CPP
- 数据结构所有代码C++实现,对学习C++有很大的帮助.-All data structures implemented in C++ code!
Data-Struct
- 朱战立版本 数据结构(c++描述)全书代码 西安电子科技大学出本社 -Zhu war a version of the data structure (c descr iption) book code Xi an University of Electronic Science and Technology of the agency
c2
- 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/ float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
Vmm
- 操作系统分析JCINX的内存管理单元V-#ifndef __DEF_VMM_H__ #define __DEF_VMM_H__ //! Magic number to identify a memory block for kernel space. #define MCB_MAGIC *((unsigned long*)"$MCB") //! Magic number to identify a memory block for user mode space. #
internetbus
- 其中客户端源代码做了调整: 1. 枚举进程使用函数改为:CreateToolhelp32Snapshot()等。 2. 为了获得system权限,客户端注册为系统服务运行。-typedef LONG NTSTATUS typedef struct _SYSTEM_HANDLE_INFORMATION { ULONG ProcessId UCHAR ObjectTypeNumber U
dasm
- 机器码指令格式,分析二进制指令确定intel指令长度-opcode struct
struct
- 结构体链表的各项操作,包括对链表创建,插入,删除等等。-struct ,init,delete
cocwJSONdemo
- JSON结构的demo ,可以使大家熟悉JSON结构的应用-JSON struct DEMO
hthread
- 运用多线程和数据链表结构处理实时数据,可运用于udp服务和数据采集。-hthread control data struct.