-
Notifications
You must be signed in to change notification settings - Fork 2
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
替换dd和dcfldd #4
Comments
读写函数是非常重要的函数,整个程序的稳定性、可靠性都依赖于它们,所以对各种异常情况的处理要比较全面,还要有单元测试代码。 以Windows平台为主,其他平台暂时先不考虑。 |
这个功能我来做吧 |
请你往我163邮箱里发个简单的计划,最好想一下如何测试,以确认你完整地理解了这个任务。 |
请问你163邮箱地址是多少 等我看完代码 给你解决方案 在 2014-08-19 01:52:20,"Norman" [email protected] 写道: 请你往我163邮箱里发个简单的计划,最好想一下如何测试,以确认你完整地理解了这个任务。 — |
这个任务已经有人认领,抱歉。你回复的太晚了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这两个程序一个用于写入,一个用于验证写入的数据是否正确。这两个操作完全可以合入一套代码中来实现,这样更加有效。可以参考Win32DiskImager的代码:http://sourceforge.net/projects/win32diskimager/
希望实现读写U盘的函数,其中读函数要具备校验功能。此读写函数应该能够在各个平台上运行。
The text was updated successfully, but these errors were encountered: