代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/359657/10131516
txt ga-vb.txt
Public Function SelectOperation()
Dim i , j , sortnumber As Integer
Dim p , sum , avFitnessValue(100) As Double
sum = 0
Randomize (137)
For i = 0 To Popsize 2 1
sum = sum + FitnessValue(i) ’求种群
www.eeworm.com/read/164070/10131668
frm 启动.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form 启动
Caption = "启动"
ClientHeight = 8400
ClientLeft = 60
Client
www.eeworm.com/read/359615/10133863
bas module1.bas
Attribute VB_Name = "Module1"
Public adoCon As New ADODB.Connection
Public adors As New ADODB.Recordset
Public Sub main()
Set adoCon = New ADODB.Connection
adoCon.Open "Provider=Microsoft
www.eeworm.com/read/359581/10135356
c summing.c
/* summing.c -- sums integers entered interactively */
#include
int main(void)
{
long num;
long sum = 0L; /* initialize sum to zero */
int status;
printf("Ple
www.eeworm.com/read/359581/10135407
c divide.c
/* divide.c -- divisions we have known */
#include
int main(void)
{
printf("integer division: 5/4 is %d \n", 5/4);
printf("integer division: 6/3 is %d \n", 6/3);
p
www.eeworm.com/read/359577/10135820
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "nbtheory.h"
#include "modarith.h"
#include "algparam.h"
#include
www.eeworm.com/read/359577/10136216
h gfpcrypt.h
#ifndef CRYPTOPP_GFPCRYPT_H
#define CRYPTOPP_GFPCRYPT_H
/** \file
Implementation of schemes based on DL over GF(p)
*/
#include "pubkey.h"
#include "modexppc.h"
#include "sha.h"
#include "
www.eeworm.com/read/359548/10139919
java integerreader.java
import java.io.*;
/**
* This class provides a method that reads an integer from the
* standard input.
*
* @author author name
* @version 1.0.0
*/
public class IntegerReader {
p
www.eeworm.com/read/359548/10139924
java commandparam.java
import java.io.*;
public class CommandParam {
public static void main(String[] args) {
int i=Integer.parseInt(args[0]);
int j=Integer.parseInt(args[1]);
int s=i+j;
int mod=i%j;
Syste
www.eeworm.com/read/163904/10140238
pas bmplbox.pas
unit Bmplbox;
{
TBmpListBox & TBmpComboBox components
*************************************
Freeware by MainSoft sarl.
Uploaded by Patrick Philippot, CIS: 72561,3532
This unit co