代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/123074/6063418
multiple-feeds
Subject: [FAQ] innbbsd 的 multiple feed 设定
Date: 17 Jul 1995 01:31:43 GMT
由于 innbbsd 的 README 太过简略, 关于 nodelist.bbs 和 newsfeeds.bbs
的说明不多, 造成大家装设不便. 现在有空就上来 post 一点. 累积多了,
说不定下一个版本就能附上 "男人(man)" 了.
先
www.eeworm.com/read/117963/6100308
fl multiple.fl
# data file for the FLTK User Interface Designer (FLUID)
version 2.0001
images_dir ./
header_name {.h}
code_name {.cxx}
gridx 1
gridy 1
snap 1
decl {\#include } {publ
www.eeworm.com/read/117963/6100311
fl multiple.fl
# data file for the Fltk User Interface Designer (fluid)
version 1.00
header_name {.h}
code_name {.cxx}
gridx 1
gridy 1
snap 1
decl {\#include } {public
}
decl {\#incl
www.eeworm.com/read/263812/11340423
vbw multiple.vbw
frmStarter = 44, 44, 412, 265, , 22, 22, 390, 243, C
frmForm1 = 0, 0, 368, 221, , 88, 88, 456, 309, C
frmForm2 = 44, 44, 437, 241, , 88, 88, 456, 309, C
frmForm3 = 44, 44, 412, 265, , 66, 66, 434,
www.eeworm.com/read/263812/11340426
vbp multiple.vbp
Type=Exe
Form=frmOne.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
Form=frmForm.frm
Form=Form2.frm
Form=Form3.frm
Module=modMain; mod
www.eeworm.com/read/263812/11340473
vbw multiple.vbw
frmStarter = 44, 44, 412, 265, , 22, 22, 390, 243, C
frmForm1 = 0, 0, 368, 221, , 88, 88, 456, 309, C
frmForm2 = 88, 88, 456, 309, , 88, 88, 456, 309, C
frmForm3 = 66, 66, 434, 287, , 66, 66, 434,
www.eeworm.com/read/263812/11340476
vbp multiple.vbp
Type=Exe
Form=frmOne.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
Form=frmForm.frm
Form=Form2.frm
Form=Form3.frm
IconForm="frmStarte
www.eeworm.com/read/408854/11367489
cpp multiple.cpp
#include
#include
#define MAX 100
struct Node{
int data;
struct Node *next;
};
void output(struct Node *head, int pos)
{
if(!head) return;
if(!head->
www.eeworm.com/read/342473/12018790
bas multiple.bas
Attribute VB_Name = "Multiple"
'// 多元线性回归
'
Function Multiple(n As Integer, k As Integer, X() As Single, Y() As Single, b() As Single) As Boolean
Dim AV(101) As Single, S(101, 1001) As Singl