自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(0)
  • 资源 (6)
  • 收藏
  • 关注

空空如也

内存池(C语言实现)

内存池(C语言实现)内存池(C语言实现)内存池(C语言实现)内存池(C语言实现)

2012-04-02

Linux内核设计与实现(第三版)

Linux内核设计与实现(第三版、英文)

2012-04-02

ITU-T H.248协议

ITU-T H.248.1建议书<br>含中文版和英文版

2008-06-15

psp学习资料

General<br>• Fixed numerous typographical and inconsistencies defects.<br><br>Collateral<br>• Added collateral materials (course checklist, facilities specification, and pre-course letters) for deliveries using blended learning.<br>• The pre-course letters were updated to reflect the required versions of Office and the updated space requirements. This requirement was updated again in January 2007.<br>• Eliminated the student survey since this information is recorded in the student workbook.<br><br>Instructor Materials<br>• Added the SEI Access Instructor Support tool.<br><br>Student Handouts<br>• Moved the final report templates to the week 1 student CD and deleted the week 2 student CD.<br><br>Tutorials<br>• Updated the PSP0 tutorial to better explain the import/export feature of the SEI PSP Access student workbook.<br>• Updated the PSP0 tutorial to better explain how to mark an assignment complete.<br>• The PSP2 was updated to accurately describe how to complete defect planning with the SEI Access student workbook.<br><br>Lectures<br>• Updated the earned value example in lecture 5. The plan schedule of 17 weeks was not intuitive and did not match the PSP EV formula. The example was updated to a 25 week schedule which assumes that the same planned value is earned each week.<br>• Changed the exercises in lecture 7 Software Design. The new exercises have the class complete the design templates for program 5 instead of the book example. This allows the class to focus on documenting the design rather than creating a design for a program they are not familiar with. The state machine exercise was deleted since the there is a state machine verification exercise in lecture 8.<br>• In lecture 9, bold italicized the fixes to the state machine on slides 46 and 50.<br>• Fixed many defects, inconsistencies, typos in the Design and Design Verification lectures, lectures 7, 8, and 9.<br><br>Programming Assignments<br>• Fixed the planning and post mortem scripts to better describe how to complete the steps when using the SEI Access student workbook.<br><br>PSP Student Workbook<br>• See the release notes for the complete list of changes and fixes.<br>

2007-07-15

AES加密解密源代码

加密:<br/>CRijndael oRijndael;<br/>oRijndael.MakeKey(pKey, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", nKeyLen, nBlockLen);<br/>oRijndael.EncryptBlock(pIn, pOut);<br/>解密:<br/>CRijndael oRijndael;<br/>oRijndael.MakeKey(pKey, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", nKeyLen, nBlockLen);<br/>oRijndael.DecryptBlock(pIn, pOut);

2007-06-14

mini designpattern

DesignPattern设计模式迷你手册

2007-06-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除