代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/111996/15496968
txt fenzhidingjie beibao .txt
/* 0/1背包问题的分支定界法算法*/
#include
#include
#define n 4
double m=15;
double p[n]={10,10,12,18};
double w[n]={2,4,6,9};
/* 物品按性价比从新排序*/
void sort(void){
int i,j;
for
www.eeworm.com/read/111298/15514833
cpp heapsort.cpp
void HeapSort (elemtype x[], int n)
/*用堆排序法对记录x[0]--x[n-1]排序*/
{
int i;
elemtype Temp;
/*初始建堆*/
for(i=(n-2/2);i>=0;i--)
CreatHeap(x,n,i);
/*输出堆顶元素后调整堆*/
for(i=n-1;
www.eeworm.com/read/109555/15554350
h 10-4.h
#ifndef SEARCH_METHODS
#define SEARCH_METHODS
//用顺序查找法在数组list中查找值为key的元素
//若找到,返回该元素下标,否则返回-1
template
int SeqSearch(T list[], int n, T key)
{
for(int i=0;i < n;i++)
if (l
www.eeworm.com/read/109554/15554474
h 10_4.h
#ifndef SEARCH_METHODS
#define SEARCH_METHODS
//用顺序查找法在数组list中查找值为key的元素
//若找到,返回该元素下标,否则返回-1
template
int SeqSearch(T list[], int n, T key)
{
for(int i=0;i < n;i++)
if (l
www.eeworm.com/read/106028/15648810
cpp ksxj.cpp
/*该程序功能:据140页快速弦截法解方程。*/
#include "stdafx.h"
#include
#include
#include
const N=500;
double f(double x)
{
return x*exp(x)-1;
}
double fz(double x0,double x1)
{
www.eeworm.com/read/103611/15728079
cpp eigenvaluevectorrealsymmetryjacobi.cpp
//EigenvalueVectorRealSymmetryJacobi.cpp
//实对称阵特征值及特征向量雅可比法
#include //输入输出流头文件
#include "Matrix.h" //矩阵类及相关函数头文件
#include "EigenvalueVector.h" //特征值及特征向量头文件
using namespace
www.eeworm.com/read/103610/15728122
cpp matrixtoeplitzinversiontrench.cpp
//MatrixToeplitzInversionTrench.cpp 特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入
www.eeworm.com/read/103443/15732246
cpp nestwmul.cpp
//这个程序在本书所带软盘中,文件名为NESTWMUL.CPP
//这个程序利用while嵌套循环显示九九乘法表。
#include
#include
void main(void)
{
int row, column;
cout
www.eeworm.com/read/278641/10522118
txt tips.txt
变速精灵不针对网络游戏设计,若能加速某些网络游戏,纯属巧合.
变速精灵中文版官方网站是 www.bsjl.cn ,请勿在其他网站下载.
变速精灵有免费版和VIP版两个版本,满足不同用户需求.
系统变速法对Winxp SP2以上版本无效,窗口变速法的兼容性更好.
变速精灵诞生于2001年,原名兄弟变速器,又名变速精灵XP. 兄弟变速. 兄弟变速齿轮.
变速精灵具有两种不同的变速方法,系统变 ...
www.eeworm.com/read/455181/7376890
txt 蓝屏代码.txt
有感於此經驗分享獲益良多,特公佈解決藍色螢幕WINDOWS法寶錯誤代碼說明一覽表。
數 值 敘 述:
0 0x0000作業完成。
1 0x0001不正確的函數。
2 0x0002系統找不到指定的檔案。
3 0x0003系統找不到指定的路徑。
4 0x0004系統無法開啟檔案。
5 0x0005拒絕存取。
6 0x0006無效的代碼。
7 0x0007儲存體控