搜索结果

找到约 353 项符合 THEN 的查询结果

Java编程 A Waiter relays an order Object to a Producer, waits in an independent thread during the production,

A Waiter relays an order Object to a Producer, waits in an independent thread during the production, and then delivers the result using a Consumer callback method.
https://www.eeworm.com/dl/633/115201.html
下载: 145
查看: 1067

matlab例程 Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The funct

Rotates an image by the angle degrees in the % CCW direction. Degrees may be any number. % The function will put degrees in the range 0 % to 360 degrees and then into a range of -45 to 45 % degrees after performing elementary 90 degree rotations.
https://www.eeworm.com/dl/665/127574.html
下载: 99
查看: 1041

压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
https://www.eeworm.com/dl/617/132266.html
下载: 80
查看: 1050

其他数据库 This program demonstrates how to do disconnected briefcase applications with ADO. When the Connected

This program demonstrates how to do disconnected briefcase applications with ADO. When the Connected checkbox is unchecked the application is switched into offline mode. If the application is exited at that point then the data is persisted to a file on disk (along with any edits to the data). When t ...
https://www.eeworm.com/dl/645/132584.html
下载: 141
查看: 1059

驱动编程 The flpydisk sample is a floppy driver that resides in the directory \NtddkSrcStorageFdcFlpydsk. It

The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The fl ...
https://www.eeworm.com/dl/618/135124.html
下载: 103
查看: 1054

Java编程 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . Datagr

3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver ...
https://www.eeworm.com/dl/633/135349.html
下载: 82
查看: 1065

单片机开发 This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct

This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
https://www.eeworm.com/dl/648/136359.html
下载: 59
查看: 1047

通讯编程文档 The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be abl

The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be able to communicate with other users! One other goal with this project was to lower the GPRS-traffic in the phone and make the ICQ-ing cheaper. A third goal was to make this service as easy to log-in t ...
https://www.eeworm.com/dl/646/138432.html
下载: 174
查看: 1106

Java书籍 This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architec

This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architecture is a component architecture for the development and deployment of componentbased distributed business applications. Applications written using the Enterprise JavaBeans architecture are scalable, t ...
https://www.eeworm.com/dl/656/142240.html
下载: 30
查看: 1045

网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3 ...
https://www.eeworm.com/dl/635/147009.html
下载: 115
查看: 1126