代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/350890/10700342
cs test.cs
using System;
using FastDbNet;
namespace FastDbNetTest
{
public class Test
{
///
/// The main entry point for the application.
///
[STAThread]
static void Main(stri
www.eeworm.com/read/350890/10700370
cs fastdbconnection.cs
using System;
using System.Text;
using System.Collections;
using System.Runtime.InteropServices;
using System.Diagnostics;
namespace FastDbNet
{
//--------------------------------------------------
www.eeworm.com/read/468861/6980694
cpp crf.cpp
#include
#include
#include
#include
#include
#include
#ifdef _WIN32
#include
#endif
#include "crf.h"
#include "fun.h"
#include "lbfgs
www.eeworm.com/read/463439/7109493
dsw cluster.dsw
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNUNG: DIESE ARBEITSBEREICHSDATEI DARF NICHT BEARBEITET ODER GEL諷CHT WERDEN!
####################################################
www.eeworm.com/read/456400/7349926
makefile
all: client
#编译器
CC=gcc
client: client.o cli.o
$(CC) -o client client.o cli.o
client.o: client.c client.h
cli.o: cli.c client.h
#清理目标文件
clean:
- rm *.o
www.eeworm.com/read/443996/7619492
java socketclient.java
import java.net.*;
import java.io.*;
public class SocketClient{
static Socket cli;
public static void main(String[] args)throws Exception{
cli=new Socket("192.168.1.203",10000);
Buff
www.eeworm.com/read/435808/7783794
sh convert.sh
#!/bin/sh
java -cp kaon2.jar org.semanticweb.kaon2.cli.Convert $1 $2 $3 $4
www.eeworm.com/read/435808/7784118
bat convert.bat
@echo off
java -cp kaon2.jar org.semanticweb.kaon2.cli.Convert %1 %2 %3 %4
www.eeworm.com/read/435054/7798681
asm l.asm
ASSUME CS:CODE, DS:DATA
DATA SEGMENT
NUM1 EQU 55
NUM2 EQU 80
MULT DW 04 DUP (? )
SAD DB 10
HELL DW 02
DATA ENDS
ORG 100H
CODE SEGMENT
CLI
STI
CLI
INT 10
MOV AX,BP
CLI