搜索结果
找到约 355 项符合
World 的查询结果
按分类筛选
- 全部分类
- 书籍 (77)
- 其他书籍 (31)
- 其他 (20)
- Linux/Unix编程 (17)
- VC书籍 (13)
- Java编程 (12)
- 人工智能/神经网络 (12)
- 技术资料 (12)
- 汇编语言 (10)
- 软件工程 (8)
- 软件设计/软件工程 (8)
- 微处理器开发 (7)
- 电子书籍 (6)
- 游戏 (6)
- 行业发展研究 (6)
- Java书籍 (5)
- 通讯编程文档 (5)
- 书籍源码 (5)
- 单片机开发 (5)
- 模拟电子 (4)
- 嵌入式综合 (4)
- 驱动编程 (4)
- 网络 (4)
- 文章/文档 (4)
- 嵌入式/单片机编程 (4)
- 电源技术 (3)
- 通信网络 (3)
- uCOS (3)
- 文件格式 (3)
- 其他嵌入式/单片机内容 (3)
- 嵌入式Linux (3)
- VHDL/FPGA/Verilog (3)
- 数值算法/人工智能 (3)
- 学术论文 (2)
- 无线通信 (2)
- 通讯/手机编程 (2)
- 系统设计方案 (2)
- 压缩解压 (2)
- DSP编程 (2)
- Windows CE (2)
- matlab例程 (2)
- Jsp/Servlet (2)
- 加密解密 (2)
- Delphi控件源码 (2)
- 认证考试资料 (2)
- 教程资料 (1)
- 可编程逻辑 (1)
- 串口编程 (1)
- GPS编程 (1)
- Internet/网络编程 (1)
- 数学计算 (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- 中间件编程 (1)
- J2ME (1)
- RFID编程 (1)
- 手机WAP编程 (1)
- Windows Mobile (1)
- SQL Server (1)
- 数据结构 (1)
- 家庭/个人应用 (1)
- 其他数据库 (1)
- VIP专区 (1)
软件设计/软件工程 学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单
学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只
要 使 用 文 本 编 辑 器 将 脚 本 命 令 插 入 到 HTML 页 中 就 行 了 。 将 这 个 主 页 以 .asp 为
文 件 扩 展 名 保 存 , ASP 服 务 器 就 知 道 处 理 其 中 的 脚 本 命 令 了 。 若 要 查 看 脚 本 的 结
...
人工智能/神经网络 BPMLL is a package for training multi-label BP neural networks. The package includes the MATLAB code
BPMLL is a package for training multi-label BP neural networks. The package includes the MATLAB code of the algorithm BP-MLL, which is designed to deal with multi-label learning. It is in particular useful when a real-world object is associated with multiple labels simultaneously
汇编语言 Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口
Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。
本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过70多个实例逐步深入Win32汇编语言编程的方方面 ...
电子书籍 The literature of cryptography has a curious history. Secrecy, of course, has always played a centra
The literature of cryptography has a curious history. Secrecy, of course, has always played a central
role, but until the First World War, important developments appeared in print in a more or less
timely fashion and the field moved forward in much the same way as other specialized disciplines.
A ...
Linux/Unix编程 /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALS
/* 在这里我们连接 "destroy" 事件到一个信号处理函数。
* 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值
* 都会触发这个事件。*/
g_signal_connect (G_OBJECT (window), "destroy",
G_CALLBACK (destroy), NULL)
/* 设置窗口边框的宽度。*/
gtk_container_set_border ...
Java编程 Java is the first language to provide a cross-platform I/O library that is powerful enough to handle
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than ...
uCOS 熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数
熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main.
调用的函数,了解 uCOS-II操作系统系统的启动过程。使用Source Insight 3.0 C代码
辑器,在操作系统的基础上,编写一段程序,在屏幕上显示“Hello world”等文本 ...
微处理器开发 ThreadX Library for ARM RISC microprocessor. ThreadX is a high performance RTOS that is wildly used
ThreadX Library for ARM RISC microprocessor. ThreadX is a high performance RTOS that is wildly used in industrail world-wide.
Java编程 This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 2
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228).
Developers around the world, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers.
However, with JAX-WS 2.0 A ...
软件设计/软件工程 Java technology is both a programming language and a platform. The Java programming language origina
Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time o ...