搜索结果
找到约 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)
技术资料 瑞萨快速入门教材资料
一、RL78/G13开发套件简介二、安装开发环境(CubeSuite+)三、基于MCU板, 仿真环境建立、LED灯闪烁例程的编写,调试和RFP(Renesas Flash Programmer)烧写。四、使用CubeSuite+的code generator(代码生成器),生成PWM,UART,IIC,AD,SPI例子程序使用CubeSuite+的code generator(代码生成器),简单浏览目标芯片硬件 ...
技术资料 CodeBlocks中文版使用手册
工欲善其事,必先利其器。一个好的工具能事半功倍。写程序时,特别是写C++程序,大部分人脑子里想到的第一个工具就是 VisualStudio。不可否认,VS很好很强大,用户体验非常好。但VisualStudio也是有缺点的:它非常庞大;只支持VC,不支持其他的 编译器;VS只能在windows下跑,在其他os上就无用武之地;VS是要钱的,而且费 ...
技术资料 C语言与汇编语言在单片机编程中的应用
分析了C语言和汇编语言的特点:C语言可读性好,通用性强,但目标代码较长;汇编语言目标代码紧凑,实时控制好,可读性和通用性差。通过实例介绍了两种语言在编程中的应用,C语言在算法和数据处理过程中优势明显,汇编语言在时钟和实时控制方面具有不可替代的作用。The characteristics of the two languages are analyzed: 1) C lan ...
其他 Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote this during my study of Applied Computer Science ...
人工智能/神经网络 人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic sy
人工智能中模糊逻辑算法
FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support.
It supports all commonly used shape functions and hedges, with full support for the various types of Aggregation, Correlation, Alphacut, Composition, De ...
Windows Mobile There is an example of how to use the LDPC encode/decode with AWGN channel model in files .ldpc_de
There is an example of how to use the LDPC encode/decode with AWGN
channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m.
There are a few parity check matrices available in the code but
you can use other matrices provided you have enough memory to load
them. I suggest checking out matri ...
matlab例程 %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and
%%% Demos for PUMA algorithms %%%
We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4
illustrate PUMA working with different parameters and with four
different images.
All you need to do is to run each of the demos. Please be sure that
all the files are put on an accessibl ...
Java编程 The jxcell allows any Java developer to automate any manual spreadsheet process within their organiz
The jxcell allows any Java developer to automate any manual spreadsheet process within their organization.
Automate the delivery of Excel reports and give your users the data they need in the format they want.
Web-enable your existing spreadsheet business logic as a scalable server-side calculat ...
通讯/手机编程 The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob
The package contains a Reed-Solomon coding and decoding program, derived
partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c".
In particular the Berlekamp-Massey algorithm has not been modified. New
features compared to "new_rs_erasures.c" are:
- fully parameterized: code parameters ...
电子书籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, wh
The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of produ ...