代码搜索:jn
找到约 1,295 项符合「jn」的源代码
代码结果 1,295
www.eeworm.com/read/358790/10179411
wav jn.wav
www.eeworm.com/read/455872/7362455
js jn.js
//纪年数据结构:数据用逗号分开,每7个描述一个年号,格式为:起始公元,使用年数,已用年数,朝代,朝号,皇帝,年号
var JNs ='';
JNs+='-2069,45,0,夏,禹,,禹,-2024,10,0,夏,启,,启,-2014,25,0,夏,太康,,太康,-1986,14,0,夏,仲康,,仲康,-1972,28,0,夏,相,,相,-1944,2,0,夏,后羿,,后羿,-1942,
www.eeworm.com/read/140858/13057502
swf jn.swf
www.eeworm.com/read/131315/5931451
c jn.c
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/119864/6081944
c jn.c
/* jn.c
*
* Bessel function of integer order
*
*
*
* SYNOPSIS:
*
* int n;
* double x, y, jn();
*
* y = jn( n, x );
*
*
*
* DESCRIPTION:
*
* Returns Bessel function of order n, w
www.eeworm.com/read/101082/6241449
c jn.c
/* @(#)jn.c 4.1 ULTRIX 7/17/90 */
/*
floating point Bessel's function of
the first and second kinds and of
integer order.
int n;
double x;
jn(n,x);
returns the value of Jn(x) for all
intege
www.eeworm.com/read/101082/6242760
c jn.c
/* @(#)jn.c 1.10 */
/*LINTLIBRARY*/
/*
* Double-precision Bessel's function of
* the first and second kinds and of
* integer order.
*
* jn(n, x) returns the value of Jn(x) for all
* integer valu
www.eeworm.com/read/229812/4734119
c jn.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res