Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么有的行开头添加了+或-或~, 这是什么作用?怎么关闭呢 #35

Open
back2childhood opened this issue Nov 15, 2022 · 5 comments

Comments

@back2childhood
Copy link

No description provided.

@back2childhood
Copy link
Author

~     if (temp.bandWidth==92160000){rbwgain =rbw_120k_gain + cal_mid;}

~     else if(temp.bandWidth==46080000){rbwgain = rbw_60k_gain + cal_mid;}

~     else if(temp.bandWidth==23040000){rbwgain = rbw_30k_gain + cal_mid;}

~     else if(temp.bandWidth==11520000){rbwgain = rbw_15k_gain + cal_mid;}

~     else if(temp.bandWidth==5760000){rbwgain = rbw_7k_gain + cal_mid;}

@back2childhood
Copy link
Author

~     mem.AXI_REG_Ctrl(mem.axi_config_map_ptr,&SysCmd,0,0x80000000);
+     mem.AXI_REG_Ctrl(mem.axi_config_map_ptr,&StorFrameNum, 0,framenumber * 2);
+     mem.AXI_REG_Ctrl(mem.axi_config_map_ptr,& StorMemBaseAdr, 0,0);

@back2childhood
Copy link
Author

感觉好丑,也不知道有啥用,看的好难受呀

@youngyangyang04
Copy link
Owner

你这个是什么语言的代码呢?

@xiaotong-sun
Copy link

这个应该就是git状态的显示,记录你对文件做了哪些修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants