代码搜索:K0
找到约 578 项符合「K0」的源代码
代码结果 578
www.eeworm.com/read/190618/8440275
s tisr.s
/*************************************************************
* tisr.s
* Part of the program onintr.c.
* This example increments the variable 'ticks' each time
* a timer interrupt occurs. The variab
www.eeworm.com/read/190618/8441487
s mips.s
/*************************************************************
* File: pmon/mips.s
* Purpose: startup code for PMON
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start of rev
www.eeworm.com/read/362558/9992562
c 7.10.c
/*普里姆算法描述如下:*/
struct
{
VertexData adjvex;
int lowcost;
}closedge[MAX_VERTEX_NUM]; /* 求最小生成树时的辅助数组*/
MiniSpanTree_Prim(AdjMatrix gn,VertexData u)
/*从顶点u出发,按普里姆算法构造连通网gn 的最小生成树,并输出生成树
www.eeworm.com/read/190426/8443985
c fft.c
/* n must be a power of two. For most PC c's, an int is 16 bits,signed.
In practice, then, n < 2**15 . */
#define FALSE 0
#define TRUE 1
#include
cpf
www.eeworm.com/read/438832/7725429
sh revposparams.sh
#!/bin/bash
# revposparams.sh: 反转位置参数.
# 本脚本由Dan Jacobson所编写, 本书作者做了一些格式上的修正.
set a\ b c d\ e;
# ^ ^ 转义的空格
# ^ ^ 未转义的空格
OIFS=$IFS; IFS=:;
# ^ 保存旧的IFS, 然后设置新的
www.eeworm.com/read/190618/8441120
htm kernop.htm
SerialICE Kernel Operation
SerialICE Kernel Operation
Some of the code in this explanation is board-specific.
This d
www.eeworm.com/read/190618/8439876
s k4011.s
/*************************************************************
* File: k4011.s
* Author: Phil Bunce (pjb@carmel.com)
*
* Revision History:
* 970129 Initial release
* 970303 Brought ice port defs upto
www.eeworm.com/read/432579/8590119
plg bank.plg
D:\tool\cc78k0\BIN\cc78k0.exe -fbank.pcc
78K/0 Series C Compiler V3.70 [ 1 Aug 2005]
Copyright (C) NEC Electronics Corporation 1991,2005
bank.c(5) : CC78K0 error E0301: Syntax error
bank.c
www.eeworm.com/read/292191/8368004
cpp ripemd.cpp
// ripemd.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "ripemd.h"
NAMESPACE_BEGIN(CryptoPP)
RIPEMD160::RIPEMD160()
: IteratedHash(DATASIZE, DI
www.eeworm.com/read/291537/8410867
cpp ripemd.cpp
// ripemd.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "ripemd.h"
NAMESPACE_BEGIN(CryptoPP)
RIPEMD160::RIPEMD160()
: IteratedHash(DATASIZE, DI