搜索结果
找到约 490 项符合
open 的查询结果
按分类筛选
- 全部分类
- 其他 (35)
- Linux/Unix编程 (35)
- 其他书籍 (28)
- Java编程 (26)
- 网络 (18)
- 技术资料 (13)
- 其他嵌入式/单片机内容 (11)
- Java书籍 (11)
- 单片机开发 (11)
- DSP编程 (11)
- 嵌入式/单片机编程 (10)
- 通讯/手机编程 (9)
- VC书籍 (9)
- 书籍 (9)
- 单片机编程 (8)
- 电子书籍 (8)
- Delphi控件源码 (8)
- 微处理器开发 (8)
- 文件格式 (8)
- 人工智能/神经网络 (8)
- 文章/文档 (8)
- 编译器/解释器 (7)
- 操作系统开发 (7)
- 通讯编程文档 (7)
- 软件设计/软件工程 (7)
- 压缩解压 (7)
- Internet/网络编程 (7)
- 数学计算 (6)
- VIP专区 (6)
- 电源技术 (5)
- Symbian (5)
- 加密解密 (5)
- VHDL/FPGA/Verilog (4)
- 其他行业 (4)
- 系统设计方案 (4)
- 驱动编程 (4)
- 软件工程 (4)
- 嵌入式Linux (4)
- 开发工具 (3)
- J2ME (3)
- Applet (3)
- CA认证 (3)
- matlab例程 (3)
- Windows CE (3)
- 书籍源码 (3)
- 编辑器/阅读器 (3)
- 企业管理 (3)
- 源码 (3)
- 软件下载 (2)
- PCB相关 (2)
- 手机短信编程 (2)
- uCOS (2)
- FlashMX/Flex源码 (2)
- 串口编程 (2)
- *行业应用 (2)
- Windows Mobile (2)
- 其他数据库 (2)
- 多国语言处理 (2)
- 中间件编程 (2)
- 行业发展研究 (2)
- 数据结构 (2)
- SQL Server (2)
- 汇编语言 (2)
- BREW编程 (2)
- 数值算法/人工智能 (2)
- 手机WAP编程 (2)
- JavaScript (2)
- 软件测试 (2)
- Linux/uClinux/Unix编程 (2)
- 精品软件 (2)
- 技术书籍 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 资料/手册 (1)
- 教程资料 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- C/C++语言编程 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 设计相关 (1)
- GPS编程 (1)
- 教育系统应用 (1)
- 游戏 (1)
- Delphi/CppBuilder (1)
- USB编程 (1)
- SCSI/ASPI (1)
- 金融证券系统 (1)
- 邮电通讯系统 (1)
- TAPI编程 (1)
- 语音压缩 (1)
- Jsp/Servlet (1)
- 磁盘编程 (1)
- 能源行业(电力石油煤炭) (1)
- 系统/网络安全 (1)
- 图形图像 (1)
- 经验分享 (1)
- 软件 (1)
- 其他 (1)
- 论文 (1)
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 ...
其他 Not mine. Open source ECG analysis tool
Not mine. Open source ECG analysis tool
其他 open source not mine
open source not mine
软件设计/软件工程 Open Soucr Development with SVC 3rd
Open Soucr Development with SVC 3rd
企业管理 磁盘文件管理系统: 能浏览、删除、复制文件 我用三个子程序open,copy,delete分别实现了对磁盘文件的浏览
磁盘文件管理系统:
能浏览、删除、复制文件
我用三个子程序open,copy,delete分别实现了对磁盘文件的浏览,复制和删除。主要都是调用3DH,3FH,3EH,40H,41H等功能,没有什么特别的。主要困难在于路径的输入和存取。其他琐屑的细节问题只是比较耗时间 ...
软件工程 Description about how to write sesure codes in c++ to be used over open networks and also some point
Description about how to write sesure codes in c++ to be used over open networks and also some points about cryptography.
其他书籍 fpga open door,最最基础的入门介绍
fpga open door,最最基础的入门介绍,针对首次接触此类的新手
其他行业 VC+XML+UG OPEN API做的自动装配
VC+XML+UG OPEN API做的自动装配
其他书籍 ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
ecos RTOS 原理介绍和应用开发The design philosophy of eCos was to augment an open-source RTOS (which meant no
per-unit royalties) with source-level con?guration tools that would enable embedded developers
to scale their RTOS from hundreds of bytes to hundreds of kilobytes without needing to manu-
all ...
软件设计/软件工程 Alicebot and AIML Software Implementations The AI Foundation and our community has three open sour
Alicebot and AIML Software Implementations
The AI Foundation and our community has three open source free software "products"
1. The specification of the AIML language itself.
2. Various free software interpreters that implement (1).
3. The contents of the ALICE brain written in AIML (and other f ...