3D Model Editor – Smooth And Delete Cells

Here are two videos for showing using the web app on this website to smooth local parts and delete cells of the mesh objects. Web App : https://www.weiy.city/functions/3D-Model-Editor/ youtube – local area edit youtube – local area edit bilibili – local area edit bilibili – local area edit

Export CPlusPlus Algorithm To Javascript Code

I will show a way to export CPlusPlus algorithm to javascript code. Write Pollard’s rho algorithm in class Resolver for integer factorization. resolver.h #include <string> typedef long long LL; class Resolver { public: Resolver(); ~Resolver(); std::string GetResolvedResult(int x); protected: void find(LL n,LL c); bool Miller_rabin(LL p); LL Pollard_rho(LL n,LL c); Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X