序号子域名 1contest.stuhome.ustc.edu.cn 2sun.times.ustc.edu.cn 3recstore.ustc.edu.cn 4zczx.ustc.edu.cn 5info.ustc.edu.cn 6lifetech.ustc.edu.cn 7vcard.ustc.edu.cn 8verilogoj.ustc.edu.cn 9app.ustc.edu.cn 10cscourse.ustc.edu.cn ...
原创作品转载请注明出处 – 《软件工程(C编码实践篇)》MOOC课程http://mooc.study.163.com/course/USTC-1000002006 1 对软件工程的理解 个人觉得,软件工程就是用工程化的思想去写代码,使得代码更加高效,这个高效不是指性能好,而是指提高开发效率,降低开发团队的成本。以前的编程的重心往往在算法的复杂度,较...
info.ustc.edu.cn lifetech.ustc.edu.cn vcard.ustc.edu.cn verilogoj.ustc.edu.cn app.ustc.edu.cn cscourse.ustc.edu.cn eduroam.ustc.edu.cn acm.ustc.edu.cn efm.ustc.edu.cn telcom.mirrors.ustc.edu.cn mail.iai.ustc.edu.cn npm.mirrors.ustc.edu.cn ...
course. contents are put in the master branch 总共有三次作业,其中第一次包含了代码作业。 Compute and plot the 1-D Fourier amplitude of the signal y Compute and plot the 2-D Fourier amplitude of the signal I Use the ‘moon.tif’
原创作品转载请注明出处 + 《Linux内核分析》MOOC课程http://mooc.study.163.com/course/USTC-1000029000 作者:严哲璟 以shell下执行ls命令为例介绍Linux通过fork()和execve()类函数的执行程序启动过程: 父进程为shell,命令为ls,目录为/bin/ls 当输入ls时,shell进程通过fork()创建一个新的子进程,fork()进程复制...
1 sun.times.ustc.edu.cn 2 recstore.ustc.edu.cn 3 zczx.ustc.edu.cn 4 info.ustc.edu.cn 5 lifetech.ustc.edu.cn 6 vcard.ustc.edu.cn 7 verilogoj.ustc.edu.cn 8 app.ustc.edu.cn 9 cscourse.ustc.edu.cn 10 eduroam.ustc.edu.cn 11 acm.ustc.edu.cn 12 efm.ustc.edu.cn 13 telcom....
1.调用fork这个API,然后软中断,进入内核态,堆栈切换到内核堆栈,保存用户态sp,cs:eip; 2.执行system_call,然后SAVE_ALL,根据eax寻找系统调用表中对应的中断服务程序,这里是sys_clone 3.执行sys_clone 与普通的系统调用不一样的是,sys_clone需要执行do_fork,产生一个新的进程 ...
USTC-CS-Course-Resource/USTC-CS-Resources Star142 USTC计算机学院 个人学习资料分享 noteshomeworkresourceslabsustc UpdatedJul 4, 2021 Python 中科大 (USTC) 研究生入学考试成绩与排名查询 scoresustc UpdatedOct 21, 2023 Python LittleJake/ip-blacklist ...
mkdir ustc-courses #文件夹名可以自己取 cd ustc-courses git init git remote add -f origin git@github.com:mbinary/USTC-CS-Courses-Resource.git git config core.sparsecheckout true echo "计算机与信息类/软件工程" >> .git/info/sparse-checkout #这里工作目录就是在那个 repo 主页下 #如果还有其他...
:heart:中国科学技术大学计算机学院课程资源(https://mbinary.xyz/ustc-cs/) - lxw-peter/USTC-CS-Courses-Resource