[i=s]This post was last edited by wgsxsm on 2018-6-7 00:29[/i] [align=left][p=30, 2, left]I have had the development board for two or three days, and I have been taking time out every night to get fam...
According to the requirements of digital signal processing, DSP chips generally have the following main features: (1) One multiplication and one addition can be completed in one instruction cycle. (2)...
I would like to ask if anyone has done the transplantation of 6410 wince5.0 BSP? How should I proceed? I am a novice among novices, and I would be grateful for your help. . . Email: 949770385@qq.com...
In the early 1980s, when I was holding a fishing rod, I thought to myself, if I could catch fish at will, it would be so comfortable. The environment where I lived was an endless river dam. Sometimes,...
for(;;)
{
void* buffer = malloc(SIZE);
memset(buffer,SIZE);
process(buffer)
free buffer;
}
This is a pseudo code from an intern (I have supervised more than 10 interns, so I have seen a lot). Original...