代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/282428/9094841
c loop_intr.c
//Loop_intr.c Loop program using interrupt, output=input
//Comm routines and support files included in C6xdskinit.c
interrupt void c_int11() //interrupt service routine
{
int sample_d
www.eeworm.com/read/282428/9094848
pjt loop_intr.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\loop_intr\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Comp
www.eeworm.com/read/282428/9095175
out loop_print.out
www.eeworm.com/read/282428/9095183
pjt loop_print.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\Loop_print\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Com
www.eeworm.com/read/282428/9095186
c loop_print.c
//Loop_print.c Data acquisition. Loop with data printed to a file
#include
#define BUFFER_SIZE 64 //buffer size
int i=0;
int j=0;
int buffer[BUFFER_SIZE];
www.eeworm.com/read/381240/9100945
m loop2.m
%LOOP2
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% The following parameters need to be specified:
%
% Tu
www.eeworm.com/read/381240/9100948
m loop4.m
%LOOP4
% Creates triangular mesh for the helical tapered
% antenna of given radius, number of turns, spacing,
% and wire thickness.
%
% The following parameters need to be specified:
%
www.eeworm.com/read/381240/9100952
m loop1.m
%LOOP1
% Creates triangular mesh for the loop antenna of
% given radius and wire thickness
% The following parameters need to be specified:
%
% Loop radius in m a
www.eeworm.com/read/381240/9100954
mat loop1.mat
www.eeworm.com/read/381240/9100955
m loop3.m
%LOOP3
% Creates triangular mesh for the helical antenna
% of given radius, number of turns, spacing, and
% wire thickness.
%
% LOOP3 has a somewhat better mesh quality than LOOP2
%