代码搜索结果
找到约 9,168 项符合
PCB 的代码
readme.txt
sch.lib使用protel99.88
pcb.lib使用protel99
readme.txt
[bmp2<mark>pcb</mark> for win]
版本:2.03
修改了部分BUG,增加了一个BMP2ASC的工具可以将转到PADS里面去。
软件介绍:
图形界面的BMP转<mark>PCB</mark>软件,用于抄<mark>PCB</mark>板,转出的文件只能用PROTEL软件打开。
X,Y方向的分辨率是对应扫描的分辨率。保留区的颜色是指要将图片中的什么颜色输出为导线。BMP图象格式不需要为单色完全实现彩色转换。
原本想在软件中加上对图片旋 ...
udp.h
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permi
tcp.c
/**
* @file
*
* Transmission Control Protocol for IP
*/
/*
* Copyright (c) 2001-2003 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in so
udp.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
udp.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
raw.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted pro
china-pcb.net.txt
╔------------------------------------------------╗
┆ 中华电路板资讯网 ┆
┆ http://www.China-PCB.net ┆
┆
下载说明.txt
╔------------------------------------------------╗
┆ 中华电路板资讯网 ┆
┆ http://www.China-PCB.net ┆
┆
sample_http.c
#include "lwip/tcpip.h"
#include "ROFS.h"
#include
struct http_state {
const char *file;
u32_t left;
u8_t retries;
};
static const char msg_not_found[] = "HTTP/1.0 404\r\n";