Documentación diversa:
Abril 6, 2022.
A library to generate random numbers with an uniform distribution
within the interval [0, 2^16 - 1] using the 2D map.
The idea is taken from the papers:
- L.G. de la Fraga, C. Mancillas-López, E. Tlelo-Cuautle,
Designing an authenticated Hash function with a 2D chaotic map.
Nonlinear Dynamics, Vol. 104, pp. 4569-4580 (2021).
DOI: 10.1007/s11071-021-06491-3- D. Lemire, Fast Random Integer Generation in an Interval,
ACM Transactions on Modeling and Computer Simulation,
29(1), 2019, DOI: 10.1145/3230636.
Jun 7, 2016 Two programs to measure the entropy of a binary sequence: CTW method (in python) and based on histrograms (in C). A test is included using the logistic map. See the readme.txt file.
Scubes un programa pra visualizar vox-solids.
Knight
Un programa para resolver el problema del caballo de ajedrez
Checar el articulo siguiente sobre el problema de ajedrez:
caballo.ps.gz
Y checar la siguiente liga
para algo más de información.
Direct least-square fitting of ellipses using algebraic distances. This code is self contained without need to call CLAPACK functions
Some direct least-square fitting functions (these functions call to CLAPACK's dggev function to solve the equivalent generalized eigenvalue problem). These are C coded programs:
Mapa vectorial de México
Vectorial map of Mexico
Datos vectoriales del país completo: mapaMexico.txt.
Datos vectoriales de cada estado: ESTADOS.tar.gz
Estos datos están un forma de lista, un par de coordenadas "x" "y" por
renglón. Los datos fueron tranformados a partir de los disponibles
públicamente en
CONABIO.
Program in perl to solve a cubic equation
The same program but now in python to solve a cubic equation
Comentarios:
fraga at cs.cinvestav.mx
Última actualización: 16 de julio, 2018