搜索结果
找到约 258 项符合
What 的查询结果
按分类筛选
- 全部分类
- 书籍 (35)
- 其他书籍 (25)
- 技术资料 (12)
- 其他 (11)
- Java书籍 (10)
- VC书籍 (9)
- 电子书籍 (8)
- 文章/文档 (8)
- 软件工程 (7)
- 软件设计/软件工程 (7)
- Java编程 (7)
- 模拟电子 (5)
- 行业发展研究 (5)
- 单片机开发 (5)
- 游戏 (5)
- Delphi控件源码 (5)
- 单片机编程 (4)
- 数值算法/人工智能 (4)
- matlab例程 (4)
- 数学计算 (4)
- 驱动编程 (4)
- 编译器/解释器 (3)
- SQL Server (3)
- 网络 (3)
- 通讯编程文档 (3)
- 电源技术 (2)
- 嵌入式综合 (2)
- Delphi/CppBuilder (2)
- 嵌入式/单片机编程 (2)
- 操作系统开发 (2)
- Linux/Unix编程 (2)
- 人物传记/成功经验 (2)
- 人工智能/神经网络 (2)
- 串口编程 (2)
- 技术管理 (2)
- 加密解密 (2)
- 通讯/手机编程 (2)
- 压缩解压 (2)
- 手机短信编程 (2)
- 家庭/个人应用 (2)
- 书籍源码 (2)
- Internet/网络编程 (2)
- 认证考试资料 (2)
- 教程资料 (1)
- PCB相关 (1)
- 技术书籍 (1)
- 可编程逻辑 (1)
- STL (1)
- Windows CE (1)
- 文件格式 (1)
- 手机彩信(MMS)编程 (1)
- 邮电通讯系统 (1)
- 中间件编程 (1)
- 系统设计方案 (1)
- 其他数据库 (1)
- 数据库系统 (1)
- GPS编程 (1)
- FlashMX/Flex源码 (1)
- 教育系统应用 (1)
- Oracle数据库 (1)
- VHDL/FPGA/Verilog (1)
- Jsp/Servlet (1)
- 其他行业 (1)
- JavaScript (1)
- Symbian (1)
- Windows Mobile (1)
- MySQL数据库 (1)
- 单片机相关 (1)
- 技术教程 (1)
其他 // Hint: These classes are intended to be used as base classes. Do not // simply add your code to t
// Hint: These classes are intended to be used as base classes. Do not
// simply add your code to these files - instead create a new class
// derived from one of CSizingControlBarXX classes and put there what
// you need. See CMyBar classes in the demo projects for examples.
数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the
北京大学ACM比赛题目
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
数值算法/人工智能 This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself. F
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself.
First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2).
Then the Class-Byte (CLA), Instruction-Byte (INS), Parameter 1 (P1), Parameter 2 (P2).
If wou don愒 want to send Parameter 3 ...
其他书籍 Microsoft .net IL 汇编语言程序设计指南. To tell the truth, I don t think I had much choice in this matter. Le
Microsoft .net IL 汇编语言程序设计指南.
To tell the truth, I don t think I had much choice in this matter. Let me explain. With Microsoft .NET technology taking the world by storm, with more and more information professionals getting involved, large numbers of books covering various aspects of this ...
单片机开发 Bubble Oscillation Algorithm. It is used to implement balancing load traffic, which is similar to wh
Bubble Oscillation Algorithm. It is used to implement balancing load traffic, which is similar to what a semi-smart antenna can do. This algorithm was figured out by Lin Du who obtained PHD in Queen Mary, University of London.
编译器/解释器 This application not only demonstrates the basics of using the Microsoft Foundation classes but is
This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your 词法分析 application.
加密解密 将信息隐藏到图像中。 AppWizard has created this MyImageWork application for you. This application not only d
将信息隐藏到图像中。
AppWizard has created this MyImageWork application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the fi ...
其他书籍 If you have programming experience and a familiarity with C--the dominant language in embedded syste
If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones ...
其他书籍 C/C++ Reference There are no "Introduction to Programming" tutorials here. This site is meant to
C/C++ Reference
There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you re interested in learning C/C++, try one of these sites:
...
单片机开发 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In
本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer