代码搜索:hcon

找到约 23 项符合「hcon」的源代码

代码结果 23
www.eeworm.com/read/164288/10119911

hcon

#!/bin/sh ./hcmain
www.eeworm.com/read/451589/7461422

cpp m_02.cpp

// M_02.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include #include #include #include s
www.eeworm.com/read/251412/12346982

txt convect.txt

! /prep7 ! re-enter preprocessor allsel ! select everything lsclear,all ! delete all loads and constraints ! mptemp ! delete temp tables mpdele,all,20 ! delete conv+rad h vs. temp t
www.eeworm.com/read/149172/12397608

txt 手机等移动设备的编程.txt

/* * HttpMidlet.java */ import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import javax.microedition.io.*; import java.io.*; public class HttpMidlet extends MIDlet implement
www.eeworm.com/read/121923/14730369

txt 实现功能 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行dos命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。.txt

实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行DOS命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。 适用平台: Windows 9x/Me/NT/2000/XP/2003 程序需要自己创建一个 TConsoleWindow 类, 先看看如何使用这个类。 新建工程, 在 Form1 上放 5 个按钮, 分别为: 打开控制台窗口、执行DOS命令、输出文本、在指 ...
www.eeworm.com/read/288856/8598381

asm console.asm

include .\head.inc .data buffer db "Press Any Key to Continue",0 con db "CON",0 hCon dd ? act dd ? .code start: invoke GetStdHandle,STD_OUTPUT_HANDLE mov hCon,eax invoke SetConsoleTextAttri
www.eeworm.com/read/181350/9257497

h setcolor.h

#include "windows.h" #include "conio.h" void setcolor(unsigned short ForeColor=4,unsigned short BackGroundColor=0) { HANDLE hCon=GetStdHandle(STD_OUTPUT_HANDLE); //本例以输出为例 SetConsoleTextAttrib
www.eeworm.com/read/279489/10434454

cpp cgoxy.cpp

#include"goxy.h" #include void CGoxy::Goxy(int nX, int nY)//********************定位光标 { HANDLE hCon;//定义一个句柄 hCon = GetStdHandle(STD_OUTPUT_HANDLE); //获得输出设备的句柄
www.eeworm.com/read/444846/7605277

cpp color.cpp

// color.cpp: implementation of the color class. // ////////////////////////////////////////////////////////////////////// #include "color.h" #include //////////////////////////
www.eeworm.com/read/401752/11551070

cpp color.cpp

#include "color.h" #include void color::setcolor(unsigned short ForeColor, unsigned short BackGroundColor) { HANDLE hCon = GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleTextAttribute(