搜索结果
找到约 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)
Linux/Unix编程 This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es
This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Every ...
嵌入式/单片机编程 Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil
Back in 2002, the 6502 disappeared out of all catalogues.
Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer:
74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard.
Now here the results.
Note, that the Bus timing is diff ...
游戏 Games programming all in one code chapter 15
Games programming all in one code chapter 15
游戏 Games programming all in one code chapter 17
Games programming all in one code chapter 17
游戏 Games programming all in one code chapter 18
Games programming all in one code chapter 18
游戏 Games programming all in one code chapter 20
Games programming all in one code chapter 20
游戏 Games programming all in one code chapter 21(final chapter)
Games programming all in one code chapter 21(final chapter)
数值算法/人工智能 北京大学ACM比赛题目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input
北京大学ACM比赛题目
Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each letter (but not blanks, digits, or punctuation) appears in the all-upper ...
单片机开发 This will sample all 8 A/D-channels. The result will be send out via UART1 and can be seen within
This will sample all 8 A/D-channels.
The result will be send out via UART1 and can be seen within
any terminal-program (9600 Baud).
With each pressed key the next channel will be converted.
No interrupts are used.
单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte
This will sample all 8 A/D-channels by the continous mode.
Each end of conversion will call an interrupt routine,
where the AD-channel is put to Port4[2..0]
and the upper nibble of the result is put to Port4[7..4].
Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board