搜索结果
找到约 141 项符合
called 的查询结果
按分类筛选
- 全部分类
- 其他 (11)
- 书籍 (11)
- matlab例程 (10)
- VC书籍 (6)
- 单片机开发 (6)
- 电子书籍 (6)
- 人工智能/神经网络 (5)
- 其他书籍 (5)
- Linux/Unix编程 (4)
- 数据结构 (4)
- Java编程 (4)
- 加密解密 (4)
- 网络 (3)
- Java书籍 (3)
- Windows CE (3)
- 文章/文档 (3)
- 论文 (3)
- 多媒体处理 (2)
- 教程资料 (2)
- 可编程逻辑 (2)
- 通讯编程文档 (2)
- 游戏 (2)
- 行业发展研究 (2)
- 软件工程 (2)
- 文件格式 (2)
- 书籍源码 (2)
- 数学计算 (2)
- VHDL/FPGA/Verilog (2)
- 软件设计/软件工程 (2)
- 通讯/手机编程 (2)
- 数值算法/人工智能 (2)
- 单片机编程 (1)
- 无线通信 (1)
- 测试测量 (1)
- 微处理器开发 (1)
- 手机彩信(MMS)编程 (1)
- 生物技术 (1)
- USB编程 (1)
- 压缩解压 (1)
- VxWorks (1)
- SCSI/ASPI (1)
- Internet/网络编程 (1)
- J2ME (1)
- Delphi控件源码 (1)
- 驱动编程 (1)
- Jsp/Servlet (1)
- Ajax (1)
- 其他数据库 (1)
- 汇编语言 (1)
- MacOS编程 (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 技术资料 (1)
人工智能/神经网络 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
Linux/Unix编程 BoboMail is a so called webmail application, which provides mail access through a web interface. It
BoboMail is a so called webmail application, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and is implemented in Python
BoboMail是一个webmail应用程序,它提供通过一个web接口的邮件访问。它可以正确处理MIME消息(包括HTML邮件),用Python实现 ...
微处理器开发 机顶盒界面源代码: ## Avoid the so-called SINGAPPL to be initialized at runtime ## Used when the tuner is c
机顶盒界面源代码:
## Avoid the so-called SINGAPPL to be initialized at runtime
## Used when the tuner is controlled externally by I2C and
## the PIDs forced to some specific values.
数据结构 This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This
This a program to implement the so-called "dancing link" which is introduced in Knuth s paper. This is really a super
acrobatic and I am sure that not many programmers can understand the algorithms.
其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
...
USB编程 Writing an Input Module The sample module introduced here is called idiom (Input Device for Interc
Writing an Input Module
The sample module introduced here is called idiom (Input Device for Intercepting Output of Mice), The sample module registers itself with the USB kernel subsystem as a mouse driver and with the input management subsystem as a keyboard driver. idiom translates mouse movement ...
Linux/Unix编程 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t (eg. overrunning heap block boundaries)
*
using values before they have been initialized
*
inco ...
压缩解压 My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 a
My (so called) HiP compression algorithm as console mode
utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman
encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash
algorithm etc.
游戏 一个麻将游戏 it is a game called sJiujiang_mahjong_BCB_code
一个麻将游戏
it is a game called sJiujiang_mahjong_BCB_code
VxWorks This program demonstrates using a thread safe C++ class called SharedQT<T>. This example act
This program demonstrates using a thread safe C++ class called
SharedQT<T>. This example actually has several elements which
may prove useful for those who are new to C++: