代码搜索:熔丝位
找到约 10,000 项符合「熔丝位」的源代码
代码结果 10,000
www.eeworm.com/read/389359/8530851
cpp 位示图.cpp
#include
#define CAPACITY 200 //位图容量,即磁盘容量,单位为位
void CFile(int *btm) //存入文件,传入参数位示图
{
int i , j;
int blocks ;
int capacity;
int table[3] ;
cout
www.eeworm.com/read/389359/8530853
dsp 位示图.dsp
# Microsoft Developer Studio Project File - Name="λʾͼ" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/389359/8530854
ncb 位示图.ncb
www.eeworm.com/read/432535/8595159
bmp 24位原图.bmp
www.eeworm.com/read/187515/8634263
c 液位控制.c
/key_164_led_2
#include
#include
#include
unsigned char key,ledk[11]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0xf3};
unsigned char disp[4];disp_flag=0;
www.eeworm.com/read/187515/8634313
lst 液位控制.lst
C51 COMPILER V7.50 _何豢_制 12/10/2006 17:24:44 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE _何豢_制
OBJECT MODULE PLACED IN 液位控制
www.eeworm.com/read/283146/9040429
bmp 24位原图.bmp
www.eeworm.com/read/381221/9102351
bmp 24位原图.bmp
www.eeworm.com/read/170358/9808809
vi 液位控制.vi
www.eeworm.com/read/169320/9866824
sql -补位法.sql
--自已做标识列的例子,不自动重排编号,而是自动补号:
--创建得到最大id的函数
create function f_getid()
returns char(3)
as
begin
declare @id int
if not exists(select 1 from tb where id='001')
set @id=1
else
begin
select