Java applications: homemade high-precision calculator (2)

Previous The article explains how to parse an input expression into multiple Token s through a regular form, and the core of this article is how to evaluate the expression.The expressions we enter, that is, the expressions we usually see, are infix expressions - the meaning of infix is that in an expression, the operator is placed in the middle ...

Posted by qazwsx on Wed, 29 May 2019 18:40:07 +0200

GMSSL is compiled under windows using vs2010

Introduction to GMSSL Project Home Page: http://gmssl.org/ github: https://github.com/guanzhi/GmSSL GMSSL windows + vs2010 compilation Compile and install: http://gmssl.org/docs/install.html Windows is compiled as follows: Compilation error 1. base58.c error C2057: Constant expression should be entered The following errors were mad ...

Posted by kaisellgren on Wed, 29 May 2019 10:21:53 +0200

Ordinary Verification Code Recognition Based on Baidu Picture Recognition orc

When crawling websites, we encounter verification codes, so what methods do we have for the program to automatically identify verification codes? In fact, there are many coding platforms on the Internet, but all of them need money. But it is a waste to access the coding platform only by crawling data points. So Baidu's free orc is just availabl ...

Posted by plasko on Tue, 28 May 2019 00:07:28 +0200

Dynamic components for single-page applications (non-routing jumps)

Another approach is to apply angular single page to realize non-routing single page Jump by dynamically generating component method and cooperating with tabView component of primeNG UI Library Dynamic Component Loader Templates for components will not always be fixed. Applications may need to load some new components during runtime. T ...

Posted by doucie on Mon, 27 May 2019 21:12:48 +0200

Android Click Event Sound (Add+Control)

Share with you the problems encountered in the project Development Environment: Android Studio Classes used in the project (key): SoundPool Project github address: https://github.com/zw21544182/BtMusicDemo Key knowledge used in the project: 1. Base Class Extraction (abstract)BaseActivity 2. Singleton mode - SoundPoolUtil 3.SoundPool cla ...

Posted by ticallian on Sun, 26 May 2019 19:29:04 +0200

Talk about UVW Code (1)

The blog Garden is a very good place to learn knowledge. I believe there are many people like me who have been in the blog Garden for 3 years. They do not know how many codes they have copied or how many blogs they have read, but they have never written a single blog.It's a crime. This time I'm going to write a few articles about the reading an ...

Posted by monotoko on Fri, 24 May 2019 18:53:44 +0200

Simulated electrocardiogram using native js+canvas

From February 2015 to IT industry, it has been nearly two years. From the beginning of java to the front end, we have been groping along the way. All the way to now, the front-end God is absolutely impossible to talk about. At most, it is a beginner. From the beginning of ignorance, to now learning to write github, blog, in fact, there is not m ...

Posted by djalecc on Thu, 23 May 2019 22:57:37 +0200

Zsh Development Guide (Chapter 8 Variable Modifiers)

Guide reading We have learned the basic usage of strings, arrays, hash tables, integers, floating-point numbers, but we are still unable to cope with some complex scenarios. Variable modifier is a very unique concept in zsh. It operates on variables with functions similar to functions, but it is more convenient to use. Complex functions in a li ...

Posted by sssphp on Thu, 23 May 2019 22:09:56 +0200

Pull-down refresh component on listloading mobile end

listloading.js Listloading is a pull-up and pull-down loading of more components on the mobile side. It mainly depends on the components developed on the basis of iscroll.js v5.1.2. The base library can use jquery.js or zepto.js to operate DOM nodes. At present, I use zepto.js as the base library to operate dom, which exists in the form of ...

Posted by jim_de_bo on Thu, 23 May 2019 01:01:41 +0200

Android Custom View - Decorative ListView

The project has a control that imitates the floor switching on the map, though not very familiar with it. But Baidu still has some good examples. I haven't written a blog for a long time, so I encapsulated this control and put it in it. My GitHub. Controls can achieve the following functions: Set the number of entries displayed by ListView ...

Posted by amitsonikhandwa on Wed, 22 May 2019 22:51:24 +0200