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

Category: OS

Operating System (Operating System, referred to as OS) is a computer program that manages and controls computer hardware and software resources. It is the most basic system software that runs directly on the “bare metal”. Any other software must be supported by the operating system to run .

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

Summary of some problems encountered in reloading operating systems

The words written in the front: I installed the system with a U disk, and created a boot disk with Microsoft mediacreationtool. 64-bit of win10.

Question 1: The partition does not need to be

October 17, 2021By Simo Os Theory SummaryLeave a Comment

Audio – How to use the direct write mode to write a simple SoundBlaster 16 driver for a hobby operating system?

I am developing a 32-bit, protected mode hobby operating system. Currently, I want to add simple sound support. For this, I want to use Sound Blaster 16 and write in direct mode Into the DAC (I wan

October 17, 2021By Simo Os Theory audio, Direct, driver, hobby, how to use, mode, one, Operating System, simple, SoundBlaster, writeLeave a Comment

Posts navigation

Page 1 … Page 38 Page 39 Page 40 … Page 88
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