-
99273884tv_denoising
This source is way about total variation by matlab
- 2010-03-27 16:24:26下载
- 积分:1
-
bao
多级反馈队列进程调度算法
1. 实验目的:
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。
2. 实验内容:
编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法.
实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。
(The process of multi-level feedback queue scheduling algorithm 1. Experimental Objective: To use advanced language writing and debugging a process scheduler in order to deepen their understanding of the concept of the process and understanding the process of scheduling algorithm. 2. Experimental contents: the preparation of a simulated procedure, single-processor systems to complete the process of scheduling, the use of multi-level feedback queue scheduling algorithm Round-Robin Time Slice. Experiments include: First of all, the process control block to determine the content, process control block of the composition determine the relevant parameters (such as the process of the number of arrival time, service time, time slice size, etc.) and then complete the process of creating the original language, the process of scheduling the original language and the process of revocation of the original language the final preparation of the main function of the machine and obtain the results of)
- 2009-05-06 22:58:08下载
- 积分:1
-
3DEDITOR
是一个比3DSLOADER更好的MFC和opengl编程的3d系统.可以读入多个object(模型).包括很多,场景变换,材质,颜色,光照,等.也包括对三维物体的拾取(is a better than 3DSLOADER MFC and opengl 3d programming system. More can be read into the object (model). Including many scenes transform, material, color, light, etc. Also included on the three-dimensional objects picked up )
- 2005-06-09 12:02:17下载
- 积分:1
-
BPSK_Done
基于的BPSK的matlab,完整的程序,有能相关的说明和注释,有需要的朋友下载吧~(Based on the matlab BPSK, complete program and relevant instruction and comments, the need to download friends ~)
- 2011-11-15 13:26:12下载
- 积分:1
-
HPLYBWP574
经济算法,值得一看,排序,希望对您有所帮助(Economic algorithm, worth a look, sort, hope to help you)
- 2018-11-22 00:37:33下载
- 积分:1
-
MFC
深入浅出mfc,介绍了MFC框架的基本技术,对于有一定MFC编程经验的人很有帮助,能更好的理解KFC框架(Introduce the MFC S basic techniques.it will help a lot for the people who have the experience of programming with the MFC.)
- 2012-05-07 23:08:20下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
CPP
这里面是很多的 C++的经典编程代码 看看这些代码 您就可以发现自己编程的漏洞 养成良好的编程习惯(The book is a The classic C++code help you keep a good habbit)
- 2011-10-26 10:28:27下载
- 积分:1
-
edger12dlocalbasis
通过C++头文件实现的有限元形状函数计算程序(finite element shape function)
- 2012-11-15 15:02:29下载
- 积分:1
-
TCPIPclient
基于MFC的TCP/IP socket编程,一个客户端程序,适合初学者学习,开发平台vs2015(TCP/IP SOCKRT programing based on MFC,A client program ,very good for first learner
the develop platform is vs2015)
- 2016-09-23 13:01:14下载
- 积分:1