animate-css /
animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
Loading repository data…
MichaelDipperstein / repository
A library of simple and readable ANSI C implementations of some square root approximation algorithms
This archive contains a simple and readable ANSI C implementation of some square root approximation algorithms, including the algorithm used by the original ENIAC computer, successive approximation, and bisection. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective.
There are other known algorithms that are much faster than these algorithms. I implemented these algorithms out of personal interest.
More information on ENIAC algorythm square root may be found at: https://michaeldipperstein.github.io/sqrt.html http://www4.wittenberg.edu/academics/mathcomp/bjsdir/ENIACSquareRoot.htm
Successive approximation and bisection are popular techniques and widely discussed.
COPYING - Rules for copying and distributing GPL software COPYING.LESSER - Rules for copying and distributing LGPL software gettimeofday.c - Windows code to emulate gettimeofday function. The source for this function comes from Postgres SQL (See file header). Makefile - Makefile for this project (assumes gcc compiler and GNU make) README - This file sample.c - Sample code demonstrating usage of the square root library sqrt.h - Header file for the square root library sqrt.c - Implementation of the square root library
To build these files with GNU make and gcc, simply enter "make" from the command line.
Note: The Makefile assumes the use of gcc in a Linux or Windows environment. Other environments may require customization.
Usage: sample
The sample code will generate squares and display the square root computed by each algorithm in comparison with the value computed by the sqrt() function in the C math library.
Michael Dipperstein (mdipperstein@gmail.com)
Selected from shared topics, language and repository description—not editorial ratings.
animate-css /
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
fffaraz /
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
brillout /
Curated List of React Components & Libraries.
curl /
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features
huihut /
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
AnthonyCalandra /
A cheatsheet of modern C++ language and library features.