これは、Ubuntu Online、Fedora Online、Windows オンライン エミュレーター、MAC OS オンライン エミュレーターなど、複数の無料オンライン ワークステーションのいずれかを使用して、OnWorks 無料ホスティング プロバイダーで実行できるコマンド PGAGetIntegerFromBinary です。
プログラム:
NAME
PGAGetIntegerFromBinary - バイナリ文字列を整数値のエンコードとして解釈し、
それが表す整数値を返します。
入力 パラメーター
ctx-コンテキスト変数
p-文字列インデックス
pop-文字列が含まれる母集団の記号定数
start - バイナリ表現の開始ビット位置
end - バイナリ表現の終了ビット位置
出力 パラメーター
なし
SYNOPSIS
#include "pgapack.h"
int PGAGetIntegerFromBinary(ctx, p, Pop, start, end)
PGAContext * ctx
intp
イント・ポップ
int 開始
意図する
ロケーション
評価.c
実施例
例:
母集団 PGA_NEWPOP の文字列 p のビット 10 ~ 29 から整数 j を取得します。
PGAContext * ctx;
int j、p;
:
j = PGAGetIntegerFromBinary(ctx, p, PGA_NEWPOP, 10, 29);
05/01/95 PGAGetIntegerFromBinary(1)
onworks.net サービスを使用してオンラインで PGAGetIntegerFromBinary を使用する