代码搜索:互相关
找到约 10,000 项符合「互相关」的源代码
代码结果 10,000
www.eeworm.com/read/394238/8241413
txt system_call.txt
any questions,send email to netxiong@eyou.com
相关文件
/arch/i386/kernel/traps.c
/arch/i386/kernel/entry.S
/include/asm-i386/unistd.h
系统调用的基本流程如下
(1)首先系统会使用trap_init来对各种门调用进行初始化
set_sy
www.eeworm.com/read/293882/8266835
cpp algo7-6.cpp
// algo7-6.cpp 实现算法7.15的程序。迪杰斯特拉算法的实现
#include"c1.h"
#define MAX_NAME 5 // 顶点字符串的最大长度+1
#define MAX_INFO 20 // 相关信息字符串的最大长度+1
typedef int VRType;
typedef char InfoType;
typedef char Verte
www.eeworm.com/read/192855/8269336
cpp nonlinearequation.cpp
//拟牛顿(QuasiNewton)法求解非线性方程组一组实根
#include "Comm.h" //公共部分头文件
#include "Matrix.h" //矩阵类及相关函数等的定义
#include "LinearEquation.h" //线性方程(组)求解头文件
#include
#include
#include
www.eeworm.com/read/292658/8342589
cpp matrixrank.cpp
// MatrixRank.cpp 用全选主元高斯消元法求一般矩阵的秩
//#include //文件流头文件
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入口点
www.eeworm.com/read/292658/8342610
cpp matrixqr.cpp
//MatrixQR.cpp
//用豪斯荷尔德(Householder)变换对一般m*n阶的实矩阵进行QR分解
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入口点
{
con
www.eeworm.com/read/369806/9633273
c kmg.c
/* AT89S51/52片内看门狗使用范例*/
#include
#include
sfr AUXR = 0x8E; //定义AT89S51扩展寄存器
sfr WDTRST = 0xA6;
void clr_wdt();
main()
{
AUXR = 0xff; // 初始化看门狗相关寄存器
www.eeworm.com/read/173459/9656677
wml
作者:蓝
email: lanxk@263.net
日期:00-7-4 13:19:12
Fieldset 提供了一种控件分组的功能,相对于Optgroup它的潜在价值更强了,但是需要客户端设备的支持才能获得显示效果。
相关属性:
title 标题
综合示例:
www.eeworm.com/read/172876/9683675
txt 说明.txt
1,程序以内容已经按规范组织好的词典为基础编写,运行时有时会有异常,不是程序本身的原因,而是因为词典的相关条目未按规范组织。
2,对于一个词,如果有多个原形,它会返回多个结果。
3,run.bat运行
www.eeworm.com/read/368262/9703575
cpp main7-4.cpp
// main7-4.cpp 检验bo7-4.cpp的主程序
#include"c1.h"
#define MAX_NAME 3 // 顶点字符串的最大长度+1
#define MAX_INFO 80 // 相关信息字符串的最大长度+1
typedef char InfoType;
typedef char VertexType[MAX_NAME]; // 字符串类型
#
www.eeworm.com/read/368262/9703593
cpp algo7-6.cpp
// algo7-6.cpp 实现算法7.15的程序。迪杰斯特拉算法的实现
#include"c1.h"
#define MAX_NAME 5 // 顶点字符串的最大长度+1
#define MAX_INFO 20 // 相关信息字符串的最大长度+1
typedef int VRType;
typedef char InfoType;
typedef char Verte