代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/349914/10783714
c tcp.c
#include "DSP28_Device.h"
struct ipaddr server_ipaddr,nod_ipaddr,r_ipaddr;
struct mac MAC_server,MAC_broad,MAC_rec;
struct mac MAC_self,MAC_nod;
struct iphdr t_iphdr;
struct
www.eeworm.com/read/420310/10804475
m sh_ge_se_ex_so.m
% 编写求解自激过程微分方程的脚本函数
% 将该脚本函数定义为sh_ge_se_ex_so(shunt_generator_self_excited_solver)
[t,iff]=ode23(@sh_ge_se_ex_ode,[0 10],[0])
% 指定全局变量(注意全局变量必须在同时使用的多个函数中同时指定)
global a1 a2 a3 a4 Rf
% 绘图(这里采用多子
www.eeworm.com/read/275429/10816804
c rtl8019.c
#include "cpu_reg.h"
#include "RTL8019.h"
struct ipaddr server_ipaddr,nod_ipaddr,r_ipaddr;
struct mac MAC_server,MAC_broad,MAC_rec;
struct mac MAC_self,MAC_nod;
struct iphdr
www.eeworm.com/read/275417/10817060
c rtl8019.c
#include "cpu_reg.h"
#include "string.h"
#include "RTL8019.h"
struct ipaddr server_ipaddr,nod_ipaddr,r_ipaddr;
struct mac MAC_server,MAC_broad,MAC_rec;
struct mac MAC_self,MAC_
www.eeworm.com/read/349554/10818251
c rtl8019.c
#include "cpu_reg.h"
#include "RTL8019.h"
struct ipaddr server_ipaddr,nod_ipaddr,r_ipaddr;
struct mac MAC_server,MAC_broad,MAC_rec;
struct mac MAC_self,MAC_nod;
struct iphdr
www.eeworm.com/read/348907/10860604
py melddoc.py
### Copyright (C) 2002-2006 Stephen Kennedy
### This program is free software; you can redistribute it and/or modify
### it under the terms of the GNU General Public License as pub
www.eeworm.com/read/419410/10870253
c threaddata.c
#include
#include
#include
pthread_key_t key;
void destructor (char * str)
{
printf ("thread %d ends, param = %s\n", pthread_self(), str);
free (str);
s
www.eeworm.com/read/419410/10870256
c createthread.c
#include
#include
#include
#include
int * thread(void * arg)
{
pthread_t newthid;
newthid = pthread_self();
printf("this is a new thread, thr
www.eeworm.com/read/418590/10939730
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, Buttons;
type
TForm1 = class(TForm)
Button1:
www.eeworm.com/read/272513/10955122
h compressed_iter.h
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You should have recei