Rehabilitation Treatment for Autonomic Nervous Dysfunction After Stroke

Click the blue text to follow us Source “Chinese Rehabilitation” December 2022, Volume 37, Issue 12 Introduction Autonomic nervous dysfunction is one of the common functional disorders after stroke, and its assessment and rehabilitation treatment are important parts of stroke rehabilitation. Despite a large amount of literature on autonomic nervous dysfunction after stroke, there is … Read more

Bioinformatics: Accelerating FASTA Sequence Alignment with SIMD Instruction Sets in Go

Bioinformatics: Accelerating FASTA Sequence Alignment with SIMD Instruction Sets in Go

Click the “blue text” above to follow us Late at night, the laboratory is brightly lit. Old Wang stares at the screen, frowning. “This FASTA sequence alignment is way too slow! How long will it take to align a set of human genomes?” This scene seems familiar, right? In the field of bioinformatics, sequence alignment … Read more

Debugging nRF9160 Zephyr Applications with Ozone

Debugging nRF9160 Zephyr Applications with Ozone

Ozone is a free embedded software debugger from SEGGER. It is a powerful tool that allows you to gain deep insights into what is happening within embedded systems. It is particularly useful when debugging nRF9160 Zephyr applications. Organizing multiple threads and multi-image builds can be challenging, but this is the tool you want. In our … Read more

Dyslexia: Multisensory Teaching & Personalized Support

Dyslexia: Multisensory Teaching & Personalized Support

Dyslexia is a common learning difficulty that requires effective and inclusive teaching strategies. In educational settings, particularly in Chinese-speaking contexts, teaching methods must address specific challenges such as phonological awareness and character recognition deficits. Research highlights the importance of multisensory teaching and individualized intervention in helping students overcome learning barriers. This article presents practical strategies … Read more

College News || Entrepreneurship Lecture

College News || Entrepreneurship Lecture

On the evening of March 11, 2025, the School of Computer Science and Engineering held an entrepreneurship lecture at the Sunrise Technology Building A201. The theme of this lecture was “Software Development and Embedded AI: An Innovative Journey from Code to Intelligent Hardware,” featuring engineer Yu Shikun from Shenzhen Xinyingda Technology Co., Ltd. as the … Read more

Controversy | Which of the Three Methods for Network Traffic Mirroring in Virtualized Environments is Best?

Controversy | Which of the Three Methods for Network Traffic Mirroring in Virtualized Environments is Best?

The following content comes from community discussions. Feel free to click to read the original text and engage with peers on this topic. How to plan and build network traffic mirroring in a virtualized environment? Currently, the company is building related systems based on network traffic mirroring, such as npm, bpc, and database SQL statement … Read more

System Practice Learning ARMv8 Assembly – Outline

System Practice Learning ARMv8 Assembly - Outline

Let’s set a learning plan for ARMv8 assembly language. After learning, aim to master ARMv8 assembly knowledge and be able to write some simple assembly code. Phase 1: Basic Preparation (1-2 weeks) Goals: Understand computer architecture and core concepts of the ARMv8 architecture. Set up the development environment. Write the first assembly program. Learning Content: … Read more

Getting Started with Hailo: Accelerating Edge AI on Toradex Modules

Getting Started with Hailo: Accelerating Edge AI on Toradex Modules

Edge Computer Vision Why Choose Edge Computing? Embedded devices are becoming increasingly intelligent, with many machine learning and computer vision tasks being pushed to edge devices. Running AI models on such devices, while challenging, offers numerous advantages: Reduced Latency: Processing data on-device eliminates the wait time for transmitting data to the cloud or a central … Read more

Renesas RA8 Series Tutorial | Generating Keil Projects Based on RASC

Renesas RA8 Series Tutorial | Generating Keil Projects Based on RASC

Follow us+Star Public Account Number, don’t miss out on exciting content Author | strongerHuang WeChat Official Account | strongerHuang For those who are not accustomed to developing with e2 studio, you can use RASC to generate a Keil project, and then happily complete development tasks in the Keil environment. This article describes the method of … Read more

Renesas RA8 Series Tutorial | Configuring RA8 Serial Output Based on e2s

Renesas RA8 Series Tutorial | Configuring RA8 Serial Output Based on e2s

The serial port is one of the most common communication methods and is also the most common communication interface for microcontroller debugging. It is an essential communication interface for modern microcontrollers. The latest and most powerful RA8 series microcontroller with the Cortex-M85 core is no exception (as of May 2024).Today, I will explain how to … Read more