代码搜索:键盘程序
找到约 10,000 项符合「键盘程序」的源代码
代码结果 10,000
www.eeworm.com/read/162016/10344875
txt 拨号上网程序(转).txt
作者:chache
email: cyzhx@263.net
日期:2000-10-24 1:58:04
大家知道,在Netants、DownLoad Expert等软件中都带有定时拨号上网下载软件的功能。而
一般用户的拨号上网,利用的是Windows的Remote Access Service(RAS,远程访问服务)。
下面介绍一下其在Visual C++下的实现。
Visua
www.eeworm.com/read/162008/10346919
txt 发送q_crc程序.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity crc is
port(clk,reset:in std_logic;
q1,q_crc:out std_logic;
q2:out std_logic_vector(15 downto 0))
www.eeworm.com/read/280127/10353640
txt 滚动码应用原程序.txt
; MICROCHIP KEELOQ CODE HOPPING SIMPLE DECODER
;
; 一步学习; 单一键
;www.nbglin.com 电话:0574-88464538
;歌林电子制作工作室
; 配置控制:
; -VERSION 1.1 S. DAWSON
;
; FILE: SIMDEC11.ASM.
; DATE: 8 SEPTEMBER 1
www.eeworm.com/read/280127/10353658
txt can 的调试程序.txt
我的CAN 的调试程序,供参考,交流
#INCLUDE
; 接收数据程序
;***********RAM DEFINE*******************
CBLOCK 10H
TEMP_CANCON ;
TEMP_CANSTAT;
W_TEMP
DELAY2 ; DELAY 延时
DELAY1 ; DELAY
COUNT ; 查表
RX_C
www.eeworm.com/read/425471/10354418
vsd 主程序流程图.vsd
www.eeworm.com/read/280033/10359182
pdf linux设备驱动程序.pdf
www.eeworm.com/read/354075/10391830
txt pid控制c源程序.txt
BC31 TC30 编译过,可运行。
#include
#include
struct _pid {
int pv; /*integer that contains the process value*/
int sp; /*integer that contains the set po
www.eeworm.com/read/279688/10404106
txt 1khzpw50程序.txt
K1 EQU P1.1 ;k1脚
K2 EQU P1.2 ;k2脚
O1 EQU P1.5 ;o1脚
;初始化
ORG 0000H
MOV P1,#0FFH
MOV P3,#0FFH
MOV SP,#60H
www.eeworm.com/read/353811/10416325
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/353811/10416392
vhd 加法器源程序.vhd
------------------------------------------------------------------------
-- Single-bit adder
------------------------------------------------------------------------
library IEEE;
use IEEE.std_log