搜索:code+formatting
找到约 4,826 项符合「code+formatting」的查询结果
结果 4,826
按分类筛选
- 全部
- matlab例程 (267)
- 单片机开发 (264)
- 其他 (246)
- Linux/Unix编程 (171)
- VHDL/FPGA/Verilog (162)
- 微处理器开发 (158)
- Java编程 (150)
- 嵌入式/单片机编程 (123)
- 其他嵌入式/单片机内容 (112)
- 书籍源码 (103)
- 通讯/手机编程 (92)
- 技术资料 (88)
- 数学计算 (85)
- 汇编语言 (77)
- DSP编程 (70)
- 人工智能/神经网络 (69)
- 编译器/解释器 (63)
- 压缩解压 (60)
- 其他书籍 (58)
- 网络 (53)
- VC书籍 (53)
- 加密解密 (51)
- 软件设计/软件工程 (49)
- 电子书籍 (46)
- Windows CE (44)
- 系统设计方案 (41)
- 数值算法/人工智能 (37)
- 操作系统开发 (37)
- 通讯编程文档 (37)
- 文章/文档 (37)
- Delphi控件源码 (37)
- 驱动编程 (36)
- 嵌入式Linux (29)
- 其他行业 (27)
- 游戏 (25)
- 3G开发 (24)
- *行业应用 (23)
- uCOS (23)
- Java书籍 (23)
- VxWorks (23)
- 数据结构 (22)
- Symbian (22)
- 串口编程 (21)
- Internet/网络编程 (20)
- 中间件编程 (20)
- USB编程 (19)
- 软件工程 (18)
- 文件格式 (17)
- GPS编程 (17)
- Jsp/Servlet (14)
- Windows Mobile (13)
- 语音压缩 (12)
- Applet (12)
- 其他数据库 (12)
- 手机短信编程 (11)
- Modem编程 (11)
- 编辑器/阅读器 (11)
- BREW编程 (11)
- J2ME (11)
- 精品软件 (11)
- CA认证 (10)
- JavaScript (10)
- 多国语言处理 (9)
- RFID编程 (9)
- 磁盘编程 (8)
- 技术管理 (8)
- FlashMX/Flex源码 (8)
- SQL Server (8)
- 邮电通讯系统 (8)
- 源码 (8)
- 数据库系统 (7)
- 金融证券系统 (7)
- 家庭/个人应用 (7)
- 行业发展研究 (6)
- 教育系统应用 (5)
- Delphi/CppBuilder (5)
- MTK (5)
- 手机WAP编程 (4)
- MySQL数据库 (4)
- 并行计算 (4)
- 人物传记/成功经验 (4)
- 教程资料 (3)
- STL (3)
- 单片机编程 (2)
- Linux/uClinux/Unix编程 (2)
- 多媒体处理 (2)
- 技术书籍 (2)
- 源码/资料 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- 生物技术 (2)
- 百货/超市行业 (2)
- Ajax (2)
- VHDL/Verilog/EDA源码 (1)
- 经验分享 (1)
- 无线通信 (1)
- Windows编程 (1)
- 技术教程 (1)
- 资料/手册 (1)
- 计算机相关 (1)
https://www.eeworm.com/soft/14.html
精品软件
ARM ADS1.2 WITH CRACK.RAR
ARM ADS全称为ARM Developer Suite。是ARM公司推出的新一代ARM集成开发工具。现在ADS的最新版本是1.2,它取代了早期的ADS1.1和ADS1.0。它除了可以安装在Windows NT4,Windows 2000,Windows 98和Windows 95操作系统下,还支持Windows XP和Windows Me操作系统。
ADS由命令行开发工具,ARM时实库,GUI开 ...
https://www.eeworm.com/dl/571/21351.html
模拟电子
LTC1099基于PC的数据采集板实现
A complete design for a data acquisition card for the IBM PC is detailed in this application note. Additionally, C language code is provided to allow sampling of data at speed of more than 20kHz. The speed limitation is strictly based on the execution speed of the "C" data acqu ...
https://www.eeworm.com/dl/502/29339.html
单片机编程
基于MSP430的指纹保险柜的实现
在介绍基于MSP430单片机的指纹保险柜工作原理的基础上,从系统软件设计的角度出发,详细介绍了指纹保险柜软件的总体分析过程、程序结构的设计以及代码的编写,给出了按键管理流程和部分源代码。
Abstract:
 On basis of the operating principle of MSP430 microcontroller-based fingerprint ...
https://www.eeworm.com/dl/678/146338.html
系统设计方案
可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义
可预置的8位计数器程序的主要部分分析
#include <AT89X51.H> //器件配置文件
#define uchar unsigned char //变量类型的宏定义
#define uint unsigned int
uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码
0x49,0x41,0x1f,0x01,0x09}
uchar data cnt[8] //在data区定义8 ...
https://www.eeworm.com/dl/649/122460.html
uCOS
1. 本移植也是从网上Download的
1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 ( ...
https://www.eeworm.com/dl/940083.html
技术资料
DSP与PC机之间的数据通信研究
·摘要:&nbsp; 针对现今社会中DSP的应用越来越多,在应用中DSP需要不断和外界进行通信的现状,通过介绍和比较DSPTMS320LF2407中可以用来进行通信的三种模块:串行通用接口(SCI)模块、串行外设接口(SPI)模块和CAN总线通信模块,提出了一种基于SCI模块来实现DSP和PC机之间通信的方法.对其硬件连接和软件编程 ...
https://www.eeworm.com/dl/628/235248.html
编译器/解释器
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
UC Library Extensions
UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard.
UC Library
Builtin functions:
Most of ...
https://www.eeworm.com/dl/542/179427.html
其他书籍
The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Li ...
https://www.eeworm.com/dl/542/170032.html
其他书籍
The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Li ...
https://www.eeworm.com/dl/540/206708.html
软件工程
This thorough, hands-on reference for database developers and administrators delivers expert guidanc
This thorough, hands-on reference for database developers and administrators delivers expert guidance on sophisticated uses of Transact-SQL (T-SQL)&iexcl &ordf one of the most familiar and powerful programming languages for SQL Server. Written by a T-SQL guru, this guide focuses ...