搜索: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/dl/838702.html
技术资料
CCS 9.0.0 官方软件免费下载
Code Composer Studio 代码调试器,代码设计套件,缩写为CCS,可提供强健、成熟的核心功能与简便易用的配置和图形可视化工具,使系统设计更快。文件较大,存在百度网盘,下载文件中提供了链接和提取码。打开即可下载。 ...
https://www.eeworm.com/dl/844685.html
技术资料
最新版 CCS8.2.0 官方软件免费下载
是目前的最新版本CCS。文件较大,附件提供了软件的百度网盘下载地址及提取码,方便下载或转存,链接长期有效。Code Composer Studio 代码调试器,代码设计套件,缩写为CCS,可提供强健、成熟的核心功能与简便易用的配置和图形可视化工具,使系统设计更快。 ...
https://www.eeworm.com/dl/834589.html
技术资料
51单片机控制fm1702射频读卡芯片读写mifa...
说明:  51单片机控制fm1702射频读卡芯片读写mifare1卡全套资料。包括电路图,pcb板图,上、下位机软件及源码,stc单片机下载软件,各种资料文档等。(51 SCM control fm1702 RF reader chip card reader mifare1 a full set of data. Including the circuit diagram, pcb board map, the upper an ...
https://www.eeworm.com/dl/968191.html
技术资料
循环冗余校验在单片机通信中的C语言
本文介绍了循环冗余校验(CRC-Cycle Redundancy Code)的原理以及用二进制无借位除法计算生成多项式为CRC-16的CRC校验的方法,并给出了当发送一个字节时的CRC校验的C语言程序和流程图.循环冗余校验是提高数字传输可靠性的一种有效的方法. ...
https://www.eeworm.com/dl/649/175964.html
uCOS
移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。
增加code关键字。UCOS_II.H和OS_CORE.C。
2。OS_CFG.H堆栈大小MaxStkSize改为900。
3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。
允许T0中断,此时EA=0(51上电缺省值),中断还 ...
https://www.eeworm.com/dl/505/24348.html
电源技术
超级电容器备用电源系统的手持设备数据保护
 
Handheld electronic devices play a key role in our everydaylives. Because dependability is paramount, handhelds arecarefully engineered with lightweight power sources forreliable use under normal conditions. But no amount ofcareful engineering can prevent the mistreatm ...
https://www.eeworm.com/dl/502/30820.html
单片机编程
FREERTOS的官方移植文档
FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occ ...
https://www.eeworm.com/dl/620/103972.html
Internet/网络编程
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server,
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authenticat ...
https://www.eeworm.com/dl/544/41888.html
测试测量
LT5528 WCDMA ACPR和AltCPR测量
 
ACPR (adjacent channel power ratio), AltCPR (alternatechannel power ratio), and noise are important performancemetrics for digital communication systems thatuse, for example, WCDMA (wideband code division multipleaccess) modulation. ACPR and AltCPR are bothmeasures of ...
https://www.eeworm.com/dl/937978.html
技术资料
基于TMS320F2812的电子广告牌设计
·摘要:  电子广告牌在现实生活中应用广泛.本文阐述了电子广告牌显示的基本原理,给出了硬件设计和软件设计方法,介绍了用TI公司提供的CCS软件(Code Composer Studio 2.21)结合 ICETEK-5100USB仿真器及ICETEK-F2812-A进行仿真,最后给出了在F2812评估板中实现的电子广告牌的实验效果图.   ...