搜索: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/523538.html
源码
MiniCore
An Arduino core for the ATmega328, ATmega168, ATmega88, ATmega48 and ATmega8, all running a [custom version of Optiboot for increased functionality](#write-to-own-flash). This core requires at least Arduino IDE v1.6.2, where v1.8.5+ is recommended. <br/>
**This core gives you two ...
https://www.eeworm.com/dl/830002.html
技术资料
STM32F4xx PCROP应用
Proprietary Code Read Out Protection (PCROP) ----- 专有代码读取保护 现在产品开发过程中,二次开发将会越来越多,设计公司开发出自己产品后交给终端客户进行二次功能或补充开发,简称二次开发,设计公司某些程序代码不希望公开给终端客户,但同时又希望部分函 数功能可以给终端客户使用,这时就需 ...
https://www.eeworm.com/dl/534/465999.html
其他
采用Access数据库
采用Access数据库,三层开发
DB_51aspx下为Access数据库文件,Web为网站文件夹
目录下的Auto Generated Code均为代码生成器自动生成的代码
ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才能使 ...
https://www.eeworm.com/dl/619/449393.html
Linux/Unix编程
Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interes
Novell.Press.Linux.Kernel.Development
linux内核开发的经典书籍之一
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 develop ...
https://www.eeworm.com/dl/843472.html
技术资料
RT-Thread配置开发环境手册
1 配置RT-Thread开发环境 1.1 获取RT-Thread源码 RTT源码包的里程碑版本可以在RT-Thread官方网站上下载到, http://www.rt-thread.org/ 打开页面,可以看到右边下载区中有一些历史版本。 也可以使用google code上的开发版本,下面重点介绍一下如何获取开发版本。 1.1.1 安装SVN工具 ...
https://www.eeworm.com/dl/628/146599.html
编译器/解释器
一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号
一、 实验内容
S语言的编译程序的词法分析部分实现
从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token)
二、 实验要求
要求实现编译器的以下功能:
&#61548 组织源程序的输入
&#61548 按规则拼写单词,并转换成二元形式
&#61548 删除空格及无用符号(如回车符,字符常数的引号符 ...
https://www.eeworm.com/dl/555/12893.html
Matlab
Ti.Code.Composer.Studio.Ver.3.1
Code Composer Studio是TI eXpressDSPTM实时软件技术的重要组成部分,它可以使开发人员充分应用DSP的强大弁遄C随着TI的TMS320C5000 和TMS320C6000 DSP平台的应用范围不断扩大,已经由其应用于下载视频流的手持因特网接入产品扩展到蜂窝通信网路和光网络的通信基础设施,eXpressDSPTM也便获得了越来越多软 ...
https://www.eeworm.com/dl/895007.html
技术资料
基于Proteus可视化设计
在单片机项目中,开发者不仅需要考虑硬件选择,方案设计,还要编写功能代码,仿真测试等。而对于非计算机专业的初学者来说,编程难度较大。Proteus可视化设计方法,利用流程图代替编写代码这一特点,大大减低了难度,从而激发学生学习积极性。In the single chip project, developers not only need to conside ...
https://www.eeworm.com/dl/922548.html
技术资料
uart driver
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己提供IRQ部分的初始化部分程序 本作者不提供 程序为原创-ARM7-UART driver can configure the cache size of the drive free set of functions an ...
https://www.eeworm.com/dl/684/277340.html
软件设计/软件工程
Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ...