搜索结果
找到约 286 项符合
Way 的查询结果
按分类筛选
- 全部分类
- 书籍 (38)
- 其他书籍 (23)
- Java编程 (18)
- matlab例程 (16)
- VC书籍 (16)
- 单片机编程 (11)
- 单片机开发 (11)
- 其他 (10)
- 数学计算 (7)
- 电源技术 (6)
- Linux/Unix编程 (6)
- 电子书籍 (6)
- 数据结构 (5)
- 压缩解压 (5)
- 软件工程 (5)
- 微处理器开发 (5)
- 数值算法/人工智能 (5)
- 人工智能/神经网络 (4)
- 加密解密 (4)
- 编辑器/阅读器 (4)
- 文件格式 (4)
- 嵌入式综合 (3)
- 书籍源码 (3)
- 通讯编程文档 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 无线通信 (2)
- 技术书籍 (2)
- 游戏 (2)
- VHDL/FPGA/Verilog (2)
- Delphi控件源码 (2)
- Windows CE (2)
- 编译器/解释器 (2)
- 技术管理 (2)
- Java书籍 (2)
- 嵌入式/单片机编程 (2)
- DSP编程 (2)
- 系统设计方案 (2)
- USB编程 (2)
- 行业发展研究 (2)
- 其他行业 (2)
- Internet/网络编程 (2)
- VIP专区 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- TAPI编程 (1)
- Symbian (1)
- 汇编语言 (1)
- 中间件编程 (1)
- 通讯/手机编程 (1)
- 人物传记/成功经验 (1)
- Windows Mobile (1)
- 操作系统开发 (1)
- Applet (1)
- 企业管理 (1)
- J2ME (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- Jsp/Servlet (1)
- 多国语言处理 (1)
- Ajax (1)
- Windows编程 (1)
- 学术论文 (1)
- 源码 (1)
- 教程 (1)
TAPI编程 The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one
The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one way to implement a very simple TTY application. While the user interface and TTY emulation are very rudimentary, the TAPI and comm modules are fairly complete.
游戏 * This function positions the cursor at the specified * x,y coordinate. It uses the ANSI standard ES
* This function positions the cursor at the specified * x,y coordinate. It uses the ANSI standard ESCAPE * * sequence to produce the desired effect. Its not the * * fastest way to position the cursor, but perhaps the * * most portable. *
人工智能/神经网络 This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative
This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
Symbian 手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the
手机文件浏览器 Here are the sources to SMan v1.2c 1.2 is a major jump from v1.1. You will see this from the way the code has been restructured into multiple files. It also supports flip closed. However, to my chagrin, I made the mistake of assuming there will only be one flip closed view. :( That s ...
Windows CE Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This incl
Have you ever wanted to copy a file from your Desktop Computer to your handheld Pocket PC? This included any Windows CE version too? Well if so, I will present an easy way to do it here: It s called the Remote Application Programming Interface, or, RAPI in this article. It is touched on in the MSDN ...
Delphi控件源码 FlexCompress is a high-speed compression library developed to provide archive functionality for your
FlexCompress is a high-speed compression library developed to provide archive functionality for your applications. This solution provides flexible compression and strong encryption algorithms that allows you to integrate archiving or backup features into your programs in a fast and easy way.
Delphi控件源码 ZipForge is a fast ZIP compression library. With this toolkit you can easily add archive functionali
ZipForge is a fast ZIP compression library. With this toolkit you can easily add archive functionality to your projects. ZipForge includes our new unique techonology, a transaction system. This innovative solution gives you a fast and easy way of updating archive files providing data integrity like ...
数学计算 Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with th ...
人工智能/神经网络 开发环境:Delphi 简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must overr
开发环境:Delphi
简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution
汇编语言 This is an example how one could hide a process on Windows based operation systems from task viewer
This is an example how one could hide a process on Windows based
operation systems from task viewers like ProcDump (G-RoM, Lorian
& Stone) or ProcessExplorer (SysInternals).
It could e.g. be used as some kind of dump protection.
The way to get this done is very different on NT and 9x machines.