代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/280228/10345441
c gui_basic.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
* 作者:黄绍斌
* 日期:2004.02.26
* 备注:图形操作层,进行各种图形运算
www.eeworm.com/read/280228/10345490
o gui_basic.o
www.eeworm.com/read/280228/10345548
o gui_basic.o
www.eeworm.com/read/353746/10421258
c basic-atsui.c
/* Pango
* basic-atsui.c
*
* Copyright (C) 2005 Imendio AB
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* Lice
www.eeworm.com/read/353746/10421263
c basic-x.c
/* Pango
* basic.c:
*
* Copyright (C) 1999 Red Hat Software
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* Lic
www.eeworm.com/read/353746/10421281
c basic-fc.c
/* Pango
* basic-fc.c: Basic shaper for FreeType-based backends
*
* Copyright (C) 2000, 2007 Red Hat Software
* Authors:
* Owen Taylor
* Behdad Esfahbod
www.eeworm.com/read/353723/10425650
m basic pso.m
%Initialization of PSO parameters
wmax=0.9;
wmin=0.4;
itmax=200; %Maximum iteration number
c1=1.4;
c2=1.4;
for iter=1:itmax
W(iter)=wmax-((wmax-wmin)/itmax)*iter;
end
%*******************
www.eeworm.com/read/353228/10460605
h gui_basic.h
/****************************************************************************************
* 文件名:GUI_BASIC.H
* 功能:GUI基本画图函数。
* 说明:
******************************************************************
www.eeworm.com/read/353228/10460769
c gui_basic_.c
/****************************************************************************************
* 文件名:GUI_BASIC.C
* 功能:GUI基本绘图函数。进行基本绘图运算,并调用相应的刷新程序更新LCD显示。
* 日期:2004.02.26
* 备注:图形操作层,进行各种图形运算操作。
*****