代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/296958/8068761
h basic.h
/******************************************************************************
* COPYRIGHT (c) MOTOROLA 2003
* FILE NAME: basic.h
www.eeworm.com/read/296958/8068782
c basic.c
/******************************************************************************
* COPYRIGHT (c) MOTOROLA 2003
* FILE NAME: basic.c
www.eeworm.com/read/396470/8105869
dpr basic.dpr
program Basic;
{$R *.res}
uses
Windows, SysUtils, HGEImages, HGECanvas, HGEDef, HGE,
HGESpriteEngine;
type
TMonoSprite = class(TSprite)
private
FCounter: Double;
FLife:
www.eeworm.com/read/396470/8105917
exe basic.exe
www.eeworm.com/read/396470/8105919
cfg basic.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/396470/8105925
res basic.res
www.eeworm.com/read/247201/12673800
cpp basic.cpp
#include "stdafx.h"
#include "Basic.h"
void byte2bit(int byte,int bit[8])
{
int i=0;
for(i=0;i
www.eeworm.com/read/247201/12673814
h basic.h
void byte2bit(int byte,int bit[8]);
void Rot_bit(int bit[8]);
void bit_copy(int a[8],int b[8]);
void bit_xor(int a[8],int m[8]);
int bit2byte(int bit[8]);
void pout(int state[4][4]);
void pb
www.eeworm.com/read/247201/12673883
cpp basic.cpp
#include "stdafx.h"
#include "Basic.h"
void byte2bit(int byte,int bit[8])
{
int i=0;
for(i=0;i