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

Author: Simo

Algorithm – thousands of lights with triangles in 3D space

There are thousands of rays and triangles. We need to get all the intersections. If we use a normal two-level loop, we need O(mn) time complexity. Is there How to reduce the time complexity from O(

October 17, 2021By Simo Mathematics 3d, Algorithm, cross, light, Medium, space, thousands, triangleLeave a Comment

Layer & matrix_Latex

determinant \[ \left |\begin{array}{cccc} 1 &6 & 9 \7 &90 & f(x) \9 & \psi(x) &g(x) \\end{array}\right| \]

$$\left |\ begin{array}{cccc}1 &6 & 9 \7 &90 & f(x) \9 & \psi(x) &g(x) \\end{array}\

October 17, 2021By Simo Mathematics latex, layer, MatrixLeave a Comment

Linear regression

0-Basic question    Linear regression considers $n$ samples $\{\mathbf{x}_1,\mathbf{x}_2,\cdots,\mathbf {x}_n\}$, each sample corresponds to $m+1$ dimensional feature$\mathbf{x}_i=\{x_{i0},x_{i1},x

October 17, 2021By Simo Mathematics linear, regressionLeave a Comment

[Template] fast power

inline ll ksm(int x,int b){
int ans=1,base=x;
while(b){
if(b&1)ans*=x;
x*=x;
b>>=1;
}
return ans;
}

inline ll ksm(int x, int b){
int ans=1,base=x;
while(b){
if(b&1)ans*=x;
x*=x;
b>>=1;
}
return ans;
}

October 17, 2021By Simo Mathematics FAST, Power, TemplateLeave a Comment

Common regular expression

[email protected] Only English letters, numbers, underscores, full stops, and underscores are allowed

^[a-zA-Z0-9_-][emailprotected ][a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$

高子航[email protect

October 17, 2021By Simo Regexp common, expression, regularLeave a Comment

SP1716 GSS3 dynamic DP (line segment tree + matrix multiplication)

Code:

#include
#define N 50001
#define ll long long
#define lson now<>1;
if(r>mid) t[now]=t[now]*t[rson];
}
void build(int l,int r,int now)
{
if(l==r)
{
t[now][0][0]=t[no

October 17, 2021By Simo Mathematics DP, Dynamics, GSS, GSS3, line segments, matrices, multiplications, SP, SP1716, treesLeave a Comment

Is the operating system a big liar?

1 Chat Our programs lie quietly in a corner of the hard drive, waiting expectantly to be used by the owner. It is loaded by the operating system and then enters the memory to work, to be pr

October 17, 2021By Simo Os TheoryLeave a Comment

Operating system development – start using QEMU from floppy drive

I have been reading BrokenThorn’s operating system development tutorial, I am creating and loading the second stage boot loader. This tutorial is for Windows, but I am doing this in Linux (Ubuntu 1

October 17, 2021By Simo Os Theory Development, Drive, floppy disk, Operating System, QEMU, startup, useLeave a Comment

How to find the Android version name in programming?

I write code to find such an Android version

String version=Build.VERSION.RELEASE; By using this code I get the version number but I want the version name.
How to get the version name?

October 17, 2021By Simo Mathematics Android, Find, How to Program, mode, Name, versionLeave a Comment

Operating system – How does the operating system perform compilation binaries?

When I studied process scheduling, this question came to my mind.

How does the operating system execute and control the execution of binary files and compiled files ? I think the OS may copy

October 17, 2021By Simo Os Theory Binary, compile, file, how to perform, Operating SystemLeave a Comment

Posts navigation

Page 1 … Page 80 Page 81 Page 82 … Page 590
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