搜索结果
找到约 54 项符合
cannot 的查询结果
按分类筛选
- 全部分类
- 书籍 (8)
- 可编程逻辑 (3)
- Linux/Unix编程 (3)
- 技术资料 (3)
- 无线通信 (2)
- Java编程 (2)
- 单片机开发 (2)
- 数据结构 (2)
- 网络 (2)
- 软件 (2)
- 模拟电子 (1)
- Mentor (1)
- PCB相关 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 开关电源 (1)
- 教程资料 (1)
- 技术书籍 (1)
- 数据库系统 (1)
- VHDL/FPGA/Verilog (1)
- Java书籍 (1)
- Symbian (1)
- 软件设计/软件工程 (1)
- CA认证 (1)
- 汇编语言 (1)
- 书籍源码 (1)
- 其他 (1)
- 通讯/手机编程 (1)
- 电子书籍 (1)
- 微处理器开发 (1)
- Jsp/Servlet (1)
- 技术管理 (1)
- MTK (1)
- 接口技术 (1)
- 源码 (1)
通讯/手机编程 3G Mobile Open Wide Door For E-commerce The 3G mobile Internet business in 3G era will obtain rapid
3G Mobile Open Wide Door For E-commerce
The 3G mobile Internet business in 3G era will obtain rapid development, but it still
cannot become the ma in 3G era. In the age of 3G speech business, but is still a subject
of value-added business will have great development, the 3G mobile Internet business. ...
电子书籍 C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML standards i
C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML
standards into C++. As a developer,this is a book you cannot miss. C++ XML addresses all major
standards,toolkits,and types of applications dealing with XML as a format for representing and
exchanging data,as wel ...
Linux/Unix编程 //结构 struct fb_fix_screeninfo finfo struct fb_var_screeninfo vinfo //打开设备 fd = open[
//结构
struct fb_fix_screeninfo finfo
struct fb_var_screeninfo vinfo
//打开设备
fd = open["/dev/fb0", O_RDWR]
if [!fd] {
printf["Cannot open framebuffer device.\n"]
exit[1]
}
//取得固定信息
if [ioctl[fd, FBIOGET_FSCREENINFO, &finfo]] {
printf["Error reading fixed info ...
Jsp/Servlet collective processing environment for mobile devices. It is an environment for mobile device to solv
collective processing environment for mobile devices. It is an environment for mobile device to solve their computationally expensively problem which cannot solved by individual mobile device.
数据结构 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your prog ...
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 ...
单片机开发 These Release Notes describe the functionality of the AudioCodes’ TrunkPack Series Boards and Digit
These Release Notes describe the functionality of the AudioCodes’ TrunkPack Series Boards
and Digital Media Gateways supported by Software Release 4.8. Information contained in this
document is believed to be accurate and reliable at the time of printing. However, due to
ongoing product improvement ...
网络 In the next generation of wireless communication systems, there will be a need for the rapid deploy
In the next generation of wireless communication systems, there will be a need for the rapid
deployment of independent mobile users. Significant examples include establishing survivable, efficient,
dynamic communication for emergency operations, disaster relief efforts, and military networks. Such
n ...
网络 In the next generation of wireless communication systems, there will be a need for the rapid deploy
In the next generation of wireless communication systems, there will be a need for the rapid
deployment of independent mobile users. Significant examples include establishing survivable, efficient,
dynamic communication for emergency operations, disaster relief efforts, and military networks. Such
n ...
接口技术 net_tcp.h
/*
*********************************************************************************************************
*                                             uC/TCP-IP V2
*       ...