搜索结果
找到约 402 项符合
like 的查询结果
按分类筛选
- 全部分类
- Java编程 (29)
- 其他书籍 (26)
- 书籍 (26)
- 其他 (24)
- Linux/Unix编程 (17)
- VC书籍 (16)
- 编译器/解释器 (12)
- Delphi控件源码 (11)
- 网络 (10)
- 微处理器开发 (10)
- 电子书籍 (9)
- 汇编语言 (9)
- matlab例程 (8)
- 技术资料 (8)
- 文件格式 (7)
- 压缩解压 (7)
- 单片机开发 (6)
- 嵌入式/单片机编程 (6)
- 通讯编程文档 (6)
- 软件设计/软件工程 (6)
- 游戏 (5)
- VHDL/FPGA/Verilog (5)
- 数据结构 (5)
- 人工智能/神经网络 (5)
- 其他嵌入式/单片机内容 (5)
- 系统设计方案 (5)
- 通讯/手机编程 (5)
- 加密解密 (5)
- 文章/文档 (5)
- 数学计算 (5)
- 模拟电子 (4)
- Java书籍 (4)
- Jsp/Servlet (4)
- JavaScript (4)
- VIP专区 (4)
- 单片机编程 (3)
- 可编程逻辑 (3)
- J2ME (3)
- 操作系统开发 (3)
- SQL Server (3)
- Internet/网络编程 (3)
- 驱动编程 (3)
- 书籍源码 (3)
- 软件工程 (3)
- 数值算法/人工智能 (3)
- 3G开发 (3)
- 行业发展研究 (3)
- 教程资料 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- FlashMX/Flex源码 (2)
- *行业应用 (2)
- GPS编程 (2)
- 嵌入式Linux (2)
- 源码 (2)
- allegro (1)
- 电源技术 (1)
- 测试测量 (1)
- 源码/资料 (1)
- 编辑器/阅读器 (1)
- 串口编程 (1)
- 教育系统应用 (1)
- 电子政务应用 (1)
- 多国语言处理 (1)
- Delphi/CppBuilder (1)
- 其他数据库 (1)
- Windows Mobile (1)
- SCSI/ASPI (1)
- 传真(Fax)编程 (1)
- Windows CE (1)
- 认证考试资料 (1)
- DSP编程 (1)
- Applet (1)
- 技术管理 (1)
- 中间件编程 (1)
- 磁盘编程 (1)
- CA认证 (1)
- 并行计算 (1)
- 单片机 (1)
- Matlab (1)
- 无线通信 (1)
- 精品软件 (1)
Delphi控件源码 图像处理
图像处理,利用bilt 函数
Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME!
Note: comments are in italian ...
汇编语言 the calculator s usage! after you have inputed 2 operators,choose + - * / function! But the only
the calculator s usage!
after you have inputed 2 operators,choose + - * / function!
But the only situation I did t deal with is that
when you choos + fuction ,and the operaters signs is like this
-A+B,just turn it to B-A!
系统设计方案 === === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS =
=== === === === === === === === === === ====
IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS
================================================================
Sources:
PORTS.A of Ralf Brown s interrupt list collection
repairfaq.org keyboard FAQ(doesn t appear to exsist)
Linux source code
Test ...
Java编程 這是一個修改Oreilly Java 網路程式設計範例的程式 主要是將裡面的一個小程式加上視窗管理者介面方便使用 使用環境: 需有JRE的環境 path需有指到JAVA_HOME下bin/
這是一個修改Oreilly Java 網路程式設計範例的程式
主要是將裡面的一個小程式加上視窗管理者介面方便使用
使用環境:
需有JRE的環境
path需有指到JAVA_HOME下bin/
如環境設定OK,在windows直接點選執行即可
如在其他OS(unix-like)
java -jar nsLookUp.jar ...
SQL Server A simple System of Students Manage from internet by C++ and SQL server.Hope it is useful for the beg
A simple System of Students Manage from internet by C++ and SQL server.Hope it is useful for the beginer like me .
游戏 Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic c
Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so ...
VC书籍 The first edition of this book ranks among the small (very small) number of books that I credit with
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues ...
单片机开发 upsd_flash.c These functions are provided to help you develop your initial code. They are optim
upsd_flash.c
These functions are provided to help you develop your initial code.
They are optimized for speed rather that size. As a result, you will
see very few nested function calls. If speed is not critical, you
can use function calls for common tasks (like dat polling after
writing a byte ...
软件设计/软件工程 Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answ
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found, to modify the patterns in complex ways. You can also u ...