搜索结果
找到约 322 项符合
COMMON 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (23)
- 书籍 (18)
- Java编程 (17)
- 其他 (17)
- 单片机编程 (13)
- 技术资料 (13)
- VC书籍 (12)
- Linux/Unix编程 (10)
- 网络 (8)
- 单片机开发 (8)
- 电子书籍 (7)
- 文章/文档 (6)
- 系统设计方案 (6)
- 软件工程 (6)
- 数据库系统 (6)
- 微处理器开发 (6)
- VHDL/FPGA/Verilog (6)
- 模拟电子 (5)
- 软件设计/软件工程 (5)
- Java书籍 (5)
- 通讯编程文档 (5)
- 电源技术 (4)
- 嵌入式/单片机编程 (4)
- Internet/网络编程 (4)
- 加密解密 (4)
- 操作系统开发 (4)
- 通讯/手机编程 (4)
- matlab例程 (4)
- Jsp/Servlet (4)
- 源码 (4)
- 多媒体处理 (3)
- 数值算法/人工智能 (3)
- 嵌入式Linux (3)
- 驱动编程 (3)
- Delphi控件源码 (3)
- Windows CE (3)
- 压缩解压 (3)
- 其他 (3)
- VIP专区 (3)
- 嵌入式综合 (2)
- 无线通信 (2)
- 可编程逻辑 (2)
- 测试测量 (2)
- SQL Server (2)
- *行业应用 (2)
- 其他嵌入式/单片机内容 (2)
- USB编程 (2)
- FlashMX/Flex源码 (2)
- 并行计算 (2)
- 行业发展研究 (2)
- 金融证券系统 (2)
- 手册 (2)
- 行业应用文档 (1)
- 技术教程 (1)
- PCB相关 (1)
- 教程资料 (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- Oracle数据库 (1)
- 生物技术 (1)
- 语音压缩 (1)
- 游戏 (1)
- 其他行业 (1)
- 邮电通讯系统 (1)
- 书籍源码 (1)
- 数学计算 (1)
- 文件格式 (1)
- SCSI/ASPI (1)
- J2ME (1)
- 数据结构 (1)
- uCOS (1)
- GPS编程 (1)
- 串口编程 (1)
- MTK (1)
- CA认证 (1)
- VxWorks (1)
- 3G开发 (1)
- MacOS编程 (1)
- 编辑器/阅读器 (1)
- 教育系统应用 (1)
- 应用设计 (1)
- 笔记 (1)
嵌入式/单片机编程 目录文件结构: 用于s3c44b0 lcd_test ├─ main.c C语言主源文件 ├─ bmp.c 光标图案源文件 ├─ bmp.h 光标图案头文件 ├─ lcd.c LC
目录文件结构:
用于s3c44b0
lcd_test
├─ main.c C语言主源文件
├─ bmp.c 光标图案源文件
├─ bmp.h 光标图案头文件
├─ lcd.c LCD显示函数源文件
└─ lcd.h LCD定义头文件
如何烧写程序到Flash中,请阅读common目录下的ProgramFlash.txt文件。 ...
Java编程 JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:Apache Tomcat 4.0webappsROOT下。 第二步:将cart目录(包含*.clas
JAVA项目开发实践-网上范例:网上购物系统的JSP实现
第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。
第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。
第三步:将cart.mdb复制到C:\下。
第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为c ...
通讯编程文档 This gives examples of Session Description Protocol (SDP) offer/answer exchanges. Examples include
This gives examples of Session Description Protocol (SDP)
offer/answer exchanges. Examples include codec negotiation and
selection, hold and resume, and addition and deletion of media
streams. The examples show multiple media types, bidirectional,
unidirectional, inactive streams, and dynamic pa ...
其他嵌入式/单片机内容 ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst
ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255
Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral
Interface (SPI), 8-bit/16-bit parallel o ...
通讯编程文档 You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your pr
You imagine? Right, there s more than one possibility, this time I ll give you tree. One for your private data, one for the common data in order to receive data from other applications like Excel, WinWord etc. and at last, I ll give you a handy-dandy class you can derive ANY MFC object from, to make ...
其他 As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some task
As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us ...
嵌入式Linux gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o wri
gpio驱动
leddrv.c为驱动源程序
writeled.c为应用程序
writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c
leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common ...
软件工程 Patterns of Enterprise Application Architecture is written in direct response to the stiff challenge
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same b ...
驱动编程 费尔个人防火墙 2.1 源程序 版权所有 (C) 费尔安全实验室 http://www.xfilt.com xstudio@xfilt.com 2002 年 12 月 2
费尔个人防火墙 2.1 源程序
版权所有 (C) 费尔安全实验室
http://www.xfilt.com
xstudio@xfilt.com
2002 年 12 月 22 日
===============================================================
在使用费尔个人防火墙源程序之前,请首先阅读用户许可协议(本目录
的 License.txt 文件)。
费尔个人防火墙 2.1 源程序 ...
J2ME 利用SyncML开发客户端程序的中间件
利用SyncML开发客户端程序的中间件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic fun ...