代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/145129/12752274
vhd 加法器源程序.vhd
------------------------------------------------------------------------
-- Single-bit adder
------------------------------------------------------------------------
library IEEE;
use IEEE.std_log
www.eeworm.com/read/145129/12752334
v 加法器源程序.v
// download from: www.pld.com.cn & www.fpga.com.cn
module counter (count, clk, reset);
output [7:0] count;
input clk, reset;
reg [7:0] count;
parameter tpd_clk_to_count = 1;
parameter
www.eeworm.com/read/145092/12754013
doc 串并转换实验程序.doc
www.eeworm.com/read/145059/12754550
vhd 一个游戏程序.vhd
--
-- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved.
--
-- This source file may be used and distributed without restriction
-- provided that this copyright statement is n
www.eeworm.com/read/145059/12754578
vhd 加法器源程序.vhd
------------------------------------------------------------------------
-- Single-bit adder
------------------------------------------------------------------------
library IEEE;
use IEEE.std_log
www.eeworm.com/read/145059/12754637
v 加法器源程序.v
// download from: www.pld.com.cn & www.fpga.com.cn
module counter (count, clk, reset);
output [7:0] count;
input clk, reset;
reg [7:0] count;
parameter tpd_clk_to_count = 1;
parameter
www.eeworm.com/read/144879/12764855
exe 最佳直线应用程序.exe
www.eeworm.com/read/332034/12784339
txt 制作系统托盘程序.txt
一、隐藏程序的主窗口
首先,要使程序的主窗口不可见,并且不在任务栏上出现任务按钮,要做到这两点,需分别设置主边框窗口的风格和扩展风格:
BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
{
cs.style =WS_POPUP;//使主窗口不可见
cs.dwExStyle |=WS_EX_TOOLWINDOW;//不
www.eeworm.com/read/332034/12784341
txt 程序工作的当前目录.txt
怎样得到程序工作的当前目录
CString GetAppPath()
{
char exepath[MAX_PATH];
CString strdir, tmpdir;
memset(exepath,0,MAX_PATH);
GetModuleFileName(NULL,exepath,MAX_PATH);
tmpdir = exepath;
strdir = tmpd