代码搜索:parallelport

找到约 158 项符合「parallelport」的源代码

代码结果 158
www.eeworm.com/read/204297/15341892

cpp main.cpp

#include "stdafx.h" #include "ParallelPort.h" CWinApp theApp; void DisplayUsage() { _tprintf(_T("Usage: ParallelPort /S | /R filename\n")); _tprintf(_T("Remember to run the receive
www.eeworm.com/read/137819/13295251

cpp main.cpp

#include "stdafx.h" #include "ParallelPort.h" //The one and only CWinApp CWinApp theApp; void DisplayUsage() { _tprintf(_T("Usage: ParallelPort /S | /R filename\n")); _tprintf(_T("Rem
www.eeworm.com/read/318772/13472153

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ParallelPort.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 10
www.eeworm.com/read/361019/10068514

java portviewerpanel.java

//MAP PANEL import java.awt.*; import java.awt.event.*; import javax.swing.*; import parport.ParallelPort; public class PortViewerPanel extends JPanel{ /*-----------Settings-----------*/
www.eeworm.com/read/278783/10509280

cpp downloaddialog.cpp

// DownloadDialog.cpp : implementation file // #include "stdafx.h" #include "FlashWriter.h" #include "DownloadDialog.h" #include "FlashWriterDlg.h" #include "conio.h" #include "ParallelPort
www.eeworm.com/read/318772/13472159

cpp parallelportdlg.cpp

// ParallelPortDlg.cpp : implementation file // #include "stdafx.h" #include "ParallelPort.h" #include "ParallelPortDlg.h" #include "conio.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/463946/1534658

jsp index.jsp

www.eeworm.com/read/493119/6406666

java controls.java

// Made by Yasir 05CS86 and Group. import parport.ParallelPort; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; imp