搜索结果
找到约 430 项符合
WORK 的查询结果
按分类筛选
- 全部分类
- 书籍 (37)
- 其他 (28)
- 其他书籍 (25)
- 单片机开发 (17)
- matlab例程 (15)
- 单片机编程 (14)
- Linux/Unix编程 (14)
- Java编程 (14)
- VHDL/FPGA/Verilog (12)
- VC书籍 (12)
- 软件设计/软件工程 (11)
- Delphi控件源码 (11)
- 技术资料 (10)
- 电子书籍 (9)
- 通讯/手机编程 (9)
- 压缩解压 (8)
- Java书籍 (8)
- 通讯编程文档 (7)
- 其他嵌入式/单片机内容 (7)
- 汇编语言 (7)
- 书籍源码 (6)
- 行业发展研究 (6)
- 网络 (6)
- 软件工程 (6)
- 数值算法/人工智能 (6)
- 数学计算 (5)
- 微处理器开发 (5)
- 人工智能/神经网络 (5)
- 电源技术 (4)
- 嵌入式/单片机编程 (4)
- J2ME (4)
- 操作系统开发 (4)
- 系统设计方案 (4)
- 加密解密 (4)
- 技术管理 (4)
- 编译器/解释器 (4)
- 认证考试资料 (4)
- 模拟电子 (3)
- 无线通信 (3)
- USB编程 (3)
- Windows CE (3)
- DSP编程 (3)
- SQL Server (3)
- 嵌入式Linux (3)
- 数据库系统 (2)
- 串口编程 (2)
- 数据结构 (2)
- 多国语言处理 (2)
- BREW编程 (2)
- 并行计算 (2)
- 驱动编程 (2)
- Internet/网络编程 (2)
- GPS编程 (2)
- 其他行业 (2)
- 编辑器/阅读器 (2)
- 论文 (2)
- 教程资料 (1)
- PCB相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- ARM (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- Windows Mobile (1)
- 金融证券系统 (1)
- OA系统 (1)
- Symbian (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- MTK (1)
- 文章/文档 (1)
- STL (1)
- Jsp/Servlet (1)
- FlashMX/Flex源码 (1)
- Delphi/CppBuilder (1)
- 其他数据库 (1)
- MacOS编程 (1)
- Modem编程 (1)
- 游戏 (1)
- MySQL数据库 (1)
- C/C++语言编程 (1)
- 笔记 (1)
- 源码 (1)
- VIP专区 (1)
操作系统开发 The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) inc
The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms:
1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board.
2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards.
3. ...
其他 This script was designed as a stand alone script which can be easily intergrate into any existing we
This script was designed as a stand alone script which can be easily intergrate into any existing website as it is,but if you want to intergrate it into a site which uses a content management format, then some alterations will have to be done for
it to work properly. Remember this is a project and I ...
微处理器开发 Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pre
Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose
is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is
a good place to start if you re trying to use or figure out pid though.
matlab例程 New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.
Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to H ...
汇编语言 It may analyze the window structure, the advancement and the window news, has the very greatly auxil
It may analyze the window structure, the advancement and the window news, has the very greatly auxiliary function to the development work. When we need to study some object, so long as assigns out its search window, drives the detector the indicator to assign the window/to control on to release then ...
其他书籍 With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s
With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator a ...
数值算法/人工智能 BP学习算法应用——模式分类 应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类
BP学习算法应用——模式分类
应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类,速度快,精度高。iris.arff为数据库文件,可用Weka数据挖掘软件打开。Iris.csv为源代码读取的数据文件,通过Weka软件转换得到。
将源文件Iris_classify.m和Iris.csv文件放入matlab的work文件夹中直接运行即可。 ...
数学计算 BP学习算法应用——函数表达 源代码实现了BPN的设计
BP学习算法应用——函数表达
源代码实现了BPN的设计,使得通过训练后的BPN实现了函数表达,即BPN的输出与输入反映了特定的函数映射关系。代码中的具体应用实例为傅立叶核函数,应用BP学习算法拟合出傅立叶核函数,速度快,精度高。
将源文件F_core_discription.m文件放入matlab的work文件夹中直接运行即可。 ...
其他书籍 This document outlines what is necessary to install and run the LEACH protocol on version 2.27 of n
This document outlines what is necessary to install and run the LEACH protocol on version
2.27 of ns2. At the time of this writing, this is the newest version of ns2. The LEACH implementation
was written as a stand-alone application. Thus, in the past a version compiled for LEACH may or may
not work ...