代码搜索:JS
找到约 10,000 项符合「JS」的源代码
代码结果 10,000
www.eeworm.com/read/412561/11191767
js js_time.js
function JSTime(vYear,vMonth,vDate,vHour,vMinute,vSecond, vState)
{
if (vState == 0)
{
//设置过期日期
var expireDate = new Date(vYear,vMonth-1,vDate,vHour,vMinute,vSecond);
//设置当前日期
www.eeworm.com/read/266079/11243156
js admin_js.js
function checkall(form) {
for(var i = 0;i < form.elements.length; i++) {
var e = form.elements[i];
if (e.name != 'chkall' && e.disabled != true) {
e.checked = form.chkall.checked;
}
}
www.eeworm.com/read/135871/13891398
js topic_js.js
document.write('·今天刚增加了几个功能 - 2005-6-29 21:35:16·建议新版增加站内图片加上水印功能 - 2005-6-29 0:31:2...·
www.eeworm.com/read/135871/13891429
js dot_js.js
document.write('·3.1版已更新完毕,部分功能还没实现 - 2005-6-28 22...')
www.eeworm.com/read/135111/13960919
js js_function.js
minimizebar="images/minimize.gif"; //fullScreen窗口右上角最小化“按钮”的图片
closebar="images/close.gif"; //fullScreen窗口右上角关闭“按钮”的图片
icon="images/icon.gif"; //fullScreen窗口左上角的小图标
function noBo
www.eeworm.com/read/192264/8390416
c sdet.c
#include "math.h"
double sdet(a,n)
int n;
double a[];
{ int i,j,k,is,js,l,u,v;
double f,det,q,d;
f=1.0; det=1.0;
for (k=0; k
www.eeworm.com/read/192262/8390444
c rank.c
#include "math.h"
int rank(a,m,n)
int m,n;
double a[];
{ int i,j,k,nn,is,js,l,ll,u,v;
double q,d;
nn=m;
if (m>=n) nn=n;
k=0;
for (l=0; l
www.eeworm.com/read/290204/8496837
c rgauss.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int rgauss(n,a,b)
int n;
double a[],b[];
{ int *js,l,k,i,j,is,p,q;
double d,t;
js=malloc(n*sizeof(int));
l
www.eeworm.com/read/290204/8496951
c rgauss.c
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int rgauss(n,a,b)
int n;
double a[],b[];
{ int *js,l,k,i,j,is,p,q;
double d,t;
js=malloc(n*sizeof(int));
l
www.eeworm.com/read/290204/8496983
c cinv.c
#include "stdlib.h"
#include "stdio.h"
int cinv(n,ar,ai)
int n;
double ar[],ai[];
{ int *is,*js,i,j,k,l,u,v,w;
double p,q,s,t,d,b;
is=malloc(n*sizeof(int));
js=malloc