All communication over the Internet happens using a standard set of protocols, such as File Transfer Protocol (FTP), Simple Mail Transfer Protocol (SM...
分类:
其他好文 时间:
2014-07-29 21:14:12
阅读次数:
428
1.STM32中变量的定义(在stm32f103x.h中) 1 /*!< STM32F10x Standard Peripheral Library old types (maintained for legacy purpose) */ 2 typedef int32_t s32; 3 type....
分类:
其他好文 时间:
2014-07-29 17:37:22
阅读次数:
352
MANUALSECTIONSThestandardsectionsofthemanualinclude:1UserCommands(用户命令)2SystemCalls(系统调用)3CLibraryFunctions(库文件)4DevicesandSpecialFiles(特殊文件如块设备,字符设备)5FileFormatsandConventions(配置文件格式)6Gameset.Al.(游戏)7Miscellanea..
分类:
其他好文 时间:
2014-07-29 15:43:09
阅读次数:
243
#include#include#define uchar unsigned char#define R1 10000 // the value of standard resistor is 10000#define c 0.0001// theroy current#define Vref 2....
分类:
其他好文 时间:
2014-07-29 11:54:26
阅读次数:
213
openNebula is the open-source industry standard for data center virtualization,offering a simple but feature-rich and flexible solution to build and m...
分类:
其他好文 时间:
2014-07-29 10:30:56
阅读次数:
286
ELF格式简介 ELF是现代linux/unix流行的程序可执行链接格式,它有官方定义文档,具体的资料在Tool Interface Standard Executable and Linking Format Specification version 1.2 有其对应的详细描述。我在这里不会讲述...
分类:
其他好文 时间:
2014-07-28 13:43:40
阅读次数:
368
下载地址中文版(扫描版)请使用迅雷下载英文版(文字版)官方文档The Python Standard Library《Python标准库》一书的目录《python标准库》 译者序 序 前言 第1章 文本1 1.1 string—文本常量和模板1 1.1.1 函数1 1.1.2 模板2 1.1.3 ....
分类:
编程语言 时间:
2014-07-27 10:40:12
阅读次数:
370
/* USB Standard Device Descriptor */const u8 Virtual_Com_Port_DeviceDescriptor[] = { 0x12, /* bLength */ //USB设备描述符的总长度固定为18个字节,因此为12H USB_D...
分类:
其他好文 时间:
2014-07-26 01:00:16
阅读次数:
328
案例环境: 操作系统版本 : Windows Server 2008 R2 Standard SP1 数据库版本 : Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) 案例介绍: 由于不能将生产环境的代码和数据贴上来,所以我构造了下面一个小案例,...
分类:
数据库 时间:
2014-07-26 00:35:06
阅读次数:
419
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language,Standard ECMA-262 3rd Edition - December 1999的...
分类:
Web程序 时间:
2014-07-25 14:03:41
阅读次数:
388