51單片機(jī)C語(yǔ)言多種點(diǎn)陣屏驅(qū)動(dòng)程序(開發(fā)軟件為keil C ---8字點(diǎn)陣屏左移程序,64_16點(diǎn)陣屏驅(qū)動(dòng)程序,上移顯示程序,左移顯示程序)51 monolithic integrated circuit C language many kinds of Lattice screen driver (develops the software is keil C ---8 character Lattice screen left shift procedure, the 64_16 Lattice screen driver, uppers shift the display sequence, the left shift display sequence
This MATLAB M-file implements the finite-difference time-domain solution of Maxwell s curl equations over a one-dimensional space Lattice comprised of uniform grid cells.
密碼學(xué)界牛人Victor Shoup用C++編寫數(shù)論類庫(kù)。
NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic.
NTL provides high quality implementations of state-of-the-art algorithms for:
* arbitrary length integer arithmetic and arbitrary precision floating point arithmetic
* polynomial arithmetic over the integers and finite fields including basic arithmetic, polynomial factorization, irreducibility testing, computation of minimal polynomials, traces, norms, and more
* Lattice basis reduction, including very robust and fast implementations of Schnorr-Euchner, block Korkin-Zolotarev reduction, and the new Schnorr-Horner pruning heuristic for block Korkin-Zolotarev
* basic linear algebra over the integers, finite fields, and arbitrary precision floating point numbers.
anb 版的LBM程序 This code was written to show beginners in a simple and
c short way the relevant procedures of a Lattice Boltzmann solver,
c pointing on how everything works "in principle". Nearly all
c procedures could be implemented other (and better) as it is done
c here, and even the algorithms used here could be changed to
c save memory and increase performance. But the code works correct,
c and we hope it will be good starting point for the first steps
c in the Lattice Boltzmann field. Good luck !