-
nasm汇编语言开发手册!对于那些想借助nasm跨平台特性开发底层程序的程序员很有用处!...
nasm汇编语言开发手册!对于那些想借助nasm跨平台特性开发底层程序的程序员很有用处!-nasm assemler man page
- 2022-03-09 11:58:32下载
- 积分:1
-
programming essence
编程精粹 ─── Microsoft编写优质无错C程序秘诀 英文经典中文版.精辟!-programming essence-------------------- Microsoft prepared quality no mistake C program secret English classic Chinese version. Brilliant!
- 2022-01-31 03:12:44下载
- 积分:1
-
拒绝和返回过程
REJECTS AND RETURNS PROCESS
3.9
14 October 2005
- 2022-02-11 16:27:42下载
- 积分:1
-
java语言规范
java语言规范-java language specification
- 2022-03-01 22:56:03下载
- 积分:1
-
一般介绍matlab的书籍,对初学者比较有用
一般介绍matlab的书籍,对初学者比较有用-general descriptions of books, more useful for beginners
- 2022-07-10 23:56:11下载
- 积分:1
-
How to control the time s equence of LM3033B
讨论如何利用软件控制 !"#$## &$ ’# 液晶显示模块时序(采用 )*+ 语言编程(驱动
液晶模块实现并行传输方式的字符#汉字以及图形显示$具体阐述了 !"#$## !$ ’# 液晶显示
模块与单片机 ,-./0*1 的并行接口电路和软件编程方法$
关键词"!"#$## &$ ’# 液晶显示模块 0-2/1$ 控制器 ,-./0*1 单片机 )*+ 编程-How to control the time s equence of LM3033B- 0BR3 LCD module by C51
programming was dis cus s ed in this paper. In this way the LCD module was driven by
parallel communication and the characters and graphics could be displayed well. The parallel
interface circuit and the soft des ign between LM3033B- 0BR3 LCD module and AT89S52
were narrated in detail.
- 2022-03-21 07:54:47下载
- 积分:1
-
c++剖析详细地讲述了c__中的底层秘密,比较适合于对c++you有一定基础的读者...
c++剖析详细地讲述了c__中的底层秘密,比较适合于对c++you有一定基础的读者-c analyze detailed account of the bottom c__ secret, more suited to the c you a basis of readers
- 2022-05-22 23:37:47下载
- 积分: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
-
这本书是关于业务流程的管理。这是肯定的
This book is about the management of business processes. This is certainly
not a new topic. Since the beginning of the Industrial Revolution, it
has been written about from every possible point of view―economic,
sociological, psychological, accountancy, mechanical engineering and
business administration. In this book, we examine the management of
business processes from the perspective of computing, or―to put it more
broadly―of information technology. The reason is that information
technology has made huge leaps forward in recent years, resulting in
the creation of completely new ways of organizing business processes.
The development of generic software packages for managing business
processes―so-called workflow management systems (WFMS)―is particularly
important in this respect.-This book is about the management of busine ss processes. This is certainly not a new topic. Since the beginning of the Industrial Revoluti on, it has been written about from every possib
- 2022-01-30 16:58:26下载
- 积分:1
-
C++中,成员指针是最为复杂的语法结构。但在事件驱动和多线程应用中被广泛用于调用回叫函数。在多线程应用中,每个线程都通过指向成员函数的指针来调用该函数。在这样的...
C++中,成员指针是最为复杂的语法结构。但在事件驱动和多线程应用中被广泛用于调用回叫函数。在多线程应用中,每个线程都通过指向成员函数的指针来调用该函数。在这样的应用中,如果不用成员指针,编程是非常困难的。 -a member of indicators is the most complex grammatical structure. However, in event-driven multi-threaded applications and are widely used in the callback function to call. In multi-threaded applications, each thread through the indicators point to a member function to call the function. In such applications, if it is not a member of indicators, programming is very difficult.
- 2023-01-23 18:25:04下载
- 积分:1