搜索资源列表
donny_linuxbook
- 这是一本介绍linux各种技巧知识的好书,由一位细心的人总结论坛得来,是各位linux爱好者有力的工具,对老手和初学者都有用处。-This is a good book which introduce a great deal of skill and knowledge about linux,It comes from sum-up forum by a chary person,it is the powerful tool for linux fan and have useful fo
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
jiamizuoye
- 教你如何比较方便地求解一个大数除另外一个整数的余数。-teach you how to solve a convenient addition to a lump sum for another round of the remainder.
commoncommandsofunix
- unix常用命令总结,希望对大家学习unix有所帮助-unix commands to sum up, and I hope to emulate unix help
FPPADD
- 加法器,汇编语言MASM,可实现任意字长的两个数相加,界面友好,使用方便-Adder, the compilation of language Shape, size can achieve the arbitrary sum of the number two, friendly interface and easy to use
simple-nachos
- 一个免费的简单的操作系统。专门安装在一张1.44寸软盘上的操作系统可以实现图形操作界面。这个用汇编语言写成的32位操作系统具有结构清晰、利于编程、快速、稳定的特点。MENUET现在还处于开发当中,只具备一些简单的,比如CD播放器这样的功能。概括起来,它的功能和特点包括:图形化界面,最高支持16位真彩,1280x1024的解析度,真正多任务、多线程,适用于单张1.44MB软盘·提供对C语言的编程支持,全功能窗口系统等,从内核支持中文显示-a simple operating system. Spe
深入理解计算机系统配套Lab4
- 深入理解计算机系统配套Lab4,完全是本人自己制作-Depth understanding of computer systems supporting Lab4, I completely produce their own
qtopia-book
- 本书是一本针对Linux环境下利用C++函数库Qtopia进行嵌入式研发的软件研发人员的入门书。本书融合了笔者在长期的软件研发过程中总结的大量实战经验,以智能移动终端的研发为背景,详细介绍了嵌入式Linux的研发环境和Qtopia的设计架构。本书适用的读者主要为从事嵌入式软件、C/C++等领域的初、中级软件工程师和在校本科生、研究生等。 TrolltechR、Trolltech、QtR、Qt、QtopiaR、Qtopia、SXETM等为Trolltech公司的注册商标,本书涉及的所有代码
SunSolaris
- Introduce for sum system
shutbox-0.4.tar
- Shut the Box is a simple diversion written in C and GTK+. The object is simple: Roll the dice and click the tiles that sum up to that dice roll until there are no more tiles to click. -Shut the Box is a simple diversion written in C and GTK+. The obj
rsa
- 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
rsajiamiyunli
- 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
ccost_up.cpp
- spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
sum
- DLL动态链接的简单使用,初学者容易理解使用-DLL Dynamic Link' s easy to use, easy for beginners to understand the use of
OpenMP_exercise
- 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
decodeLogDomainSimple
- variation in the min sum ldpc decoder in matlab
Sum-score-sequence
- 本代码是LABVIEW的一个分数序列求和,简单明了-This code is a fraction of sequence LABVIEW sum, plain and simple
Arithmetic-Sequence-Sum
- 等差数列求和,输入一个等差数列然后自动求和,简单易用-Sum arithmetic sequence, then enter an arithmetic sequence AutoSum, easy to use
The-sum-of-polynomials
- 多项式相加 数学上使用行列式来解决 可以使用克拉默法则来写-The sum of polynomials
sum
- register unsigned sum Device Driver for linux v2.13.6. -register unsigned sum Device Driver for linux v2.13.6.