16,003,265 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Zuoliu Ding (Articles: 11)
Articles: 11
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.86
Desktop Programming
MFC
A Separator Combo-box
8 Jun 2004 Updated:
13 Jun 2004
Rating: 4.51/5 Votes: 16 Popularity: 5.17
Licence: CPOL Views: 143,647
Bookmarked: 38
Downloaded: 1,844
Please
Sign up or sign in
to vote.
A CComboBox derived combo-box class
Win32
40 Basic Practices in Assembly Language Programming
2 Aug 2016 Updated:
29 Jan 2019
Rating: 4.96/5 Votes: 132 Popularity: 10.44
Licence: CPOL Views: 442,593
Bookmarked: 207
Downloaded: 4,005
Please
Sign up or sign in
to vote.
A discussion on some basic practices highly recommended in Assembly Language Programming.
Programming Languages
ASM
Something You May Not Know About the Switch Statement in C/C++
9 Aug 2010 Updated:
19 Dec 2012
Rating: 4.86/5 Votes: 152 Popularity: 10.57
Licence: CPOL Views: 385,850
Bookmarked: 146
Downloaded: 463
Please
Sign up or sign in
to vote.
A discussion on how switch/case is executed, by reverse engineering in VC++
Assembler
Something You May Not Know About the Macro in MASM
23 Feb 2016 Updated:
23 Feb 2016
Rating: 4.96/5 Votes: 8 Popularity: 4.48
Licence: CPOL Views: 30,703
Bookmarked: 8
Downloaded: 224
Please
Sign up or sign in
to vote.
A discussion on some MASM Macro usages, including ECHO directive, parameter type/size check, and repetitions with location counter $.
C#
A Separator Combo/List Box
28 May 2007 Updated:
28 May 2007
Rating: 4.89/5 Votes: 27 Popularity: 6.75
Licence: CPOL Views: 185,338
Bookmarked: 107
Downloaded: 2,164
Please
Sign up or sign in
to vote.
The Custom Combo Box and List Box Control with Separators
An Implementation of System Monitor
7 Sep 2007 Updated:
13 Sep 2007
Rating: 4.88/5 Votes: 48 Popularity: 8.12
Licence: CPOL Views: 169,891
Bookmarked: 221
Downloaded: 9,891
Please
Sign up or sign in
to vote.
How to retrieve system data and draw data in light-weight custom chart controls
C++
Implementing Permutation Variations
12 Jul 2004 Updated:
14 Jul 2004
Rating: 4.75/5 Votes: 17 Popularity: 5.72
Licence: CPOL Views: 82,364
Bookmarked: 25
Downloaded: 857
Please
Sign up or sign in
to vote.
Several enhanced permutation algorithms created in iterative or recursive solution.
MASM
Understanding C/C++ Code Behavior by Analyzing Assembler Output
14 Apr 2017 Updated:
23 Apr 2017
Rating: 4.96/5 Votes: 16 Popularity: 5.83
Licence: CPOL Views: 25,542
Bookmarked: 21
Downloaded: 203
Please
Sign up or sign in
to vote.
A discussion on how Visual C/C++ code works with bit-wise logical and shift operators, as well as a loop optimization.
VC++
Using SIMD to Optimize x86 Assembly Code in Array Sum Example
26 Mar 2021 Updated:
26 Mar 2021
Rating: 4.83/5 Votes: 5 Popularity: 3.38
Licence: CPOL Views: 19,060
Bookmarked: 7
Downloaded: 108
Please
Sign up or sign in
to vote.
A discussion on optimization using SIMD instructions including MMX, SSE, and AVX in x86 Assembly Language Programming
XML
Creating a System Monitoring Service in .NET
9 Jan 2012 Updated:
9 Jan 2012
Rating: 4.89/5 Votes: 18 Popularity: 6.02
Licence: CPOL Views: 138,363
Bookmarked: 75
Downloaded: 11,712
Please
Sign up or sign in
to vote.
A demonstration of a configurable Windows service with multiple tasks monitoring and logging
Web Development
ASP.NET
Access Web Services Asynchronously in .NET Design Patterns
4 Jul 2006 Updated:
4 Jul 2006
Rating: 4.92/5 Votes: 25 Popularity: 6.70
Licence: CPOL Views: 131,983
Bookmarked: 106
Downloaded: 803
Please
Sign up or sign in
to vote.
Discussing the implementation of the Begin/End pattern (.NET 1) and the event-driven model (.NET 2).
Average blogs rating:
No blogs have been submitted.
Average tips rating:
No tips have been posted.
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Zuoliu Ding
United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.