搜索结果
找到约 456 项符合
Notepad-like 的查询结果
数学计算 Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operati
Matrix TCL Lite 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program sour ...
其他书籍 This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Rec
This cookbook contains a wealth of solutions to problems that SQL programmers face all the time. Recipes inside range from how to perform simple tasks, like importing external data, to ways of handling issues that are more complicated, like set algebra. Each recipe includes a discussion that explain ...
其他书籍 You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of S
You know the rudiments of the SQL query language, yet you feel you aren t taking full advantage of SQL s expressive power. You d like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You d like to take your SQL skills to the next ...
通讯编程文档 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 ...
Linux/Unix编程 The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited res
The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable ...
Delphi控件源码 Floating Window.It is descendant of TCustomPanel. You can: - Drag on its title bar. - Set title ba
Floating Window.It is descendant of TCustomPanel. You can:
- Drag on its title bar.
- Set title bar on the left (only for truetype font)
- Show/Hide buttons on title bar
- Expand/shrink window (like tool window in CorelDraw)
Java编程 Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simp
Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simple activeX control usage like in VB, for windows platform, I always used this java library for activeX controls
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!