代码搜索结果
找到约 10,000 项符合
1 的代码
structaddress_1_1b.html
VLSI Solution Oy Evaluation MP3 Player Source
structdiskblock_1_1raw.html
VLSI Solution Oy Evaluation MP3 Player Source
structdiskblock_1_1fat.html
VLSI Solution Oy Evaluation MP3 Player Source
structdirrecordunion_1_1entry.html
VLSI Solution Oy Evaluation MP3 Player Source
structdirrecordunion_1_1longentry.html
VLSI Solution Oy Evaluation MP3 Player Source
gademo1eval1.m
function [sol, val] = gaDemo1Eval(sol,options)
% Demonstration evaluation function used in gademo1.
% f(x)=x+10sin(5x)+7cos(4x)
%
% function [val,sol] = gaDemo1Eval(sol,options)
%
% val - the fittnes
c1ex1.m
function c1ex1
syms x; % 定义符号变量
f=sin(x)/(x^2+4*x+3); % 定义函数
f1=diff(f,x,1) % 求一阶导数
f4=diff(f,x,4) % 求 4 阶导数
hyperg_1f1.c
/* specfunc/hyperg_1F1.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU G
p1-36-1.sp
.OPTION POST=2
I1 0 10 PWL(0ms 0 3ms 6m 6ms 6m 6.001ms 3m
+ 9ms 3m 11ms 0)
R1 10 0 10K
.TRAN 0.1ms 12ms
.PROBE I(R1)
.END
frame1_aboutbox.java~1~
package media_player;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
public class Frame1_AboutBox extends JDialog implements ActionListener {
JPane