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 .

[Data Structure] Bubble Sort

Compare adjacent elements. If the first one is bigger than the second one, swap the two of them. Do the same work for each pair of adjacent elements, from the first pair at the beginning to the l

October 15, 2021By Simo Data Structure bubble sort, Data StructureLeave a Comment

[Data Structure] Closing of the binary tree

The node structure of the binary tree is now redefined as follows: leftchild lefttag _date righttag rightchild where: when lefttag=0, leftchild points to the left child;

October 15, 2021By Simo Data Structure binary tree, clues, Data StructureLeave a Comment

[Data Structure] CODE [VS] 2491 && Bzoj 3039 Jade Palace (single monoton)

Click to watch
Click to watch

The meaning of the question is to ask you to find the maximum submatrix sum
is the two-dimensional expansion of the maximum subsection sum
When doing it, yo

October 15, 2021By Simo Data Structure BZOJ, code, Data Structure, jade, monotonous, stack, VSLeave a Comment

Capture the video from the camera on the Raspberry Pi and filter it in OpenGL before encoding

I want a way to capture video from the camera interface in Raspberry Pi, run it through a filter written as an OpenGL shader, and then send it to a hardware encoder.

This blog post discusses

October 15, 2021By Simo Character FilteringLeave a Comment

The data returned by the server will convert Unicode code to Chinese characters.

When we request the interface, the server will return some data. When we print it, we will find that the printed code is unicode, not Chinese characters.

At this time, we need to deal with it

October 15, 2021By Simo Character Chinese characters, code, data, return, server, transfer, Unicode, willLeave a Comment

“Data Structure” Experiment 1: Flexible Using the VC Programming Tool

. Experimental content 1. Design a program with a single file structure to input two numbers from the keyboard and output the results of the “sum” and “product” of the two. The requirements are as

October 15, 2021By Simo Data Structure Data Structure, experiment, flexible, one, programming, Second, tool, use, VCLeave a Comment

RW_ “Data Structure” 9-10 chapter [internal sort and lookup]

2016.09.03 –09.07
[Personal notes, there may be errors]

The notes about sorting or searching [this time Also]:
[1] Re-set search and sorting
[2] Implementation of internal sorting algori

October 15, 2021By Simo Data Structure chapter, Data Structure, interior, lookup, RW, SORTLeave a Comment

Computer Science – What represents the most challenging coding form?

I am studying for a graduate degree in organic chemistry.

Now, many talents in my area are moving towards nanotechnology.

In my opinion, this is a “deep” level of complexity, but there

October 15, 2021By Simo Character Challenge, code, Computer Science, form, Representative, sex, whatLeave a Comment

[Data Structure] File Compression Project

Project name: File compression

Development environment: vs2010

Data structure used:

1, heap

2, huffmantree Huffman tree

3, Huffmancode Huffman coding

4, object-o

October 15, 2021By Simo Data Structure compression, Data Structure, file, projectLeave a Comment

How to print a container object using a value containing Unicode?

The following code

# -*- coding: utf-8 -*-
x = (u ‘abc/αβγ’,)
print x
print x[0]
print unicode(x).encode(‘utf-8’)
print x[0]. encode(‘utf-8’) …Production:

(u’abc/αβγ’,)
abc/αβγ
(u’ab

October 15, 2021By Simo Character container, how to use, INCLUDE, object, print, Unicode, valueLeave a Comment

Posts navigation

Page 1 … Page 74 Page 75 Page 76 … 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