代码搜索:Insert

找到约 10,000 项符合「Insert」的源代码

代码结果 10,000
www.eeworm.com/read/171141/9769163

m insert.m

function f=insert(x0,y0,x) n=length(x0); s=0.0; for i=1:n p=1.0; for j=1:n if j~=i p=p.*((x-x0(j))/(x0(i)-x0(j))); end end s=s+y0(i).*p; end f=s
www.eeworm.com/read/170590/9797447

h insert.h

/****************************************************************/ /* COPYRIGHT NOTICE */ /* ---------------- */ /* All software in this listing remain the strict copyright */ /* of Ilij
www.eeworm.com/read/170590/9797522

c insert.c

/****************************************************************/ /* COPYRIGHT NOTICE */ /* ---------------- */ /* All software in this listing remain the strict copyright */ /* of Ilij
www.eeworm.com/read/415054/11085079

gif insert.gif

www.eeworm.com/read/414445/11111929

bmp insert.bmp

www.eeworm.com/read/268691/11125173

jsp insert.jsp

www.eeworm.com/read/265995/11247014

cpp insert.cpp

// Insert.cpp: implementation of the CInsert class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "学生成绩管理.h" #include "Insert.h" #ifd
www.eeworm.com/read/265995/11247034

h insert.h

// Insert.h: interface for the CInsert class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_INSERT_H__F24A687F_1E08_45E9_9E38_7E4F657E92FB__INCLUDED_)
www.eeworm.com/read/249070/12524005

cpp insert.cpp

#include "ListAexcept.h" void List::insert(int index, ListItemType newItem) throw(ListIndexOutOfRangeException, ListException) { if (size >= MAX_LIST) throw ListException("
www.eeworm.com/read/335168/12547511

c insert.c

#include #include "h.h" void insert() { FILE *fp1; char c='b'; /*输入一份数据*/ printf("\tNO.:");/*学号*/ scanf("%s",s.num); if((fp=fopen("student.dat","r"))==0) { fp=fopen(