代码搜索结果
找到约 10,000 项符合
C 的代码
cd4.txt
一、 所用数据库
这里用到三个Foxpro数据表,DLBMK(设备大类编码)、SBXHK(设备型号及配置)、BMSBK(设备所在部门),存放在D:\SB目录下。其库结构如下:
(一) DLBMK
字段名称 字段类型 解释
1 DLBH N3 设备大类的编号
2 DLM<mark>C</mark> <mark>C</mark>20 设备大类的名称
(二)SBXHK
字段名称 字段类型 解释
1 XHB ...
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
ocm4x8c.c
//
//build on 2004/03/16
//2004/04/09 debug draw picture mode.pass.
//ocm4x8c and with character mold lcd(ST7920) compatible provided
//pin4:RS(CS) connect to A1
//pin5:RW connect to A0
lowlevel.c
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* --------------------------------------------------
func_dwt.m
function [I_W , S] = func_DWT(I, level, type);
%
% Wavelet decomposition
%
% input: I : input image
% level : wavelet decomposition level
% type : wavelet used for the dec
func_dwt2.m
function [I_W , S] = func_DWT2(I, level, type);
%
% Wavelet decomposition
%
% input: I : input image
% level : wavelet decomposition level
% type : wavelet used for the de
hardware.inc
//========================================================================================
// Progarm: The file be included by modules
// Arranged by: Andy Hsu
// Date: 2000/06/23: first version
gps.plg
建造目标 'Target 1'
正在汇编 STARTUP.A51...
正在编绎 context.c...
CONTEXT.C(27): 警告 C206: 'vsnprintf': missing function-prototype
CONTEXT.C(27): 错误 C267: 'vsnprintf': requires ANSI-style prototype
正在编绎 generat
主i2c的代码.txt
调用的代码
case C_READ+C_I2C:
return_buf[2] = comm_buf[4]; //
read(comm_buf[3],comm_buf[4],&return_buf[3]);
break;
holtek主i2c的代码.txt
调用的代码
case C_READ+C_I2C:
return_buf[2] = comm_buf[4]; //
read(comm_buf[3],comm_buf[4],&return_buf[3]);
break;