搜索结果
找到约 110 项符合
press 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (13)
- 电子书籍 (9)
- 软件设计/软件工程 (8)
- 人工智能/神经网络 (5)
- VC书籍 (5)
- 其他 (5)
- 书籍源码 (4)
- matlab例程 (4)
- 软件工程 (3)
- 数据结构 (3)
- 游戏 (3)
- Linux/Unix编程 (3)
- 数值算法/人工智能 (3)
- 技术书籍 (2)
- 数学计算 (2)
- Java书籍 (2)
- 嵌入式/单片机编程 (2)
- Java编程 (2)
- Windows CE (2)
- 通讯/手机编程 (2)
- 行业发展研究 (2)
- 其他嵌入式/单片机内容 (2)
- 书籍 (2)
- VIP专区 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- 嵌入式Linux (1)
- 认证考试资料 (1)
- 驱动编程 (1)
- 其他行业 (1)
- 单片机开发 (1)
- 汇编语言 (1)
- 微处理器开发 (1)
- VHDL/FPGA/Verilog (1)
- 中间件编程 (1)
- 多国语言处理 (1)
- DSP编程 (1)
- MTK (1)
- SQL Server (1)
- 仿真技术 (1)
- 接口技术 (1)
其他 SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windowssystem32 folder. 2.run Emulator Utility
SENTINEL 的加密狗lic生成工具方法如下
1.copy a870.sentinel to windows\system32 folder.
2.run Emulator Utility and then press install button and close the utility.
3.run wechoid.exe, selector must be 1e or 1c
4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it will make a license ...
VHDL/FPGA/Verilog Code was successfully implemented within ALtera FPGA with Quartus 6.0. It presents two polish own fe
Code was successfully implemented within ALtera FPGA with Quartus 6.0. It presents two polish own female names: ULA and ALA whose are scrolling on the 4-columns crystal LED. When you press the switch it will turn from ULA into ALA and continue scrolling.
行业发展研究 OpenOffice.org document containing: List of codes i have tested on a JinPeng C2000 mobile and the
OpenOffice.org document containing:
List of codes i have tested on a JinPeng C2000 mobile and their results.
Some works, others not it is explained what code does if work.
They are introduced where you type digits when making a call, unless specify it is not necesary to press call, like for well ...
行业发展研究 OpenOffice.org document containing: List of codes i have tested on a JinPeng C2000 mobile and the
OpenOffice.org document containing:
List of codes i have tested on a JinPeng C2000 mobile and their results.
Some works, others not it is explained what code does if work.
They are introduced where you type digits when making a call, unless specify it is not necesary to press call, like for well ...
中间件编程 单总线多点测温系统
单总线多点测温系统,单总线它采用单根信号线既传输时钟又传输数据,而且数据传输是双向的它具有节省I/O 口线资源结构简单成本低廉便于总线扩展和
维护等诸多优点。本系统中所有的DS18B20都接在单片机的P1.1口上。用一个液晶屏显示,从单片机P3口接上8个开关,与右边的DS18B20
编号对应。当没有开关按下时屏幕显示"which NO ...
DSP编程 对于实时DSP系统的C算法介绍
对于实时DSP系统的C算法介绍,非常实用。Prentics Hall Press 的原版,扫描版。
Linux/Unix编程 //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move ...
Linux/Unix编程 //建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "
//建立窗口
win1 = newwin(15, 50, 1, 1)
box(win1, ACS_VLINE, ACS_HLINE)
mvwprintw(win1, 2,1, "WINDOW 1")
mvwprintw(win1, 4,1, "Press any key switching to window 2")
win2 = newwin(15, 40, 4, 20)
box(win2, ACS_VLINE, ACS_HLINE)
mvwprintw(win2, 2,1, "WINDOW 2")
//建立子窗口
s ...
matlab例程 Objectives The purpose of this notebook is to give you a brief introduction to the DiscreteWav
Objectives
The purpose of this notebook is to give you a brief introduction to the
DiscreteWavelets Toolbox and show you how to use it to load
images. Some basic image manipulation is illustrated as well. You will
also learn how to use measures and tools such as cumulative energy,
entr ...
MTK MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix
MTK flash TOOL源程序代码
========== FlashTool v3.1.05 (2007/05/15) =======
Bug fixes:
1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size.
2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM.
New features:
1. [DA] Supports new NO ...