Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Mathematics

Applied Mathematics is a general term for mathematical theories and methods with a clear application purpose. The study of how to apply mathematical knowledge to the branches of mathematics in other categories (especially science) can be said to be the opposite of pure mathematics. Including differential equations, vector analysis, matrix, Fourier transform, complex analysis, numerical methods, probability theory, mathematical statistics, operations research, control theory, combinatorial mathematics, information theory and many other branches of mathematics, as well as from various application fields The study of the mathematical problem presented. Computational mathematics can sometimes be regarded as part of applied mathematics.

Four sorting algorithms and two points

1. Bubble sorting

func BubbleSort(slice []int) []int {
i, j, okay, count := 0, 0, true, len(slice)
for i = 0; i slice[j+1] {
slice[j], slice[j+1] = slice[j+1], slice[j]
okay = false
}
}
if o

October 17, 2021By Simo Mathematics 2 points, Find, Four kinds, ordering algorithm, Two pointsLeave a Comment

Mathematical Optimization – Best Open Source Mix Integer Optimization Solution

I am using CPLEX to solve huge optimization models (more than 100k variables). Now I want to see if I can find an open source alternative. I solved the mixed integer problem (MILP) and CPLEX works

October 17, 2021By Simo Mathematics integer, mathematics, mix, open source, optimal, Optimization, solveLeave a Comment

Integer multiplication

Using the idea of ​​divide and conquer and recursion, the traditional integer multiplication is decomposed. Also introduce Karatsuba, how it reduces the number of basic multiplication operations.

October 17, 2021By Simo Mathematics integer, multiplicationLeave a Comment

Judging whether the binary tree is mirror

?

? ?

From

}??

October 17, 2021By Simo Mathematics binary tree, image, judgment, whetherLeave a Comment

How to use the minimum possible combination of a coin change problem using recursive in C #

I am new to C# and I have a recursive problem to solve. I want to get the least number of coins in this coin replacement problem. I have adjusted the algorithm for it, but I Need to return an objec

October 17, 2021By Simo Mathematics C #, change, coin, combination, gain, how to use, Minimum, possible, problem, recursionLeave a Comment

Built-in function and recursive

1. The content of the file is as follows, the title is: name, gender, age, salary

egon male 18 3000alex male 38 30000wupeiqi female 28 20000yuanhao female 28 10000 Requirements:
Take out eac

October 17, 2021By Simo Mathematics built-in, function, RecursiveLeave a Comment

Catalan Number

The Cattleya number is also called card The Catalan number 2477203708 is a series of numbers that often appear in various counting problems in combinatorics. This number is more important in comput

October 17, 2021By Simo Mathematics Carter, Catalan, Lan, NumberLeave a Comment

Second, Soft Worker Personal Project: Text Information Status

Code of this software: https://github.com/amekao/SE_work1

Interface:

< strong>1. Requirement analysis stage:

Requirement analysis:

Total requirements: users are required to

October 17, 2021By Simo Mathematics Information, personal, project, Second, Soft, statistics, Text, workerLeave a Comment

Dynamic planning summary

—Restoring content begins—

Dynamic programming comes from the divide and conquer method. The solution is recorded to prevent the system from doing repetitive work and wasting time.

October 17, 2021By Simo Mathematics Dynamic planning, SummaryLeave a Comment

Question – [tjoi2018] mathematical calculation

Problem Solution——[TJOI2018] Mathematical Calculation I really didn’t see that this is a line segment tree

Xiaodou now has a number x, the initial value is 1. Xiaodou has Q operations, operat

October 17, 2021By Simo Mathematics Calculation, mathematics, Question, Tjoi, Tjoi2018Leave a Comment

Posts navigation

Page 1 … Page 4 Page 5 Page 6 … Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress