搜索资源列表
m.xpm
- 用于grub的一机画面. 修改 /boot/grub/grub.conf splashimage=(hd0,1)/boot/grub/m.xpm.gz-for grub in a plane screen. Amend / boot / grub / grub.conf sp lashimage = (hd0, a) / boot / grub / m.xpm.gz
fenshutongji
- 该文件是关于运动会分数统计的程序。问题描述: 参加运动会的有n个学校编号为1-----n。比赛分成m个男子项目和w个女子项目,项目编号分别为1---m和m+1---m+w。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;有些项目取前三名,得分顺序为5,3,2。写一个统计程序产生得分报表。 基本要求: 产生总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 测试数据: 对于n=4,m=3,w=2,编号为奇数的项目取前五名,编号为偶数的项目取前三名,设计一组实
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
R-REC-M.1654-0-200306-I!!MSW-E
- RECOMMENDATION ITU-R M.1654* A methodology to assess interference from broadcasting-satellite service (sound) into terrestrial IMT-2000 systems intending to use the band 2 630-2 655 MHz
fingerprint
- 这是matlab从runlenth code 中译码 并指纹提取的源码 一个m文件 三张 指纹图像文件-This is runlenth code in matlab from the decoding and extracting the source fingerprint of a document m 3 fingerprint image files
sport
- 问题描述:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-failed to translate
write
- 该程序是在linux下执行,首先创建一个文件,然后对此文件进行读写操作。接着,写入“Hello,I m writing to this file!”,此时文件指针位于文件尾部。接着再使用lseek函数将文件指针移到文件开始处,并读出10个字节并将其打印出来。-The program is run under linux, first of all to create a document, and then read and write operations on this file. Then
work
- 该程序用M文件写成,用来仿真风力机特性,对于风能的最大追踪用很大的帮助-M file with the program written for the simulation of wind turbine characteristics, the wind with the greatest of great help to track
cameral
- 具体包括了 使用的是普通的电脑摄像头,因为是用m语言写的,所以兼容各个版本。 原创地址(我在ilovematlab发了帖子了,下载人很多,所以在这里也发出来,给大家共享): http://www.ilovematlab.cn/viewthread.php?tid=38743&highlight= 包含内容: 摄像头的预览和抓图 摄像头图片的保存 定时器的应用 m文件建立gui控件。 方便初学者学习。-Specifically includes the use
paiduilun
- M/M/m/(∞,∞)延迟系统,两个优先级,称为高级和低级,用户到达流是possion流,且相互独立,速率分别是λ1和λ2,服务时间为参数为μ1和μ2的负指数分布,相互独立。-With a priority level and interrupt the mechanisms of Queuing Theory Simulation
200601220942288253
- ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算 a = g^k ( mod p )
ProRUN
- programming tool same Run in Windows. M.M.Abutayeh
lms
- lms.m 均衡算法 用lms算法实现的 C语言编译-lms.m Equalization Algorithm with lms
batman-0.3.2.tar
- C语言 B.A.T.M.A.N.无线Mesh网络路由协议源码.供小型嵌入式Linux系统加载-demo of B.A.T.M.A.N. routing protocol for Wireless Mesh Networking
1008
- Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
7.26
- m个学生做一圈,从第一个开始数到n个学生退出,从n+1个学生继续,直到只剩下一个学生打印结果-m a student to do a circle, start counting from the first exit to the n students, students from the n+1 continues until only one student print the results
rc-alink-dtu-m
- A-Link DTU(m) remote controller keytable
-M-sequence-pseudo-random
- 建模与辨识基础实验 产生M序列伪随机信号的程序-Modeling and identification from basic experimental procedures of M-sequence pseudo-random signal
sport
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1~m,女子m+1~m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些项目取前五名或前三名由学生自己设定。(m<=20,n<=20)-There are n number of schools participating in the Games, the school No. 1 ...... n. Competition
rc-alink-dtu-m
- A-Link DTU(m) remote controller keytable.