搜索结果
找到约 466 项符合
dreamweaver-like 的查询结果
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 ...
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by ...
Java编程 基于JAVASCRIPT的界面开发框架
基于JAVASCRIPT的界面开发框架,提供Windows-like的GUI界面
Linux/Unix编程 Siproxd is a proxy/masquerading daemon for the SIP protocol. It handles registrations of SIP client
Siproxd is a proxy/masquerading daemon for the SIP protocol.
It handles registrations of SIP clients on a private IP network
and performs rewriting of the SIP message bodies to make SIP
connections work via an masquerading firewall (NAT).
It allows SIP software clients (like kphone, linphone) or SIP ...
网络 Please unzip the file and make the file under linux with version 2.6 or above. The function is just
Please unzip the file and make the file under linux with version 2.6 or above. The function is just like the utility traceroute in linux or tracert in windows.
VC书籍 These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obvi
These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obviously, it s not reasonable to ask a developer or a team to giving up MFC and move to the WTL world just because there were some great controls or visual Frameworks written in WTL (there are many thing ...
DSP编程 用TMS320C54xDSP实现CRC编码.对有需要的人可以下来看一下
用TMS320C54xDSP实现CRC编码.对有需要的人可以下来看一下,真的很不错。It s useful,hope you like it.
VC书籍 Expert C Programming: Deep C Secrets By Peter van der Linden. Have you ever noticed that there are
Expert C Programming: Deep C Secrets
By Peter van der Linden.
Have you ever noticed that there are plenty of C books with suggestive names like C Traps and
Pitfalls, or The C Puzzle Book, or Obfuscated C and Other Mysteries, but other programming
languages don t have books like that? There s a very ...