代码搜索:高精度处理
找到约 10,000 项符合「高精度处理」的源代码
代码结果 10,000
www.eeworm.com/read/408435/11388179
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls,Math;
// initial permutation (IP) 数据处理IP置换
const
IP_Table :a
www.eeworm.com/read/407190/11425343
c 43.c
#include //包含串行处理模块
bit showclocksign;
bit showblocksign;
bit showfensign;
uchar count;
uint second;
uchar paoplace;
uint zongfen;
uchar speed=32;
idata uint free[16];
www.eeworm.com/read/401945/11545806
txt interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
www.eeworm.com/read/401853/11546867
h tcpdata.h
//
// C++ Interface: TcpData
//
// Description:对TCP连接进行处理
//
//
// Author: Jally , (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef TCPDATA_H
www.eeworm.com/read/401853/11546873
h udpdata.h
//
// C++ Interface: UdpData
//
// Description:处理接收到的UDP数据
//
//
// Author: Jally , (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef UDPDATA_H
www.eeworm.com/read/401687/11551862
txt interrupt.txt
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
www.eeworm.com/read/158439/11616852
asm interrupt.asm
CODE SEGMENT
ASSUME CS: CODE
NEW_INT: ;接收字符的中断处理程序
STI ;CPU开中断
MOV DX , 3F8H ;接收字符
www.eeworm.com/read/258989/11828976
java pipedstreamdemo.java
import java.io.*;
public class PipedStreamDemo{
public static void main(String args[]) throws IOException{
// 对可能发生的异常交由系统处理
PipedOutputStream pos = new PipedOutputStream();
PipedInputStr