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

Tag: bit

Lenovo Win10 Professional 64-bit Simplified Chinese Original CD Mirror

Lenovo Professional Edition OEM image:

Installation screenshot

1: The resources were originally available very early. But it was not confirmed at that time. Now everyone can rest assure

October 19, 2021By Simo Windows bit, CD, Chinese, Edition, Lenovo, mirror, original, professional, Simplified, Win, Win10Leave a Comment

How to use VBScript on a 32-bit operating system to display 64-bit double numbers?

I have a device that contains a 64-digit (double) parameter. I can use the Modbus protocol to read its Double parameter in two parts. So I use a bitwise operation to divide the 64-digit number into

October 17, 2021By Simo Os Theory bit, Double, How to, Operating System, Show, VbscriptLeave a Comment

CRC-CCITT 16-bit Python manual calculation

Problem

I am writing code for embedded devices. Many solutions for CRC-CCITT 16-bit calculations require libraries.

Possible solutions

The following CRC calculation was found onli

October 17, 2021By Simo Os Theory bit, Calculation, CCITT, CRC, manual, pythonLeave a Comment

Memory – Is there a bandwidth improvement on the 64-bit computer installation?

Knuth recently objected to 64-bit systems, saying that for programs that fit 4 GB of memory, “they effectively discarded half of the cache” because pointers are twice that of 32-bit systems. < p>

October 17, 2021By Simo Os Theory bit, computing, improvement, installation, Machine, memory, Operating System, whether bandwidthLeave a Comment

Polo the Penguin and XOR Operation

Polo the Penguin and XOR operation CodeForces-288C

Little penguin Polo likes permutations. But most of all he likes permutations of integers from 0 to n, inclusive.

< span style="font-s

October 9, 2021By Simo Rom bit, computing, operation, Penguin, Polo, thinking, XORLeave a Comment

How to recompile ACTIVEX Grid Control (VB6) to 64-bit OCX?

Since 2000, we have been working on ActiveX grid control and have many satisfied customers. The control is still supported, but the main problem we and our customers face recently is 64 The bit ver

October 6, 2021By Simo Visual Basic ActiveX, bit, compile, control, grid, How to, OCX, Recomb, VB, VB6Leave a Comment

64-bit C # with 32-bit VB6 COM object

I have a 32-bit in-process STA VB6 DLL. I regret that there is nothing I can do about it. My C# components greatly benefit from 64-bit. Anyway I call/interface from my 64-bit process This 32-bit dl

October 6, 2021By Simo Visual Basic bit, C #, com, Has, object, VB, VB6Leave a Comment

Lua yourself

–turn to binary
function numberToBits(src)
local result = {}
local bitLen = 32 
  for i = 1, bitLen do  
    result[i] = src % 2  
    src = math.floor(src / 2)  
  end  
  
  return result  <

October 5, 2021By Simo Lua bit, lua, operation, realize, yourselfLeave a Comment

LUAJIT 64-bit encryption in Unity

Reference: https://blog.csdn.net/sun19880421/article/details/68070696

https://blog.csdn.net/mydreamremindme/article/details/51372391< /p>

Summary:

1. Preparation

1) Download

October 5, 2021By Simo Lua bit, Encrypted, Luajit, Medium, unity, useLeave a Comment

C # in a row of code to implement 18-digit digital timestamps to DateTime

Original text: A line of code in C# realizes the conversion of 18-digit digital timestamp to DateTime

The time stamp data accessed is:

636728674347302002

How to convert it to Date

October 4, 2021By Simo C# @timestamp, bit, C #, code, conversion, DateTime, Implementation, Medium, Number, one lineLeave a Comment

Posts navigation

Page 1 Page 2
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