-
保护模式下的8259A芯片编程及中断处理探究_下.rar
保护模式下的8259A芯片编程及中断处理探究_下.rar-protected mode under the 8259A chip programming and interrupt handling Exploration _ under. Rar
- 2022-03-22 15:58:14下载
- 积分:1
-
小说网(c#)版源程序,学习还是不错滴,大家可以下载下来看看.
小说网(c#)版源程序,学习还是不错滴,大家可以下载下来看看.-Novel network (c#) Version of the source program, learning or good drops, everyone can download them to see.
- 2022-02-11 10:33:14下载
- 积分:1
-
Delphi database talks classic um for a long time to find the
Delphi数据库讲座 很经典的哦 找了好久的-Delphi database talks classic um for a long time to find the
- 2022-01-25 19:45:06下载
- 积分:1
-
开关电源设计中推荐的基本书籍,希望对大家有用
开关电源设计中推荐的基本书籍,希望对大家有用-source power
- 2022-03-05 11:31:01下载
- 积分:1
-
C/C++程序员实用大全例程0
C/C++程序员实用大全例程0-1-C/C programmers practical Daquan routines 0-1
- 2023-04-17 21:10:03下载
- 积分:1
-
EJB设计模式(中文版)
EJB设计模式(中文版)-EJB Design Patterns (Chinese version)
- 2022-01-22 15:16:52下载
- 积分:1
-
这是一篇技术教程,我会用很简单的文字表达清楚自己的意思,你要你识字就能看懂,就能学到知识。写这篇教程的目的,是让每一个看过这些文字的朋友记住一句话:如果爱可以让...
这是一篇技术教程,我会用很简单的文字表达清楚自己的意思,你要你识字就能看懂,就能学到知识。写这篇教程的目的,是让每一个看过这些文字的朋友记住一句话:如果爱可以让事情变的更简单,那么就让它简单吧!看这篇教程的方法,就是慢!慢慢的,如同品一个女人、一杯茗茶,你会发现很多以前就在眼前的东西突然变的很遥远,而有些很遥远的东西却又突然回到了眼前。-This is a technical tutorial, I will use very simple language to express clearly the meaning of their own, you have to be able to understand you illiterate, you can learn. The purpose of writing this tutorial is to let each one read these words to remember a friend saying: If you love to make things become more simple, then it simply bar! Look at this tutorial method is to slow! Slowly, as the product of a woman, a cup of tea, you will find a lot of things in front before suddenly became very distant, and some things very far away but suddenly returned to the front.
- 2023-08-14 13:45:03下载
- 积分:1
-
2000年四月二级试题
2000年四月二级试题-April 2000 two questions
- 2022-05-08 04:57:43下载
- 积分:1
-
C常用算法程序集,在这程序集中包含了20章,每一章又含盖了多个算法的源码,这对于一个c语言的学习者而言是莫大的一笔财富....
C常用算法程序集,在这程序集中包含了20章,每一章又含盖了多个算法的源码,这对于一个c语言的学习者而言是莫大的一笔财富.-C algorithms commonly used procedures set, this program focus includes 20 chapters, each chapter also covers a number of the algorithm source code for a c language learners is a great amount of wealth.
- 2022-02-25 00:50:17下载
- 积分:1
-
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此...
描述了C++文件操作的操作方法
ios::app: 以追加的方式打开文件
ios::ate: 文件打开后定位到文件尾,ios:app就包含有此属性
ios::binary: 以二进制方式打开文件,缺省的方式是文本方式。两种方式的区别见前文
ios::in: 文件以输入方式打开
ios::out: 文件以输出方式打开
ios::nocreate: 不建立文件,所以文件不存在时打开失败
ios::noreplace:不覆盖文件,所以打开文件时如果文件存在失败
ios::trunc: 如果文件存在,把文件长度设为0 -Describes the C++ file operations How ios:: app: an additional way to open the file ios:: ate: File opened locate end of file, ios: app will contain this attribute ios:: binary: open the file in binary mode , the default way is to text mode. The difference between two ways to see above ios:: in: file to open the input mode ios:: out: file to output mode open the ios:: nocreate: do not create the document, so when you open the file does not exist failed ios:: noreplace: Do not overwrite file, so when you open the file if the file exists failed ios:: trunc: If the file exists, the file size set to 0
- 2022-03-24 03:47:54下载
- 积分:1