搜索结果
找到约 1,154 项符合
All 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (83)
- 其他 (83)
- 书籍 (78)
- 单片机编程 (50)
- Java编程 (48)
- 单片机开发 (47)
- Linux/Unix编程 (34)
- 技术资料 (34)
- VC书籍 (26)
- matlab例程 (26)
- 文章/文档 (23)
- 软件设计/软件工程 (23)
- Java书籍 (23)
- 电子书籍 (22)
- 数学计算 (21)
- Delphi控件源码 (21)
- DSP编程 (18)
- 电源技术 (17)
- 书籍源码 (17)
- 网络 (15)
- 数值算法/人工智能 (15)
- 游戏 (14)
- 可编程逻辑 (13)
- 加密解密 (13)
- Internet/网络编程 (13)
- 压缩解压 (12)
- VHDL/FPGA/Verilog (12)
- 人工智能/神经网络 (12)
- 通讯编程文档 (11)
- 通讯/手机编程 (11)
- 驱动编程 (11)
- 汇编语言 (11)
- 软件工程 (10)
- 编译器/解释器 (10)
- 嵌入式/单片机编程 (10)
- 微处理器开发 (10)
- SQL Server (10)
- J2ME (9)
- 行业发展研究 (9)
- 无线通信 (8)
- 其他嵌入式/单片机内容 (8)
- Windows CE (8)
- 技术管理 (8)
- uCOS (8)
- 操作系统开发 (7)
- 其他行业 (7)
- 文件格式 (6)
- JavaScript (6)
- GPS编程 (6)
- 源码 (6)
- 技术书籍 (5)
- 模拟电子 (5)
- 教程资料 (5)
- 嵌入式Linux (5)
- Applet (5)
- 其他数据库 (5)
- Windows Mobile (5)
- 教育系统应用 (5)
- PCB相关 (4)
- 中间件编程 (4)
- 系统设计方案 (4)
- 金融证券系统 (4)
- 嵌入式综合 (3)
- C/C++语言编程 (3)
- 开发工具 (3)
- 测试测量 (3)
- 多国语言处理 (3)
- Oracle数据库 (3)
- 接口技术 (3)
- 多媒体处理 (3)
- 软件 (3)
- VIP专区 (3)
- Mentor (2)
- 通信网络 (2)
- 源码/资料 (2)
- 串口编程 (2)
- 家庭/个人应用 (2)
- 数据结构 (2)
- 企业管理 (2)
- USB编程 (2)
- 邮电通讯系统 (2)
- 数据库系统 (2)
- STL (2)
- Ajax (2)
- 医药行业 (2)
- *行业应用 (2)
- 认证考试资料 (2)
- 设计相关 (2)
- 论文 (2)
- 多媒体 (1)
- DSP工具/软件 (1)
- 资料/手册 (1)
- allegro (1)
- 工控技术 (1)
- 仿真技术 (1)
- 语音压缩 (1)
- OA系统 (1)
- RFID编程 (1)
- VxWorks (1)
- 手机短信编程 (1)
uCOS 1. OS版本为2.76 2. 使用Timer0的比较匹配中断为系统定时
1. OS版本为2.76
2. 使用Timer0的比较匹配中断为系统定时,频率为100Hz
3. 三种临界代码保护方式均可以使用,在OS_CPU.h里直接设置即可
如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。
如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。 ...
软件工程 Developers use algorithms and data structures every day of their working lives. Having a good under-
Developers use algorithms and data structures every day of their working lives. Having a good under-standing of these algorithms and knowledge of when to apply them is essential to producing softwarethat not only works correctly, but also performs efficiently.
This book aims to explain those algori ...
Linux/Unix编程 这是LInux下C语言开发的推箱子游戏。对学习curese编程的人有帮助 用了大量的Curese函数
这是LInux下C语言开发的推箱子游戏。对学习curese编程的人有帮助
用了大量的Curese函数,此游戏可建立关卡。默认有10关。
作者
/* File: tuixiangzi.c */
Makefile如下:
all: tuixiangzi
tuixiangzi: tuixiangzi.c
gcc -o tuixiangzi tuixiangzi.c -lcurses
clean:
rm -f tuixiangzi *.bak ...
matlab例程 %WAVETEST Example Matlab script for WAVELET, using NINO3 SST dataset % % See "http://paos.colorado
%WAVETEST Example Matlab script for WAVELET, using NINO3 SST dataset
%
% See "http://paos.colorado.edu/research/wavelets/"
% Written January 1998 by C. Torrence
%
% Modified Oct 1999, changed Global Wavelet Spectrum (GWS) to be sideways,
% changed all "log" to "log2", changed logarithmic axis ...
uCOS uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided "as
uC/OS-II Notes from Nohau Corporation
The code associated with this readme.txt file is provided "as is".
The code was written with the intention of creating a functional
RTOS demo for the Nohau evaluation boards that can run a MicroBlaze
core. You can use this code for any and all of your projects ...
系统设计方案 The purpose of this application note is to describe the main elements of an RS-422 and RS-485 syste
The purpose of this application note is to describe the main elements of
an RS-422 and RS-485 system. This application note attempts to cover
enough technical details so that the system designer will have considered all
the important aspects in his data system design. Since both RS-422 and RS-
485 a ...
DSP编程 DSP/BIOS Driver Developer Kit 1.11 The DSP/BIOS Driver Developer Kit (DDK) provides a selection of
DSP/BIOS Driver Developer Kit 1.11
The DSP/BIOS Driver Developer Kit (DDK) provides a selection of pre-tested DSP/BIOS device drivers, and documentation on how to write a driver to the DSP/BIOS driver model, known as IOM. The DDK includes C source code for all drivers. The DDK 1.11 has been validate ...
其他书籍 This is the demo source code for embedded VxWorks, which include severl functions. The function sour
This is the demo source code for embedded VxWorks, which include severl functions. The function source codes are all written in C language.
其他书籍 It can also accept a number of ftp connection (multithreaded), and with most of the commercial ftp s
It can also accept a number of ftp connection (multithreaded), and with most of the commercial ftp server functions. Server supports all basic ftp orders and to provide a simple user interface management, virtual directory support. This article comes from shrimp o
加密解密 I think this the first time every one can look at a PE crypter source in top level language such VC
I think this the first time every one can look at a PE crypter source
in top level language such VC++.
So as I promised ... if some one sent me one nice compress source I would
publish my source.
I dedicate this source to all people who involve in this field.
I hope it helps someone.
Have good day ...