搜索:Code+Program
找到约 6,816 项符合「Code+Program」的查询结果
结果 6,816
按分类筛选
- 全部
- 单片机开发 (392)
- matlab例程 (365)
- 其他 (358)
- Java编程 (237)
- Linux/Unix编程 (223)
- 微处理器开发 (204)
- VHDL/FPGA/Verilog (176)
- 其他嵌入式/单片机内容 (166)
- 嵌入式/单片机编程 (164)
- 数学计算 (140)
- 汇编语言 (134)
- 书籍源码 (125)
- 通讯/手机编程 (112)
- 技术资料 (108)
- DSP编程 (104)
- 其他书籍 (99)
- 人工智能/神经网络 (93)
- VC书籍 (82)
- 编译器/解释器 (81)
- 压缩解压 (78)
- 网络 (77)
- 加密解密 (76)
- 软件设计/软件工程 (71)
- 数值算法/人工智能 (67)
- 电子书籍 (63)
- 驱动编程 (54)
- 其他行业 (54)
- 文章/文档 (53)
- Windows CE (52)
- Delphi控件源码 (51)
- 系统设计方案 (51)
- 通讯编程文档 (49)
- 操作系统开发 (42)
- 嵌入式Linux (42)
- 数据结构 (42)
- 串口编程 (41)
- Java书籍 (41)
- *行业应用 (38)
- 游戏 (34)
- uCOS (28)
- 3G开发 (28)
- 软件工程 (26)
- Internet/网络编程 (26)
- USB编程 (25)
- VxWorks (25)
- Modem编程 (24)
- Symbian (24)
- 中间件编程 (24)
- JavaScript (24)
- 文件格式 (22)
- Jsp/Servlet (21)
- 其他数据库 (20)
- GPS编程 (20)
- 多国语言处理 (19)
- BREW编程 (18)
- Windows Mobile (18)
- J2ME (17)
- Applet (16)
- 编辑器/阅读器 (15)
- SQL Server (14)
- 语音压缩 (13)
- CA认证 (13)
- 邮电通讯系统 (13)
- 手机短信编程 (12)
- FlashMX/Flex源码 (12)
- RFID编程 (12)
- 数据库系统 (11)
- 行业发展研究 (11)
- 精品软件 (11)
- 家庭/个人应用 (10)
- 教育系统应用 (9)
- 磁盘编程 (9)
- 金融证券系统 (8)
- 技术管理 (8)
- 源码 (8)
- Delphi/CppBuilder (7)
- 人物传记/成功经验 (7)
- STL (5)
- MySQL数据库 (5)
- 并行计算 (5)
- MTK (5)
- 单片机编程 (4)
- 手机WAP编程 (4)
- 教程资料 (3)
- SCSI/ASPI (3)
- 企业管理 (3)
- 生物技术 (3)
- Ajax (3)
- 能源行业(电力石油煤炭) (3)
- Linux/uClinux/Unix编程 (2)
- 多媒体处理 (2)
- 技术书籍 (2)
- 源码/资料 (2)
- 百货/超市行业 (2)
- Oracle数据库 (2)
- 书籍 (2)
- VHDL/Verilog/EDA源码 (1)
- 经验分享 (1)
- 无线通信 (1)
- Windows编程 (1)
https://www.eeworm.com/dl/665/287260.html
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 ...
https://www.eeworm.com/dl/650/276944.html
人工智能/神经网络
中心点漂移是一种非监督聚类算法(与k-means算法相似
中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。
MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included ...
https://www.eeworm.com/dl/635/191260.html
网络
When created, this DLL does not export any symbols. As a result, it will not produce a .lib file
When created, this DLL does not export any symbols. As a result, it
will not produce a .lib file when it is built. If you wish this project
to be a project dependency of some other project, you will either need to
add code to export some symbols from the DLL so that an expor ...
https://www.eeworm.com/dl/686/172273.html
VC书籍
MFC深入浅出(CHM版) 我曾写一本关于MFC的书
MFC深入浅出(CHM版)
我曾写一本关于MFC的书,分析了MFC的结构和设计(《MFC深入浅出》),华中理工大学出版。书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。
https://www.eeworm.com/dl/647/173687.html
嵌入式/单片机编程
用于motorala 68K系列处理器的小实时多任务操作系统 The OMU Kernel was written to provide a cut-down Unix-like O/S for a
用于motorala 68K系列处理器的小实时多任务操作系统
The OMU Kernel was written to provide a cut-down Unix-like O/S for a
home-made 6809-based home computer built by me, Steven Hosgood, in the
early 1980s. This package contains the RTOS version of omu68k, derived
from a port of the o ...
https://www.eeworm.com/dl/618/184077.html
驱动编程
驱动开发向导 I came across an article QuickSYS which implements an NT driver framework. That article demo
驱动开发向导
I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ workspace with NT driver framework. I decided to copy the NT driver framework source ...
https://www.eeworm.com/dl/522061.html
书籍
Principles of Spread-Spectrum Communication
The continuing vitality of spread-spectrum communication systems and the devel-
opment of new mathematical methods for their analysis provided the motivation to
undertake this new edition of the book. This edition is intended to enable readers
to understand the current state-of-t ...
https://www.eeworm.com/dl/642/409102.html
技术管理
Pre-review checklist 准备工作 2.1Practical considerations 通常的考虑 1. Have you been provided with a desig
Pre-review checklist 准备工作
2.1Practical considerations 通常的考虑
1. Have you been provided with a design document to understand the code ? Is the design document up-to-date (latest version) ? 你是否得到一份解释代码的设计文档?设计文档是否最新的?
2. Does the design document e ...
https://www.eeworm.com/dl/633/410842.html
Java编程
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compati ...
https://www.eeworm.com/dl/684/411665.html
软件设计/软件工程
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Centr
This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab structures. The CRC ExploreStruc ...