代码搜索:Windows
找到约 10,000 项符合「Windows」的源代码
代码结果 10,000
www.eeworm.com/read/325362/13210590
h windows.h
#pragma once
// CWindows 对话框
//用于模拟对方桌面的对话框
#include "KZQDlg.h"
class CWindows : public CDialog
{
DECLARE_DYNAMIC(CWindows)
public:
CWindows(CWnd* pParent = NULL); // 标准构造函数
virtua
www.eeworm.com/read/324793/13244440
cs windows.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace DSProcessing
{
///
/// Windows functions, a part of DSProcessing library.
/// author: Jan So
www.eeworm.com/read/138246/13247685
html windows.html
Setting the CLASSPATH Environment Variable on a Windows Platform
www.eeworm.com/read/324438/13262942
ppm windows.ppm
www.eeworm.com/read/238962/13312859
inc windows.inc
www.eeworm.com/read/323809/13316061
h windows.h
/****************************************Copyright (c)**************************************************
*
*
*
www.eeworm.com/read/323809/13316087
c windows.c
/****************************************Copyright (c)***********************************
*
* (c) Copyright 2006-2008, hui lian. luo, china, zj. hz
* All R
www.eeworm.com/read/323809/13316393
crf windows.crf
www.eeworm.com/read/323119/13351947
result windows.result
use lpt1;
ERROR 42000: Unknown database 'lpt1'
use com1;
ERROR 42000: Unknown database 'com1'
use prn;
ERROR 42000: Unknown database 'prn'
create table nu (a int);
drop table nu;
www.eeworm.com/read/323119/13352552
inc windows.inc
--require r/true.require
disable_query_log;
select convert(@@version_compile_os using latin1) IN ("Win32","Win64","Windows") as "TRUE";
enable_query_log;