搜索资源列表
MillerCode
- The module includes three sub_module:FDivider128,generates the 1/128 frequency, MD_Counter8Zero, generates the flute when the posedge, MD_Counter8One,generates the flute when the negedge.The aim of the module is to generate the mended miller code to
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
Library-management-system
- 面向对象是软件开发的一种方法,产生的目标是增强应用程序代码的可重用性和可靠性,同时减少应用程序的维护工作。一个对象可以由其它的对象来创建,以此构造更复杂的对象。当这样的对象工作的很好时,设计者就不必再关心对象的内部结构。因此面向对象的软件设计方法效率很高-Object-oriented software development is a method of generating the aim is to enhance the application code reusability and