代码搜索:C
找到约 10,000 项符合「C」的源代码
代码结果 10,000
www.eeworm.com/read/327386/13082970
h pio.h
/*
* linux/include/asm-arm/arch-at91rm9200/pio.h
*
* Copyright (c) 2003 SAN People
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/327235/13093161
m build_mix_2d_gaussian.m
function [X,N] = build_mix_2D_gaussian( u_c,covar_c,p_c,N )
%
% build_mix_2D_gaussian - build a distribution of a mixed gaussian
%
% format: [X,N] = build_mix_2D_gaussian( u_c,covar_c,p_c,N )
%
%
www.eeworm.com/read/139996/13114884
bat p24cxx.bat
@goto program
Programmer initialization file
------------------------------
Description:
Reading initialization file:
1. given by the commandline: "/iFilename"
2. "uniprog.ini" in curr
www.eeworm.com/read/241771/13120974
c tc3.c
#include
void main()
{
printf("欢迎进入C语言程序设计世界!\n");
exit(0);
printf("你现在所在位置是main()函数,这里是C语言程序执行的入口。\n");
}
www.eeworm.com/read/241729/13123524
lst isr.lst
Sunplus u'nSP Assembler - Ver. 1.8.0
Listing File Has Been Relocated
//=====================================================
www.eeworm.com/read/241728/13123763
lst isr.lst
Sunplus u'nSP Assembler - Ver. 1.8.0
Listing File Has Been Relocated
//=====================================================
www.eeworm.com/read/139663/13142833
frm frmwage.frm
VERSION 5.00
Object = "{3B008041-905A-11D1-B4AE-444553540000}#1.0#0"; "Vsocx6.ocx"
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "Vsflex7.ocx"
Object = "{CFFE0A60-8E3A-11D3-BCC0-00104B9E
www.eeworm.com/read/326374/13145257
dep lpc214x_ucosii_target 1.dep
Dependencies for Project 'LPC214X_uCosii', Target 'Target 1': (DO NOT MODIFY !)
F (.\APP\target.c)(0x4487E634)(-c --device DARMP -g -O0 --apcs=interwork -I "F:\ARM\keil for arm\ARM\INC\Philips" -o ".
www.eeworm.com/read/241409/13146591
hex mega128.hex
:040000000C9450000C
:14008C00C0F9A4B0999282F880908883C6A1868E0000000018
:1400A000CFEFD0E1CDBFDEBFC051D0400AEA08830024E4E02C
:1400B400F1E011E0E430F10711F00192FBCF0083ECE9F0E0E4
:1400C800A0E0B1E010E
www.eeworm.com/read/139119/13187668
c i2csitea.c
#include "hpa449lib.h"
/*****************************************************************************
** [File]
** i2cSiteA.c
** [Purpose]
** Generate I2C protocol using bit banging on ports
**