-
m-files
Use prec=0.01 or prec=0.005 for larger image
with better resolution (and longer runtime...)
- 2014-12-19 08:56:57下载
- 积分:1
-
BTC
wimax802.16e中的BTC编码仿真程序(WiMAX 802.16e in the BTC coding simulation program)
- 2020-11-06 11:29:50下载
- 积分:1
-
raw2bmp
读取RAW格式文件,将其转换为BMP格式文件并存储,主要实现灰度图像的转换(Read the RAW format, convert it to BMP format file and stored, mainly to achieve the conversion of grayscale images)
- 2011-11-08 10:36:16下载
- 积分:1
-
linuxC网络编程
/* 使用UDP 创建一个服务器:client 和 server各一个进程
1)UDP服务器,可以接受各路发来的信息, 收到消息之后, 添加确认字符(ack)发回给对应用户
如 client1发送helloworld给服务器
服务器收到后,返回 getMsgACK:helloworld
2)client1会记录自己发出的所有信息,并确认服务器是否收到了 ,
也就是client1同时接收服务器发来的消息,对消息进行分析getMsgACK: (strtok)
确认服务器收到后, 把信息从发出链表中删除;
3) 如果消息链表有内容,每隔1秒提示是否重发该消息 alarm()
*/
- 2022-12-25 01:10:02下载
- 积分:1
-
shanks
求离散对数的shanks算法,要求如下:
实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下:
1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试);
2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) );
3)采用一种好的排序算法对 L1、L2 排序;
4)采用概率算法(如Miller Rabin算法)自动生成素数 p,采用本原元的充要条件自动生成 a;(Discrete number of shanks on demand algorithm, the following: calculation of Zp calculated to achieve the discrete logarithm Shanks algorithm, the basic requirements are as follows: 1) p is a small prime number (less than 32 bit), a is a primitive element. Process input (p, a, b), output logab (mod p) (can use log3525 (mod 809) so as a test) 2) The fast mode index algorithm to solve the power (such as the am), using extended Euclidean Reed inverse algorithm (such as ai (mod p)) 3) use a good sorting algorithm on the L1, L2 sort 4) using probabilistic algorithms (such as the Miller Rabin algorithm) automatically primes p, using primitive element automatically generate the necessary and sufficient conditions a )
- 2010-05-26 11:30:38下载
- 积分:1
-
line2
三种直线扫面算法,集合在一个程序之中,通过控制台输入,确定所需要的具体算法。(maybe you can use it,lines need your attetion.)
- 2014-12-25 15:23:32下载
- 积分:1
-
Sams---CPP-Primer-Plus--4th-Edition
C++ Primer Plus, Fourth Edition presents the ANSI C++ standard beginning with a discussion of the essential elements of C++ programming: loops, expressions, functions, and classes. It walks readers through the basics of object-oriented programming: classes, inheritance, templates, and exceptions, as well as the latest object-oriented programming techniques. C++ Primer Plus contains hundreds of sample programs. The friendly tone, concise programs, and end-of-chapter review exercises allow beginners to write their own programs immediately.
- 2014-02-18 10:53:03下载
- 积分:1
-
Grid-Point-Code
网格点代码是一个从地理坐标中生成代码,用来作为邮政编码来定位一个位置的库。(Grid Point Code is a Library to generate code from Geographical Coordinates to be used as Postal Code to pinpoint a location)
- 2017-09-01 10:22:23下载
- 积分:1
-
dragon-front-source
编译原理 龙书,内容非常不错,适合学习,大家尽管下载(Compilation Principle long book, very good fit study, even though everyone download)
- 2009-03-11 20:30:21下载
- 积分:1
-
jisuanqishijianxianshi
基于FPGA编写一个时间显示,计数功能,年月显示的程序,(FPGA-based preparation of a time display, counting, years show program,)
- 2011-08-30 16:00:48下载
- 积分:1