代码搜索结果
找到约 10,000 项符合
7 的代码
sample7_7.cs
/*
* 示例程序Sample7_7: Integral的勒让德-高斯求积法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立Integral的子类,在其中重载函数Func
chap7_7.mdl
Model {
Name "chap7_7"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
7_7_track.txt
1 1 1 1 1 1 1
1 1 1 1 0 0 1
2 2 0 1 0 0 1
1 1 0 1 0 0 1
1 1 0 1 0 0 1
1 1 0 1 0 0 1
1 1 1 1 1 1 1
example7_7.csproj
Debug
sample7_7.java
/*
* 示例程序Sample7_7: Integral的勒让德-高斯求积法
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Integral;
public class Sample7_7
{
public static void main(String[] args)
{
/
ch7_7.cpp
//*********************
//** ch7_7.cpp **
//*********************
#include
int maximum(int[][4],int,int);
void main()
{
int sg[3][4]={{68,77,73,86},
example_7_7.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example_7_7", "http://localhost/Example_7_7/Example_7_7.csproj", "{62E7BE98-42FA-49F4-9
exercise7_7.java
public class Exercise7_7 {
public static void main(String[] args) {
System.out.println(parseHex("10"));
System.out.println(parseHex("ABC"));
System.out.println(parseHex("10
ch7_7.cpp
//*********************
//** ch7_7.cpp **
//*********************
#include
int maximum(int[][4],int,int);
void main()
{
int sg[3][4]={{68,77,73,86},