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.

Exercise questions _ recursive and built-in functions

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 Requirement:
Take out each record

October 17, 2021By Simo Mathematics built-in, Exercise questions, functions, RecursiveLeave a Comment

VHDL – Error: XST: 827 = Signal Count Uncosystem, Synchronous Description Error

I tried to simulate an elevator, and as a result I got an error

ERROR:Xst:827 = Signal count cannot be synthesized, bad synchronous description I am following the code from this source [https

October 17, 2021By Simo Mathematics Count, Description, error, signal, Synchronization, Synthesis, Unable, vHDL, XSTLeave a Comment

P4585 [fjoi2015] Mars shop problem line segment tree tree transformation + canmontal TRIE tree

Title: There are stores numbered 1-n, and each store has a permanent merchandise value of v

Operation 1: One day has passed The xth store adds a goods with a value of val

Operation 2: T

October 17, 2021By Simo Mathematics FJOI, FJOI2015, line segments, Mars, P4585, problems, Shops, TreeLeave a Comment

Red and black “BFS”

There is a rectangular house with square tiles in red and black on the floor. You stand on one of the black tiles and can only move to the adjacent black tile. Please write a program to calculate h

October 17, 2021By Simo Mathematics BFS, Red and blackLeave a Comment

The order of linear tables representation and implementation

1 #include//c++ universal header file, you don’t need to write this other header file
2 using namespace std;//Use the namespace, you don’t care
3
4 #define List_Init_Size 100
5 #define Lis

October 17, 2021By Simo Mathematics Implementation, linear, order, representation, tableLeave a Comment

Quick sorting, insert sorting, bubble sorting, sorting

Quick sort: O(n2)

True correct Quick sort:
#include
#include
using namespace std;
int a[100];
/*void swap(int a,int b){
int tmp;
tmp=a;
a=b;
b=tmp;
}*/
void quicksort(int left,

October 17, 2021By Simo Mathematics bubble sorting, insert sorting, Quick sorting, SORTINGLeave a Comment

Matrix multiplication and adjacent matrix

Matrix multiplication and adjacency matrix Proof of the associative law of matrix multiplication\(:\)
\[\begin{aligned}((\mathbf{AB}) \mathbf{C})[i, j] & \\ &=\sum_{l=1 }^{c}\left(\sum_{k=1}^{b} \

October 17, 2021By Simo Mathematics adjacency, Matrix, multiplicationLeave a Comment

Algorithm – Quicksort: iteration or recursive

I learned about quick sorting and how to implement it in recursive and iterative methods.
In iterative methods:

>The range (0 … N) Push onto the stack
>Use a pivot table to partition a given

October 16, 2021By Simo MathematicsLeave a Comment

HDU-1719 Friend Mathematics Derivation

Friend HDU-1719 Friend number are defined recursively as follows.
(1) numbers 1 and 2 are friend number;
(2) if a and b are friend numbers, so is ab+a +b;
(3) only the numbers defined in (1

October 16, 2021By Simo Mathematics derivation, Friend, HDU, mathematicsLeave a Comment

Largest Rectangle in a Histogram 杭电1506

Subject link: http://acm.hdu.edu.cn/showproblem.php?pid=1506

#include
using namespace std;
const int N=1e5+7;
typedef long long ll;
ll arr[N];
int main(){
int n;
while(cin>>n,n){
s

October 16, 2021By Simo Mathematics Electricity, hang, histogram, Largest, RectangleLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 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