代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/494691/6360161
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/* go though send string, converting escape sequences on the fly */
while ( (c = *ptr++) != 0) {
www.eeworm.com/read/490627/6449897
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/* go though send string, converting escape sequences on the fly */
while ( (c = *ptr++) != 0) {
www.eeworm.com/read/476848/6751820
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/* go though send string, converting escape sequences on the fly */
while ( (c = *ptr++) != 0) {
www.eeworm.com/read/154775/11927180
raidreconf-howto
Raidreconf HOWTO
By Daniel S. Cox dcox at connex.com
Version 0.1 11-Apr-2001
This HOWTO provides a concrete example of converting a Software RAID-5
three disk array to a four disk array.
----------
www.eeworm.com/read/221024/14772313
html http:^^www.cs.washington.edu^research^smt^papers^tlpabstract.html
Date: Tue, 10 Dec 1996 03:22:51 GMT
Server: NCSA/1.4.2
Content-type: text/html
"Converting Thread-Level Parallelism to Instruction-Level Parallelism via Simultaneous Multithreadi
www.eeworm.com/read/210671/15193748
cpp fig19_09.cpp
// Fig. 19.9: fig19_09.cpp
// Converting to C-style strings.
#include
using std::cout;
using std::endl;
#include
using std::string;
int main()
{
string s( "STRI
www.eeworm.com/read/207169/15281236
asv xyz.asv
function cart=orb2cart(z)
%ORB2CART Orbital elements to Cartesian coordinates.
% Mfile for converting orbital elements ==> r, v vectors
% input is vector z (6 x 1) of classical orbital elements
www.eeworm.com/read/207169/15281237
m xyz.m
function cart=orb2cart(OE)
%ORB2CART Orbital elements to Cartesian coordinates.
% Mfile for converting orbital elements ==> r, v vectors
% input is vector z (6 x 1) of classical orbital elements
www.eeworm.com/read/453994/1634180
readme
log2rrd
Usage:
log2rrd.pl {mrtg logfile} {destination directory}
Log2rrd is a simple tool for converting MRTG logfiles into round robin
database (RRD) files. The original version was wri
www.eeworm.com/read/226006/4788998
man_pages
#!/bin/bash
if [ "$RELTYPE" = 'stable' ] ; then
echo -n "Converting man pages to HTML... "
#man ./logwatch.8 | man2html -nodepage > /var/www/mason/html/projects/logwatch/tabs/docs/logwatch.8.ht