代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/207016/5002944
c basic_rf_receive.c
/*******************************************************************************************************
*
www.eeworm.com/read/206625/5005683
c basic_hello1.c
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/204643/5030642
dsp mod_auth_basic.dsp
# Microsoft Developer Studio Project File - Name="mod_auth_basic" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/204643/5030649
c mod_auth_basic.c
/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/203682/5039803
dsw test_basic_prediction.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/203682/5039804
dsp test_basic_prediction.dsp
# Microsoft Developer Studio Project File - Name="test_basic_prediction" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE
www.eeworm.com/read/203123/5041702
c basic_prediction_mmx.c
/**************************************************************************
* *
* This code has been developed by Eugene Kuzn
www.eeworm.com/read/203123/5041732
c basic_prediction_mmx.c
**/
#include "basic_prediction.h"
void CopyBlock(unsigned char * Src, unsigned char * Dst, int Stride)
{
int dy;
long *lpSrc = (long *) Src;
long *lpDst = (long *) Dst;
int lpStride
www.eeworm.com/read/203123/5041764
c test_basic_prediction.c
/*
test_basic_prediction.c
Test program for basic_prediction. Tests for accuracy and can also be used for
testing the speed of this module.
Version 0.1
John Funnell, 18 March 2001