代码搜索:全数字
找到约 10,000 项符合「全数字」的源代码
代码结果 10,000
www.eeworm.com/read/363846/9934057
cpp cecreateevent.cpp
// CECreateEvent.cpp : 定义应用程序的入口点。
//
#include "stdafx.h"
#include "CECreateEvent.h"
#include
#include
#define MAX_LOADSTRING 100
void DoMyEvent(HWND hWnd);
// 全
www.eeworm.com/read/277849/10599938
cpp adoconnection.cpp
/****************************************/
/* ADO封装类设计AdoConnection */
/*设计者:全佳营 */
/*时间:2004.5.9-2004.5.18 */
/*Email:ghostman@tzc.edu.cn */
/*本ADO封装类是参考网友提供的设计的 */
/*文件名:AdoCo
www.eeworm.com/read/277849/10599942
h adoconnection.h
/****************************************/
/* ADO封装类设计AdoConnection */
/*设计者:全佳营 */
/*时间:2004.5.9-2004.5.18 */
/*Email:ghostman@tzc.edu.cn */
/*本ADO封装类是参考网友提供的设计的 */
/*文件名:AdoCo
www.eeworm.com/read/207795/6315833
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
uchar keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
if((KEY
www.eeworm.com/read/155134/11896018
c main.c
main()
{
int iRData=0,iWData=0;
Init_IOB();
while(1)
{
ClearWatchDog();
Init_WR_InABC(); //8255A向控制寄存器写入,工作方式0,全置输入
ClearWatchDog();
iRData=Read_PA();
www.eeworm.com/read/233361/14157045
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
unsigned char keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
www.eeworm.com/read/207794/15262044
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
unsigned char keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
www.eeworm.com/read/7756/132971
h key.h
#include
#include
#define uchar unsigned char
#define KEYPORT P2
unsigned char keyscan(void)
{
uchar scancode,tmpcode;
KEYPORT=0xf0; //发全1行扫描码
www.eeworm.com/read/270276/4240764
java connectionmanager.java
package com.accp.teem.server.dao ;
/**
* Title: 验证码注册
*
* Description:
*
* Copyright: Copyright (c) 2007
*
* Company: 北大青鸟ACCP软件制作
*
* @author 廖启全
*
www.eeworm.com/read/111276/15515815
cpp 逆矩阵.cpp
//全主元矩阵求逆程序
# include
# include
# include
double **a;
int row;
void divn(double **a,int row )
{
int* is;
int *js;
js=new int[row];
is=new i