代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/282295/9104082
h cdata.h
integer numnp,numel,nummat,nen,neq,ipr
common /cdata/ numnp,numel,nummat,nen,neq,ipr
www.eeworm.com/read/282295/9104106
h eldata.h
real*8 dm
integer n,ma,mct,iel,nel
common /eldata/ dm,n,ma,mct,iel,nel
www.eeworm.com/read/282295/9104146
h psdat6.h
integer xll,yll,xur,yur
real*8 pscal
common /psdat6/ xll,yll,xur,yur,pscal
www.eeworm.com/read/282295/9104201
h ldata.h
integer l,lv,lvs, lve ,li,lis, lie
common /ldata/ l,lv,lvs(9),lve(9),li,lis(9),lie(9)
www.eeworm.com/read/282295/9104203
h arclei.h
integer kflag,ite,ndis,ndamp,nodis,nddis
common /arclei/ kflag,ite,ndis,ndamp,nodis,nddis
www.eeworm.com/read/282295/9104213
h pview.h
real*8 cs,zview
integer iview
logical lview
common /pview/ cs,zview,iview,lview
www.eeworm.com/read/381211/9104313
m lms_predict.m
function [e,P,b]=lms_predict(b,u,x,Q)
% [e,P,b]=lms_predict(b,u,x,Q)
%
% Adaptive LPC with quantization.
% Inputs:
% b = initial weight vector.
% u = adaptive gain constant; 0
www.eeworm.com/read/381033/9114917
vb form1.vb
Imports System.Text
Imports System.Net
Imports System.Net.Sockets
Imports System.Threading
Imports System.Windows.Forms
Public Class Form1
#Region "学习messagebox类"
Private Sub Button1_Clic
www.eeworm.com/read/184144/9120155
cls departments.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/380937/9121807
c onedim.c
/* 使用选择法排序 */
# include
void main()
{
int i, j, min, temp;
/* 定义一个整型得一维数组 */
int array[10];
/* 输入数据 */
printf("Please input ten integer: \n");
for(i=0; i