代码搜索结果
找到约 10,000 项符合
C 的代码
cstartup_sam7.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
main.c
#include
//#include
#include
//#include
//#include
//#include "Gptbios1.c"
#define DATAPORT P0
#define CNTLPORT P3
#define Uchar unsigned ch
sugarfont.r
// Generated automatically from PilRC, decompiling the prc file "C:\Downloads\SugarMemo\Src\SugarFont.rcp"
// Do NOT change this file. Your changes will be lost
#ifndef __PALMTYPES_R__
#include "UIRes
getcpts.m
%% function [c1s c2s] = getCpts(G)
%
% get c1s and c2s needed for u update equations with CPM2
function [c1s c2s] = getCpts(G)
c1s = NaN*zeros(1,G.numTaus);
c2s = NaN*zeros(1,G.numTaus);
for pt=2:(
exm02043_2.m
Num=[1,0,0,0,1;0,0,0,0,1]; %产生与L数组外表完全相同的"双精度数组"
N_L=Num==L %假如Num与L数值相等,则应得 1 。
<mark>c</mark>_N=<mark>c</mark>lass(Num) %用<mark>c</mark>lass指令检查Num的类属
<mark>c</mark>_L=<mark>c</mark>lass(L) %用<mark>c</mark>lass指令检查L的类属
islogi<mark>c</mark>al(Num) %检查Num是否属于逻辑数组类
Y=A(N ...
readme.txt
下载说明:
这两个RAR文件是我学习51单片机时,第一次写的"外部中断实验程序", 包含内容有:
1. EXT_<mark>C</mark>.rar, 给初学者(带中文注释的<mark>C</mark>51语言例程), 利用外部中断实现LED灯的简单控制。
2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。
两个同样功能的中断例程, 一个用<mark>C</mark>51实现, 另一个用ASM51 ...
snds.h
/*************************************************************************/
/* */
/* FILE NAME
adder_8bit_2.v
module s_adder(a,b,c_in,sum,c_out);
parameter length=16;
input [length-1:0] a,b;
input c_in;
output c_out;
output [length-1:0] sum;
wire [length:1] c;
full_adder p0 (a[0
i2c-dev.h
/*
i2c-dev.h - i2c-bus driver, char device interface
Copyright (C) 1995-97 Simon G. Vogl
Copyright (C) 1998-99 Frodo Looijaard
This program is free software; you can
compiler.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Simple C compiler.
*/
#ifndef _JOHN_COMPILER_H
#define _JOHN_COMPILER_H
/*
* Erro