资源列表
asic_design
- 华为,大规模逻辑设计指导书,规格详细,包括:VHDL编写规范,Verilog编写规范,asic设计方法,同步电路设计规则,vhdl电路设计,代码可重用设计,
ArithmeticDemo
- 这是用VC++编的算法分析中的实现!!有每个源程序
jiudianguanli
- 通过一个小型的酒店客房管理系统来讲述SQL Sever和ASP.NET网页技术的综合运用-SQL Sever and ASP.NET integrated use of web technology to tell the story of a small hotel room management system
LOADBITMAP
- 用比较简单的方法从文件打开位图,但是不能伸缩-Using relatively simple methods bitmap from the file to open, but not scalable
Employee_MFC
- 基于MFC的公司雇员信息系统,程序十分简单,但却用到了了C++中所有的基础知识,供初学者参考。-MFC-based information system for company employees, the program is very simple, but it has been used by C++ in all the basic knowledge, a reference for beginners.
internet_voter-insight-point
- 投资者角度研究和衡量无线互联网的发展前景,并做出相应的投资决策。-Investor point of view of research and the development prospects of the wireless Internet to measure and make appropriate investment decisions.
seven
- 里面有很多资料。pdf资料,关于vga,和视频显示的。ov7670-There are a lot of information. pdf information on vga, and video display. ov7670
Line-generation-algorithm
- 直线生成算法:采用DDA与Mid-Bresenham两种算法实现直线的绘制,可是直线的生成过程现实很明确。-Line generation algorithm: The DDA and the Mid-Bresenham straight line drawing of two algorithms to achieve, but the reality of the line generation process is very clear. 朗读 显示对应的拉丁字符的拼音 字典
Ex1_01
- Ex1_01 from Ivor Horton Visual C++ 2010
code-read-practice
- a popular Ebook describing code read ski-a popular Ebook describing code read skill
Diomidis.Spinellis
- Code Reading: The Open Source Perspective From Diomidis.Spinellis
HashTable
- 线性哈希表的简单实现。哈希表,是根据关键码值(Key value)而直接进行访问的数据结构(Simple implementation of linear hash table)