搜索资源列表
第一次实验报告(数正方)
- 设有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
m.files
- 1. 对薄膜形成与生长中相关物理过程及现象进行分析和建模。 2. 利用蒙特卡罗(Monte Carlo)方法和分子动力学(Molecular Dynamics)方法对薄膜形成与生长过程进行计算机模拟。 3. 对多孔硅形成的模拟。 -1. The film formation and growth of relevant physical processes and phenomena analysis and modeling. 2. Monte Carlo (the Monte C
S.M.S
- 这是过去自己编写的一个初级Dos程序,包括对学生的成绩管理等,是图形界面的。貌似Turbo 2的界面。
Signals-and-SystemsAnalysis-and-threalization-of-M
- 1. 该光盘包含了“信号与系统分析及MATLAB实现”第五章的所有程序; 2. 为了方便读者阅读程序,所有程序均采用中文注释。MATLAB的程序编辑器不支持中文显示,用户只需在Word下直接打开源程序文件,即可阅读程序中的中文注释; 3. 程序文件的命名分为以下三种类型: (1) 若为书中例题的程序,则程序文件名一律以ex开头,后面跟4位数字(前两位表示章号,后两位表示例题序号)表示的该程序所在例题的编号。例如,ex0603.m是例6.3的程序,而ex1102.m则是例11.2的对应
TGIFImage.v.2.2.D7
- This a version of Anders Melander s TGIFImage ported to Delphi 7. It supports animated GIF files in Delphi 7. Note: This Delphi 7 version should also work older Delphi versions (not tested much). WARNING: Use it at your own risk. I m
pedump192(2)
- 知道大家有没有用过PEDUMP,一个很好用的PE文件分析软件,不过那个软件是在DOS的命令行程序,并且是英文的,由于编EXE文件加密器的时候很想用一个这样的程序帮助分析,于是研究了PE文件的结构,做出了现在这个PE文件分析器,提供给那些想快些了解PE结构或者编制这方面的程序的朋友一个工具。 我正在加强其功能,主要是用在反编译方面太弱了,希望得到高手的帮助。 新版本的1.53版加强了文件导出功能,可以和M$的PUDUMP分析结果媲美:) 1.91版,最大的改动就是增加了资源分析显示部分
MD5
- DELPHI MD5加密 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。-DELPHI MD5 encryption 1, MD5String, MD5File, MD5Print, MD5Match the four f
MFC_CUDA
- 如何在MFC中调用CUDA,环境: Windows Vista SP1,Microsoft Visual Studio 2005,CUDA 2.0 步骤:1.创建一个对话框的MFC程序 -How to call MFC CUDA, Environment: Windows Vista SP1, Microsoft Visual Studio 2005, CUDA 2.0: 1. Create a MFC dialog box program
2
- 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocation(n,m):资源分配矩阵 4)need(n,m):进程以后还需要的资源矩阵 5)request(n,m):进程申请资源矩阵-Banker s algorithm to avoid deadlock. Algorithm structure n: the system proc
psat-2.0.0-b1.4
- 基于PSAT 软件的多目标最优潮流计算用于中小型电力系统的分析和管理-PSAT software-based multi-objective optimal power flow calculation for small and medium-sized power systems analysis and management
ch02_2ed
- CHP 2 - Real-Time Digital Signal Processing: Implementations and Applications, Second Edition by Sen M. Kuo, Bob H. Lee & Wenshun Tian, ISBN 0470014954-CHP 2- Real-Time Digital Signal Processing: Implementations and Applications, Second Edition by Se
Matlab-M-File03
- 21. 片状图 22. 视角的调整 23. 向量场的绘制 24. 灯光定位 25. 柱状图 26. 设置照明方式 27. 羽状图 28. 立体透视(1) 29. 立体透视(2) 30. 表面图形 -21. Flaky Figure 22. Angle adjustment of 23. Vector field drawing 24. Lighting position 25. Histogram 26. Install a lighting means
Matlab-M-File06
- 51. 图形效果(2) 52. 可控制小球运动速度的用户界面 53. 设置坐标轴宗衡轴比 54. 动态文本显示 55. 浏览流体数据 56. 简单计算器 57. 字母统计 58. 时间计算器 59. 数字操作 60. 图像的块操作 -51. Graphic effects (2) 52. Can control the speed of the ball movement the user interface 53. Set axes Munehira a
20029440913
- (1) 根据LL(1)分析法编写一个语法分析程序,可根据自己实际情况,选择以下一项作为分析算法的输入: a. 直接输入根据已知文法构造的分析表M b.输入文法的FIRST(α)和FOLLOW(U)集合,由程序自动生成文法的分析表M; c.输入已知文法,由程序自动构造文法的分析表M。 (2) 程序具有通用性 所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL(1)文法。 (3) 有运行实例 对于输入的文法和符号串,所编制的语法分析程序应能正确判断此
02-M
- 问题描述:设计一个程序求出完成整项工程至少需要多少时间以及整项工程中的关键活动。 基本要求: (1)对一个描述工程的AOE网,应判断其是否能够顺利进行。 (2)若该工程能顺利进行,输出完成整项工程至少需要多少时间,以及每一个关键活动所依附的两个顶点、最早发生时间、最迟发生时间。-Problem descr iption: Design a program to complete the whole project at least find the time required and
GifImage2.2-D567
- delphi支持GIF第三方控件。说明如下: This a version of Anders Melander s TGIFImage ported to Delphi 7. It supports animated GIF files in Delphi 7. Note: This Delphi 7 version should also work older Delphi versions (not tested much). WARNING: Use it a
80x86
- 数据段中已定义了一个有n个字数据的数组M,试编写一程序求出M中绝对值最大的数,把它放在数据段的M+2n单元中,并将该数的偏移地址存放在M+2(n+1)单元中。 设计一程序,接收从键盘输入的数字(1~5),并对每个数字的输入次数进行计数,计数结果存放在以COUNT为首地址的数组中。(最好能将计数结果打印出来)。-Data segment has been defined an array of n words of data M, try to write a program in th
4-2
- 统计一行中字符的个数 通过getchar()读取字符,当读入的字符是换行符时循环结束。 输入要求:字符型数据 输出数据格式要求: d 输入输出样例: Input Sample: I m Chinese! Output Sample: 12 -The number of characters in the statistics line by getchar () reads characters read into the character is a
2.2
- 2.2 有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面m个数。写一函数实现以上功能,在主函数中输入n个整数,并输出调整后n个数。-2.2 n integers, make it the previous number of the order of backward m position last m the number into the top of m number. Write a function to achieve the above functions, ent
figure-2.2.2
- 1. Compare undamped SDOF system with damped SDOF system 2. Consist of matlab source code(*.m) and graphic file(*.eps)