搜索结果
找到约 574 项符合
Examples 的查询结果
按分类筛选
- 全部分类
- 技术资料 (79)
- Java编程 (49)
- 单片机开发 (47)
- 其他书籍 (39)
- 其他 (25)
- matlab例程 (20)
- Java书籍 (18)
- USB编程 (17)
- 微处理器开发 (17)
- VHDL/FPGA/Verilog (17)
- DSP编程 (16)
- Linux/Unix编程 (15)
- 书籍 (13)
- 嵌入式/单片机编程 (12)
- 电子书籍 (11)
- 书籍源码 (10)
- VC书籍 (10)
- 单片机编程 (8)
- 软件工程 (8)
- 其他嵌入式/单片机内容 (8)
- 文章/文档 (7)
- 加密解密 (6)
- 人工智能/神经网络 (6)
- 软件设计/软件工程 (6)
- 网络 (5)
- 数学计算 (5)
- 汇编语言 (5)
- 通讯/手机编程 (4)
- 可编程逻辑 (4)
- 游戏 (4)
- 通讯编程文档 (4)
- VIP专区 (4)
- 数值算法/人工智能 (3)
- 驱动编程 (3)
- Internet/网络编程 (3)
- Applet (3)
- 文件格式 (3)
- FlashMX/Flex源码 (3)
- Windows CE (3)
- 系统设计方案 (3)
- JavaScript (3)
- Jsp/Servlet (3)
- 源码 (2)
- PCB相关 (2)
- 电源技术 (2)
- 嵌入式综合 (2)
- 模拟电子 (2)
- 串口编程 (2)
- 编译器/解释器 (2)
- 磁盘编程 (2)
- 其他数据库 (2)
- 嵌入式Linux (2)
- 并行计算 (2)
- 论文 (1)
- 行业应用文档 (1)
- 多媒体处理 (1)
- 数据库系统 (1)
- 实用工具 (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
- 源码/资料 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- STL (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- Symbian (1)
- Oracle数据库 (1)
- MySQL数据库 (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
- 认证考试资料 (1)
Java编程 一个J2EE四层架构的实例
一个J2EE四层架构的实例,采用jsp+javabean+sessionbean+entitybean做的,与大家共享: 1.开发环境用的jbuilder7.0+weblogic7.0+oracle9i(sqlserver2000) 2.sql语句如下: create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.现在weblogic console下建立好数据源名:examples-dataSource-mssqlserve ...
Java编程 Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concep
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machi ...
书籍 Deep-Learning-with-PyTorch
We’re living through exciting times. The landscape of what computers can do is
changing by the week. Tasks that only a few years ago were thought to require
higher cognition are getting solved by machines at near-superhuman levels of per-
formance. Tasks such as describing a photographic image with ...
技术资料 Altium Designer 高级规则语法参考
Altium Designer官方英文文档,对于提升技术水平非常有用。AsMils Membership CheckDescriptionThis converts a coordinate to mils. This keyword is used in conjunction with the keywords which are compared with a Number specifying a distance, and stipulates that Number specifies a distance with a unit of 1 ...
VC书籍 This book is intended for "hands-on" developers or advanced students interested in understanding the
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient ...
其他 Problem Statement You are given a string input. You are to find the longest substring of input su
Problem Statement
You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input.
Definition
Class: ReverseSubstring
Method: findReversed
Parameter ...
其他书籍 This book is a hands-on introduction to the principles and practice of embedded system design usin
This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advance ...
matlab例程 New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems.
Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to H ...
其他书籍 PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content ...
其他书籍 The many variants of the Unix operating system require use of a mode of thought that s significantly
The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the ...