代码搜索:Terminated
找到约 1,727 项符合「Terminated」的源代码
代码结果 1,727
www.eeworm.com/read/408584/11381717
c str_cli08.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
char sendline[MAXLINE], recvline[MAXLINE];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
Writen(sockfd, sendline, strlen(sendline));
if
www.eeworm.com/read/408584/11381733
c sigchldwait.c
#include "unp.h"
void
sig_chld(int signo)
{
pid_t pid;
int stat;
pid = wait(&stat);
printf("child %d terminated\n", pid);
return;
}
www.eeworm.com/read/250662/12393131
c mstrnlen.c
/*
** Safe string length. Returns the length of a string that
** is possibly not NUL-terminated. 'size' is the length of the
** buffer in which this string is stored.
*/
#include
www.eeworm.com/read/131520/14142386
m drawlc3.m
function drlc3 = drawlc3(x0,y0,dx,ds,F)
% drawlc3.m Draw singly terminated LC-ladder with zeros at origin
% 3:27 22/2/99
%
% Album of Analog Filter Realizations
%
% Authors: Dej
www.eeworm.com/read/129891/14218874
c str_cli.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
char sendline[MAXLINE], recvline[MAXLINE];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
Writen(sockfd, sendline, strlen(sendline));
if
www.eeworm.com/read/129891/14219799
c str_cli11.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
char sendline[MAXLINE], recvline[MAXLINE];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
Writen(sockfd, sendline, 1);
sleep(1);
Writen
www.eeworm.com/read/129891/14219811
c str_cli08.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
char sendline[MAXLINE], recvline[MAXLINE];
while (Fgets(sendline, MAXLINE, fp) != NULL) {
Writen(sockfd, sendline, strlen(sendline));
if
www.eeworm.com/read/129891/14219817
c sigchldwait.c
#include "unp.h"
void
sig_chld(int signo)
{
pid_t pid;
int stat;
pid = wait(&stat);
printf("child %d terminated\n", pid);
return;
}
www.eeworm.com/read/223007/14664897
c mstrnlen.c
/*
** Safe string length. Returns the length of a string that
** is possibly not NUL-terminated. 'size' is the length of the
** buffer in which this string is stored.
*/
#include
www.eeworm.com/read/118811/14853858
txt c++字符串完全指南 - win32字符编码(二) .txt
C++字符串完全指南 - Win32字符编码(二)
作者: 翻译:连波
Friday, November 15 2002 2:49 PM
Win32 API中的MBCS 和 Unicode
API的二个字符集
也许你没有注意到,Win32的API和消息中的字符串处理函数有二种,一种为MCBS字符串,另一种为Unicode字符串。例如,Win32中没有SetWindow