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 .

Operating System – How to learn how to learn the operating system and implement your operating system

I am learning operating systems, their different viewpoints, such as different scheduling algorithms, etc. My question is: Can I use my own operating system as a project for the last year? Please s

October 17, 2021By Simo Os Theory How, Implementation, in-depth, learning, Operating System, ourselvesLeave a Comment

Data structure 4

Get element operation Realize the specific operation of GetElem, which is to return the element value of the i-th position in the linear table L . (We only need to return the value of the i-1th sub

October 17, 2021By Simo Mathematics data, structureLeave a Comment

Operating system-Hello, DTOS!

1. Hello, the creation of DTOS Q: Is the main bootloader software or firmware? If it is software, who develops it? How to develop?
A. The main boot program
1. A piece of valid code stored in the m

October 17, 2021By Simo Os Theory Created, DTOS, hello, Operating SystemLeave a Comment

How to get a deep-wrapping handle in Haskell?

Occasionally I find myself mapped to a lot of functors, such as some parser for optional value sets:

– parse a rectangular block of characters to a map of
— coordinate to the character, or N

October 17, 2021By Simo Os Theory deep, function, handle, how to getLeave a Comment

Regular expression mode search failed in TextPad, suitable for Visual Studio

I am trying to use TextPad to search for regular expressions in multiple files. I have a simple pattern, but it does not work in TextPad. It works fine in Visual Studio.

Does anyone have an i

October 17, 2021By Simo Regexp Prudio, Studio, TEXTPAD, VISUALLeave a Comment

Interface power equalization

What is idempotence? For the same business operation, no matter how many times it is called, the result will be the same.

Let’s take the example of docking Alipay recharge to analyze how to

October 17, 2021By Simo Mathematics etc., Interface, Power, realization, sexLeave a Comment

Operating system – if Hyperion releases amiga to another platform, today, will it survive?

If hyperion releases amiga to another platform, will it do well today? I am happy to develop for the amiga platform. I really miss it.

What do we need?

By the way, I realized that this

October 17, 2021By Simo Os Theory Amiga, Another, Hyperion, if, meeting, Operating System, Platform, Publishing, survival, todayLeave a Comment

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

How to get a name of a process handle in C?

I am trying to get the process handle, say example.exe, so I can call TerminateProcess for it. How can I do this? Note that it does not have a window, so FindWindow will not work. #include
#inc

October 17, 2021By Simo Os Theory handle, how to get, Name, one, processLeave 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

Posts navigation

Page 1 … Page 34 Page 35 Page 36 … 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