代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/129891/14219729
c tcpsend04.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpsend04 ");
sockfd = Tcp_connect(argv[1], argv[2]);
Write(sockfd, "123", 3);
www.eeworm.com/read/129891/14219755
c tcpsend05.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd, size;
char buff[16384];
if (argc != 3)
err_quit("usage: tcpsend04 ");
sockfd = Tcp_connect(argv[1], argv[2]);
s
www.eeworm.com/read/129864/14221764
java inverseeditorpanel.java
/**
* @version 1.20 1999-09-28
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.text.*;
import java.lang.reflect.*;
import java.beans.*;
import javax.sw
www.eeworm.com/read/129726/14231110
c norm.c
#include
#include
void main()
{
complex z;
z=complex(1,2);
cout
www.eeworm.com/read/129726/14231482
c setcurso.c
#include
#include
void main()
{
_setcursortype(_NORMALCURSOR);
printf("Normal cursor type.\n");
getch();
_setcursortype(_SOLIDCURSOR);
printf("Big cursor type.\n");
getch(
www.eeworm.com/read/231340/14238447
mdl sim_tutorial.mdl
Model {
Name "sim_tutorial"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines on
ShowLineWidths off
ShowPortDataT
www.eeworm.com/read/231340/14238688
mdl sim_tutorial.mdl
Model {
Name "sim_tutorial"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines on
ShowLineWidths off
ShowPortDataT
www.eeworm.com/read/128468/14295488
m svmhyper.m
function w = svmhyper(Xtrn,Itrn,alpha)
% SVMHYPER coputes normal vector of linear SVM decision rule.
% w = svmhyper(X,I,Alpha)
%
% The decision hyperplane is formed by the points x for which
% equat