代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/489424/6471076
bak music.vhd.bak
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY tone IS
PORT(clk:IN STD_LOGIC;
q:OUT INTEGER RANGE 0 TO 16#3FFF#);
--14位二进制数
END tone;
ARCHITECTURE rtl OF tone IS
CONSTANT low_6:INTEGE
www.eeworm.com/read/489424/6471081
vhd music.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY tone IS
PORT(clk:IN STD_LOGIC;
q:OUT INTEGER RANGE 0 TO 16#3FFF#);
--14位二进制数
END tone;
ARCHITECTURE rtl OF tone IS
CONSTANT low_6:INTEGE
www.eeworm.com/read/263454/11362276
c unscale.c
#include
#include
#include
// #define PRINT_INFO
void ILUPACKUNDOSCALING(size_t *Fparam,
size_t *FPREC,
integer *nlev,
integer *n,
integer
www.eeworm.com/read/263454/11362313
c symspdilupackconvert.c
#include
#include
#include
// #define PRINT_INFO
integer SYMSPDILUPACKCONVERT(size_t *Fparam,
size_t *FPREC,
integer *nlev) {
/*
www.eeworm.com/read/263454/11362340
h f2c.h
/* Fortran to C header file */
#ifndef __F2C__
#define __F2C__
#include "long_integer.h"
#define logical integer
#define ftnlen integer
#define real
www.eeworm.com/read/260605/11717136
pas testalgorithms.pas
unit TestAlgorithms;
interface
uses
Classes, SysUtils,
TestFramework,
TestExtensions,
DGL_Pointer,DGL_Integer,DGL_String,DGL_Interface,
_DGL_Object,_DGL_Point;
type
TTest_Al
www.eeworm.com/read/226688/14455284
pas rightwebintf.pas
{ Invokable interface IRightWeb }
unit RightWebIntf;
interface
uses InvokeRegistry, Types, XSBuiltIns;
type
{ Invokable interfaces must derive from IInvokable }
IRightWeb = interfa
www.eeworm.com/read/115801/15000564
txt 说明.txt
我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer;PID:Integer;Caption:string;字段名成可以不同,但是类型必须相同!
公用单元:TreeFillThrd.pas;TreeUtils.pas
www.eeworm.com/read/209946/15210919
~pas maxmin.~pas
unit MaxMin;
interface
uses main;
//type TMatrix = array of array of real;
//type svm_param_pointer = ^ svm_param;
function CreateParamObject: svm_param;cdecl;
function show_c(para
www.eeworm.com/read/169697/5414777
f90 wingetf90.f90
! This file created from test/mpi/f77/rma/wingetf.f with f77tof90
! -*- Mode: Fortran; -*-
!
! (C) 2003 by Argonne National Laboratory.
! See COPYRIGHT in top-level directory.
!
program m