搜索资源列表
欣赏优美的程序
- 虽然块头不大,但里面提到的很多是我们必须要注意的-physique, which he mentions, many of which we must pay attention to the
wanxuan-world
- 有关我国伟大的计算机科学家王选的传记,让我们向王选致敬-the great Chinese computer scientists Wang Xuan's biography, let us pay tribute to Wang Xuan.
C++Important
- c++编程高手必读,里面介绍了一些编程(c++)需要注意的细节,很值得参考-c mandatory master programming, which introduced the program (c) the need to pay attention to the details, is worth reference
VHDL-beststudy
- This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 ver
dodolook147
- 大家现在可以自己看看这本书籍,我们的生活开始富裕了,但也要注意身体了 -we can now look at their books, our life became rich, but we should also pay attention to the physical
hsbd
- 高速数字电路板设计 内容包括:电源网络的布线;信号线的阻抗计算;信号的反射、端接;交调和滤波等。此文对电路板(特别是高速电路板)的设计具有非常实用的理论指导作用。经本人推荐后已成为同事人手一册的“红宝书”。-high-speed digital circuit board design includes : Power network cabling; Signal line impedance calculation; signal reflection, termination; Har
PM-pay
- 北京项目经理的月工资清单,为程序员跳槽提高参考依据。
qdscc
- 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入