搜索结果
找到约 1,200 项符合
not-setup 的查询结果
可编程逻辑 PCB设计问题集锦
PCB设计问题集锦
问:PCB图中各种字符往往容易叠加在一起,或者相距很近,当板子布得很密时,情况更加严重。当我用Verify Design进行检查时,会产生错误,但这种错误可以忽略。往往这种错误很多,有几百个,将其他更重要的错误淹没了,如何使Verify Design会略掉这种错误,或者在众多的错误中快速找到重要的错误。 答 ...
游戏 Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space
Massively Multiplayer Space Trading and Combat game. This is an online strategy game, not a 3D space sim. Incorporating ideas from games such as Stars!, SE3, MOO, Tradewars, MUD/MOOs, Dune II, SimCity.
数据库系统 Generating next numbers in SQLServer should not be a problem. But problems arise when a customer ask
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
压缩解压 CZipFile is a lite library that allows you to get information about a zip archive. It is not able to
CZipFile is a lite library that allows you to get information about a zip archive. It is not able to decompress the files, but just retrieves the contents—the file name, file size, and so on.
USB编程 e365 Windows 98SE/ME USB Modem Setup File Copyright (c) 2003 Motorola Manufacturer: Motorola
e365 Windows 98SE/ME USB Modem Setup File Copyright (c) 2003 Motorola Manufacturer: Motorola
FlashMX/Flex源码 Connection Setup
Connection Setup
Java编程 A windows BMP file is a common image format that Java does not handle. While BMP images are used onl
A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endi ...
电子书籍 Why C++ is not just an ObjectOriented Programming Language
Why C++ is not just an ObjectOriented Programming Language
教育系统应用 数据库要求:Access 2000或者更高的版本。 系统要求:Windows系列操作系统。 运行“安装程序”文件夹中的setup.exe文件
数据库要求:Access 2000或者更高的版本。 系统要求:Windows系列操作系统。 运行“安装程序”文件夹中的setup.exe文件,按照系统提示进行安装。 登录时: 1. 如果是管理员身份,则需要输入管理员账号和密码,初次登录可以输入“admin”、“111”。 2. 如果是学生身份,则需要输入学生的编号和名称,初次登录可以输入“张三 ...
驱动编程 tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hard
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.