搜索结果
找到约 414 项符合
advanced-zh 的查询结果
软件设计/软件工程 Java technology is both a programming language and a platform. The Java programming language origina
Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time o ...
VC书籍 Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds fro
Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-streng ...
Java编程 ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and s
ENTERPRISE RESOURCE INFORMATION SYSTEM(ERIS) is a compurised solution for recruiting angencies and software consultants. This application maintains electronic database comprising of job applicants, clients and employers. User of this system can create and access details of all the information using ...
其他书籍 DESCRIPTION The DCP0105 family is a series of high efficiency, 5V input isolated DC/DC converters.
DESCRIPTION
The DCP0105 family is a series of high efficiency, 5V
input isolated DC/DC converters. In addition to 1W
nominal galvanically isolated output power capability,
the range of DC/DCs are also fully synchronizable.
The devices feature thermal shutdown, and overload
protection is implemented ...
系统设计方案 R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable ROM).
R1EX24xxx series are two-wire serial interface EEPROM (Electrically Erasable and Programmable
ROM). They realize high speed, low power consumption and a high level of reliability by employing
advanced MNOS memory technology and CMOS process and low voltage circuitry technology. They
also have a 128- ...
SQL Server SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zer
SQL中的单记录函数
1.ASCII
返回与指定的字符对应的十进制数
SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual
A A ZERO SPACE
--------- --------- --------- ---------
65 97 48 32
2.CHR
给出整数,返回对应的字符
SQL> select chr(54740) zhao,chr(65) chr65 from dual ...
软件设计/软件工程 The first decision, that has to be made for the AVR platform, is to select the development environm
The first decision, that has to be made for the AVR platform, is to select the
development environment you want to use, either ImageCraft s ICCAVR or
GNU s AVR-GCC. The commercial ImageCraft Compiler offers an advanced IDE
and is the first choice of most professional developers using a Windows PC. T ...
其他书籍 Linux socket programming delves into many particulars of network programming. It is organized into f
Linux socket programming delves into many particulars of network programming. It is organized into five specific parts: network programming from the client perspective, The Server Perspective and Load Control, Socket objects, advanced sockets.
Java书籍 Professional Android Application Development,英文,内容详尽,适合进阶 Chapter 1: Hello, Android . . . . . . . .
Professional Android Application Development,英文,内容详尽,适合进阶
Chapter 1: Hello, Android . . . . . . . . . . . . . . . . . . . . .. .
Chapter 2: Getting Started . . . . . . . . . . . . . . . . . . . .. .
Chapter 3: Creating Applications and Activities . . . . . . . . . . .
Chapter 4: Creat ...
技术管理 oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,
oracle中常用函数说明.
SQL中的单记录函数
1.ASCII
返回与指定的字符对应的十进制数
SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual
A A ZERO SPACE
--------- --------- --------- ---------
65 97 48 32
2.CHR
给出整数,返回对应的字符
SQL> select chr(54740) zhao,ch ...