搜索资源列表
计算机—2004级—3班—04100138—韩磊—约瑟夫环
- 本程序是大学本科计算机专业的《数据结构》中的上机操作实验之一。-this program is a college computer professional "data structure" to operate on the experimental one.
第一次实验报告(数正方)
- 设有n*m个方格的棋盘(1<=m,n<=100),求出该棋盘中包含多少个正方形、多少个长方形(不包括正方形)。 例如:当n=3,m=2 时 正方形的个数有8个;即边长为1的正方形有6个;边长为2的正方形有2个。 -with n * m box at the chessboard (1LT; = M, 4; = 100), obtained the chessboard includes the number of square, the number of rect
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根的权值为左右子树根的权值的和。3)F中删去这两棵树,加上新得
3-3
- 4位七段显示、3x3键扫实验 希望能有用,已经测试过的-four paragraph 107, 3x3 bond So useful experiments hope to have tested the
geekos-0.3.0
- geekos 0.3.0简单的操作系统,含7项实验。
3
- 三步法快速搜索算法,以352×288、8比特/象素的序列图像为实验对象, 显示得到的预测误差图像DFD,统计DFD的分布。
实验3 汇编语言程序设计(3)
- 我们最近做的实验-our recent experiments
信息论实验
- 这是我做的信息论的3实验程序 (1、l-d编码 2、哈夫曼编码 3、维吉尼亚密码)-This my information, so the three experiments (1, l-d code 2, 3 Huffman coding, Virginia password)
实验3
- 一个对程序进行分析的程序,实现了一些统计的功能,还有判断函数的嵌套的功能,欢迎使用-one pair of procedures for the analysis of procedures to achieve some of the statistics, but also a function of judgment nested functions, welcomed the use of
EDAshiyan.rar
- EDA实验3个经典程序及图形仿真文件和实验报告,对实验参考绝对有益处.,EDA experimental three classical procedures and graphical simulation and experimental paper that reports on the experiment are likely to benefit from the absolute reference.
DXSXSY_XT_CH2-3
- 大学数学实验-清华-第2章第3章习题程序-Mathematics Experiment- Tsinghua University- Chapter 2 Chapter 3 Exercise Program
3
- 汇编字符图形程序。汇编语言程序设计实验教程实验3.3-Compilation of character graphics program. Assembly Language Programming Tutorial Experiment 3.3 Experiment
3
- 北理工操作系统课程设计实验3 生产者消费者实验的源码及实验报告-North Polytechnic courses on operating system design Experiment 3 of producers and consumers experiment source code and experimental reports
3.tar
- 哈工大操作系统实验3 进程运行轨迹的跟踪与统计-HIT experimental operating system process running track tracking and statistics
ALIENTEK-MINISTM32-3
- ALIENTEK MINISTM32 实验3 串口实验,用单片机来完成简单的串口实验。-The experiment 3 serial experiments, ALIENTEK MINISTM32 microcontroller to complete a simple serial experiment.
3
- 北理工汇编语言上机实验3 显示一个消息框,含标题与正文-North Polytechnic Experiment 3, the assembly language machine displays a message box with the title and text
3
- 北理工汇编语言上机实验3 计算result=m*(n –x)的值-Machine Experiment 3 calculated result = m* (n-x) the value of the Northern Polytechnic assembly language
操作系统实验2
- 1)管道通信 1.父进程创建管道和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向管道写入一条消息“ok",目的是通知进程p2可以读取文件内容了。 3.子进程p2通过管道读取消息,如果消息是“ok”,则打开文件,读取文件内容,并将其输出到屏幕上,关闭文件. (2)消息队列 1.父进程创建消息队列和两个子进程p1和p2 2.子进程p1打开给定文件(如果没有,则创建文件),并向文件中写数据,写完关闭文件,然后向消息
单片机汇编:RS232串口实验
- 1.发送数据; 2.返回接收到的数据; 3.数码管显示接收到的HEX数据.(Assembler of RS232 serial port experiment)
单片机汇编:LED灯控制实验
- 1 .LED闪烁 2 .二进制加法 3 .LED流水灯 4. 跑马灯 5. 左右跑马灯(The assembly program of the LED lamp control experiment)