搜索结果
找到约 5,457 项符合
COde 的查询结果
按分类筛选
- 全部分类
- 技术资料 (643)
- 其他 (325)
- 单片机开发 (319)
- matlab例程 (313)
- Java编程 (209)
- Linux/Unix编程 (194)
- VHDL/FPGA/Verilog (188)
- 微处理器开发 (170)
- 嵌入式/单片机编程 (139)
- 通讯/手机编程 (129)
- 书籍源码 (123)
- 其他嵌入式/单片机内容 (122)
- 其他书籍 (108)
- 数学计算 (106)
- 汇编语言 (104)
- VC书籍 (98)
- 压缩解压 (87)
- 人工智能/神经网络 (87)
- DSP编程 (85)
- 编译器/解释器 (78)
- 软件设计/软件工程 (75)
- 电子书籍 (64)
- 网络 (64)
- 加密解密 (59)
- Delphi控件源码 (54)
- 系统设计方案 (53)
- 驱动编程 (51)
- Windows CE (51)
- 单片机编程 (50)
- 数值算法/人工智能 (49)
- 游戏 (49)
- 通讯编程文档 (49)
- 文章/文档 (48)
- 操作系统开发 (42)
- VIP专区 (40)
- 嵌入式Linux (35)
- 软件工程 (33)
- Java书籍 (33)
- 数据结构 (32)
- Internet/网络编程 (31)
- uCOS (31)
- 其他行业 (31)
- 3G开发 (31)
- 多媒体处理 (29)
- *行业应用 (28)
- USB编程 (28)
- Symbian (27)
- 串口编程 (26)
- 源码 (25)
- VxWorks (24)
- 中间件编程 (23)
- 文件格式 (22)
- GPS编程 (21)
- Jsp/Servlet (21)
- J2ME (19)
- 编辑器/阅读器 (17)
- 其他数据库 (17)
- Applet (16)
- Windows Mobile (16)
- 语音压缩 (15)
- SQL Server (15)
- 行业发展研究 (15)
- RFID编程 (15)
- 精品软件 (15)
- Modem编程 (14)
- FlashMX/Flex源码 (14)
- JavaScript (13)
- 手机短信编程 (12)
- 书籍 (11)
- 数据库系统 (11)
- 多国语言处理 (11)
- 技术管理 (11)
- BREW编程 (11)
- 邮电通讯系统 (11)
- 软件 (10)
- CA认证 (10)
- 教育系统应用 (8)
- 磁盘编程 (8)
- Delphi/CppBuilder (8)
- 金融证券系统 (7)
- 家庭/个人应用 (7)
- MySQL数据库 (7)
- 并行计算 (7)
- Linux/uClinux/Unix编程 (6)
- 嵌入式综合 (6)
- MTK (6)
- 无线通信 (5)
- 可编程逻辑 (5)
- 源码/资料 (5)
- 企业管理 (5)
- 手机WAP编程 (5)
- C/C++语言编程 (4)
- 其他文档 (4)
- 技术书籍 (4)
- 技术教程 (4)
- 模拟电子 (4)
- 教程资料 (4)
- STL (4)
- 人物传记/成功经验 (4)
- DSP工具/软件 (3)
技术资料 MP3源代码(包括FAT/Flash的底层实现)
·MP3源代码(包括FAT/Flash的底层实现)文件列表: new_V117 ........\bin ........\code ........\....\adc_drv.c ........\....\aud_drv.c ........\....\bat_task.c ........\...
多媒体处理 MPEG4实现的软件代码
·详细说明:MPEG4实现的软件代码,极具参考价值-code of software to implement mpeg4, valuable to be refrenced 文件列表: mpeg-4 tts ..........\source ..........\......\AboutDlg.cpp ..........\...
图形图像 汽车牌照的自动定位和识别程序源代码
·详细说明:汽车牌照的自动定位和识别程序源代码-source code for automatic license plate location and recognition文件列表: 车牌定位 ........\ChildFrm.cpp ........\ChildFrm.h ........\ColorTable.h ...
Modem编程 This a software runing on the matlab, it is used in the channel coding simulation. It include DVB-S
This a software runing on the matlab, it is used in the channel coding simulation.
It include DVB-S2 LDPC, Covolution turbo, and block turbo code, You can choose which channel coding to run.
it run the encoder and add white noise in the channel, then it run the decoder, and compute the error rate.
单片机开发 基于ARM7开发系统的触摸屏校准程序
基于ARM7开发系统的触摸屏校准程序,代码中有详细的中文注释,方便用户移植……-ARM7 development system based on the touch screen calibration procedures, a detailed code of the Chinese Notes user-friendly transplantation
Linux/Unix编程 All people curious about how Linux works and why it is so efficient will find answers here. After re
All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code,
distinguishing between crucial data structures and secondary ones—in short, becoming a true
Linux hacker.
编译器/解释器 一个Pascal子集语言的编译器
一个Pascal子集语言的编译器,将pascal子集语言的源程序存成source.txt文件,经过编译器的处理得到C++语言的code.cpp文件。
DSP编程 一个用于数字信号处理的FFT算法的源程序
一个用于数字信号处理的FFT算法的源程序,里面可以进行256点的FFT运算,通过在CCS(code composor studio)可以产生正弦波和FFT运算后的波形
数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
技术资料 STM32单片机DHT11温湿度检测报警系统程序...
说明: STM32单片机,DHT11温湿度检测报警系统程序源码(STM32 microcontroller, DHT11 temperature and humidity detection alarm system program source code)