搜索结果
找到约 893 项符合
Your 的查询结果
按分类筛选
- 全部分类
- 其他 (80)
- 其他书籍 (67)
- Java编程 (57)
- VC书籍 (42)
- Linux/Unix编程 (34)
- Delphi控件源码 (33)
- 单片机开发 (28)
- matlab例程 (24)
- Java书籍 (22)
- 软件设计/软件工程 (19)
- 电子书籍 (19)
- 书籍 (17)
- 书籍源码 (16)
- 其他行业 (15)
- 嵌入式/单片机编程 (14)
- 文章/文档 (14)
- 驱动编程 (14)
- 软件工程 (14)
- 可编程逻辑 (13)
- 数值算法/人工智能 (13)
- 数学计算 (13)
- 加密解密 (13)
- Internet/网络编程 (11)
- 通讯/手机编程 (10)
- 微处理器开发 (10)
- 编译器/解释器 (10)
- 压缩解压 (9)
- 文件格式 (9)
- J2ME (9)
- 教程资料 (8)
- 游戏 (8)
- VHDL/FPGA/Verilog (8)
- 单片机编程 (7)
- FlashMX/Flex源码 (7)
- Windows CE (7)
- 通讯编程文档 (7)
- JavaScript (7)
- 人工智能/神经网络 (6)
- 操作系统开发 (6)
- 网络 (6)
- 其他嵌入式/单片机内容 (6)
- 汇编语言 (6)
- 手机短信编程 (6)
- GPS编程 (6)
- Modem编程 (6)
- 技术资料 (6)
- 中间件编程 (5)
- 其他数据库 (5)
- SQL Server (5)
- 嵌入式Linux (5)
- 系统设计方案 (5)
- 嵌入式综合 (4)
- 串口编程 (4)
- Delphi/CppBuilder (4)
- 编辑器/阅读器 (4)
- 多国语言处理 (4)
- Jsp/Servlet (4)
- 人物传记/成功经验 (4)
- Windows Mobile (4)
- 数据结构 (4)
- *行业应用 (3)
- Applet (3)
- 企业管理 (3)
- MySQL数据库 (3)
- USB编程 (3)
- 电源技术 (2)
- 通信网络 (2)
- 无线通信 (2)
- 源码/资料 (2)
- uCOS (2)
- 技术管理 (2)
- 磁盘编程 (2)
- DSP编程 (2)
- 教育系统应用 (2)
- 家庭/个人应用 (2)
- 行业发展研究 (2)
- 技术书籍 (2)
- 源码 (2)
- 驱动程序 (1)
- allegro (1)
- 模拟电子 (1)
- PCB相关 (1)
- 传感与控制 (1)
- 开发工具 (1)
- 测试测量 (1)
- TAPI编程 (1)
- 传真(Fax)编程 (1)
- Symbian (1)
- Oracle数据库 (1)
- 手机彩信(MMS)编程 (1)
- 并行计算 (1)
- VxWorks (1)
- 数据库系统 (1)
- 电子政务应用 (1)
- 金融证券系统 (1)
- RFID编程 (1)
- BREW编程 (1)
- CA认证 (1)
- 百货/超市行业 (1)
- 认证考试资料 (1)
其他 The CSS Cookbook cuts straight through the theory to provide hundreds of useful examples and CSS cod
The CSS Cookbook cuts straight through the theory to provide hundreds of useful examples and CSS code recipes you can use immediately to format your web pages. Reflecting CSS2 and including topics that range from basic web typography and page layout to techniques for formatting lists, forms, and tab ...
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
游戏 xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the
xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the private encryption keys to screen and to SD card. This is useful information in case your Wii ever gets bricked and you need to re-initialize the firmware.
编辑器/阅读器 Jurpopage is Free Open Source Dynamic Website Scripting Project This first created and published
Jurpopage is Free Open Source Dynamic Website Scripting Project
This first created and published at maya.or.id
and now published to public in english at Jurpo.com
It s coded under PHP and Mysql Database Server
Project goal is to help others to create their own website with easy to changed webpage ...
Java编程 This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, moving it around the ...
单片机开发 Many CAD users dismiss schematic capture as a necessary evil in the process of creating PCB layout
Many CAD users dismiss schematic capture as a necessary evil in the process of creating
PCB layout but we have always disputed this point of view. With PCB layout now offering
automation of both component placement and track routing, getting the design into the
computer can often be the most time co ...
Java书籍 The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and pa
The purpose of this chapter is to bring relative newcomers up to speed in writing, compiling, and packaging servlets and JSPs. If you have never developed a servlet or JSP before, or just need to brush up on the technology to jumpstart your development, then the upcoming recipes provide simple progr ...
其他书籍 Software Ebooks Bible Series - ASP.NET[2] is a very important book to satart web development in ASP.
Software Ebooks Bible Series - ASP.NET[2] is a very important book to satart web development in ASP.NET. So if you are planning to do web developemtn then this book should be on your system.
软件工程 Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or patte
Modern C++ Design is an important book. Fundamentally, it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine templates and patterns that you may never have dreamt was
possible, but is. If your work involves C++ des ...
软件工程 Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Draw
Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Drawing on Lopp s management experiences at Apple, Netscape, Symantec, and Borland, this book is full of stories based on companies in the Silicon Valley where people have been known to yell at each other ...