See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard DRIVE and create an Internet Programming group window. Internet編程技術 [配套程序] [涉及平臺] VC [作者] void [文件大小] 1032K
標簽: description companion Appendix RESOURCE
上傳時間: 2013-12-04
上傳用戶:asasasas
我搜索了這個網站,見提供的CD player都是 c++,delphi源程序的;我就提供一個用win32匯編寫的CD player。功能跟界面絕對不輸于用上面軟件編寫的,具體功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD DRIVE support.
上傳時間: 2015-07-14
上傳用戶:遠遠ssad
用win32匯編編寫的類木馬的東西,運行后在機子上打開23端口,用telnet登陸,可以運行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM DRIVE door cdclose - to close CDROM DRIVE door bye - terminate connection, handles one user at a time kill - terminate sparczerver
上傳時間: 2013-12-12
上傳用戶:wcl168881111111
Visual Basic 6.0可以通過調用API函數格式化一個磁盤,無論是軟盤還是硬盤。 打開一個新的項目(工程1) ,如果你沒有更改過缺省模式,那么Visual Basic 6.0會自動添加一個form1文件,在form1上添加一個命令控件,將下面的代碼拷入。 Option Explicit Private Declare Function SHFormatDRIVE Lib"shell32"( ByVal Hend AS Long,ByVal DRIVE AS Long,ByVal FormatID AS Long,ByVal Options AS Long) as Long Private Sub FormatDisk(intDRIVE as integer,blnQuickFormat as Boolean) dim lngReturn As Long if (blnQuickFormat) then lngReturn= SHFormatDRIVE(0,intDRIVE,0&,1&) else lngReturn= SHFormatDRIVE(0,intDRIVE,0&,0&) end if end Sub Private Sub Command1_Click() call FormatDisk(0,True) End Sub 運行此程序。 注意FormatDisk函數的第一個變量很重要,他的值是0,1,2時代表格式化的分別是:A、B、C盤。
上傳時間: 2015-10-05
上傳用戶:kytqcool
安全移除usb設備功能,可禁止某類usb設備的使用,實行系統安全控制Removing a USB DRIVE using the Windows tray icon is easy - especially if you single left-click it... But sometimes it s useful to it from your program
上傳時間: 2015-10-15
上傳用戶:dianxin61
Spartan 3 Digilent Demo:This demo DRIVEs the perphrials on the Spartan 3 board. This DRIVEs a simple pattern to the VGA port, connects the switches to the LEDs, buttons to each anode of the seven segment decoder. The seven segment decoder has a simple counter running on it, and when SW0 is in the up position the seven segment decoder will display scan codes from the PS2 port. This demo how ever does not DRIVE the RS-232 port or the memory. This is a simple design done entirely VHDL not microblaze.
標簽: Spartan DRIVEs This perphrials
上傳時間: 2014-05-29
上傳用戶:SimonQQ
FLASH文件系統的源碼,Flash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard DRIVE technologies which requires unique software DRIVErs and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices.
上傳時間: 2015-11-29
上傳用戶:問題問題
This submission includes the presentation and model files that were used in delivering a webinar on 12-15-05 that covered the topic of modeling Hybrid Electric Vehicles. Hybrid electric vehicles (HEVs) have proven they can substantially improve fuel economy and reduce emissions. Because HEVs combine an electric DRIVE with the internal combustion engine (ICE) in the powertrain, the vehicle?s kinetic energy can be captured during braking and transformed into electrical energy in the battery. The dual power source also means that the ICE can be reduced in size and can operate at its most efficient speeds.
標簽: presentation submission delivering includes
上傳時間: 2015-12-24
上傳用戶:zl5712176
Microsoft.NET測試驅動開發 Test-DRIVEn Development in Microsoft .NET by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484 Microsoft Press © 2004 Using a wealth of pragmatic examples in C# and other .NET development tools, the two authors of this text demonstrate how to use automated tests to DRIVE lean, efficient coding and better design.
標簽: Microsoft A. W. Development
上傳時間: 2014-01-07
上傳用戶:ynzfm
ST7529液晶驅動 The ST7529 is a DRIVEr & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common DRIVEr circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral Interface (SPI), 8-bit/16-bit parallel or IIC display data and stores in an on-chip display data RAM. It performs display data RAM read/write operation with no external operating clock to minimize power consumption. In addition, because it contains power supply circuits necessary to DRIVE liquid crystal, it is possible to make a display system with the fewest components.
標簽: 7529 controller dot-matrix graphic
上傳時間: 2013-12-02
上傳用戶:奇奇奔奔