代码搜索:visual basic

找到约 10,000 项符合「visual basic」的源代码

代码结果 10,000
www.eeworm.com/read/394626/2455213

uv2 adc0809 basic.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 Op
www.eeworm.com/read/385462/2588745

py 01_vcpu-disable_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Authors: Dan Smith # Ryan Harper # 1) Make sure we have a multi cpu sys
www.eeworm.com/read/385462/2588880

py 01_vcpu-pin_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith # 1) Make sure we have a multi cpu system # 2) Create a test domain and pin its V
www.eeworm.com/read/378825/2680908

uv2 adc0809 basic.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x0 Op
www.eeworm.com/read/373367/2764693

cc qa_atsci_basic_trellis_encoder.cc

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/373367/2764801

h qa_atsci_basic_trellis_encoder.h

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/366702/2865419

c test_basic_array_size_and_align.c

/* This checks . */ #include "defines.h" #include "macros.h" int main (void) { /* Integral types. */ run_signed_tests3(check_array_size_and_align, char, TYPE_SIZE_CHAR, TYPE_ALIGN_CHAR); ru
www.eeworm.com/read/366702/2865424

c test_basic_struct_size_and_align.c

/* This checks size and alignment of structs with a single basic type element. All basic types are checked. */ #include "defines.h" #include "macros.h" int main (void) { /* Integral types. *
www.eeworm.com/read/366702/2865436

c test_basic_union_size_and_align.c

/* Test of simple unions, size and alignment. */ #include "defines.h" #include "macros.h" int main (void) { /* Integral types. */ run_signed_tests3(check_basic_union_size_and_align, char, TYP