搜索结果
找到约 280 项符合
Select 的查询结果
按分类筛选
- 全部分类
- 技术资料 (36)
- 网络 (14)
- Linux/Unix编程 (13)
- SQL Server (13)
- 其他 (12)
- Java编程 (11)
- C/C++语言编程 (9)
- 单片机编程 (8)
- 微处理器开发 (8)
- Oracle数据库 (7)
- 软件设计/软件工程 (7)
- 数据库系统 (6)
- 其他书籍 (6)
- Internet/网络编程 (6)
- 其他数据库 (6)
- 源码 (5)
- 编译器/解释器 (5)
- 数学计算 (5)
- Delphi控件源码 (5)
- JavaScript (5)
- 单片机开发 (4)
- 人工智能/神经网络 (4)
- 文章/文档 (4)
- matlab例程 (4)
- 书籍源码 (3)
- 可编程逻辑 (3)
- 驱动编程 (3)
- 通讯编程文档 (3)
- 书籍 (2)
- 开发工具 (2)
- 传感与控制 (2)
- 教程资料 (2)
- 压缩解压 (2)
- 串口编程 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- 技术管理 (2)
- 汇编语言 (2)
- 嵌入式/单片机编程 (2)
- uCOS (2)
- 嵌入式Linux (2)
- VHDL/FPGA/Verilog (2)
- MySQL数据库 (2)
- Jsp/Servlet (2)
- Ajax (2)
- VIP专区 (2)
- 手册 (1)
- PCB相关 (1)
- 电源技术 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 接口技术 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 多媒体处理 (1)
- 驱动程序 (1)
- 仿真技术 (1)
- 通讯/手机编程 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 实用工具 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 教育系统应用 (1)
- 游戏 (1)
- 语音压缩 (1)
- 多国语言处理 (1)
- Java书籍 (1)
- FlashMX/Flex源码 (1)
- VxWorks (1)
- 其他行业 (1)
- Windows CE (1)
- VC书籍 (1)
- 行业发展研究 (1)
- GPS编程 (1)
Linux/Unix编程 Linux下使用Select模型的两个类Client And Server
Linux下使用Select模型的两个类Client And Server
网络 使用select实现的UNIX/Linux环境下的TCP聊天程序
使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
Java编程 所有算法 java原代碼(如bubble,select ,quick,heap...sort)
所有算法 java原代碼(如bubble,select ,quick,heap...sort)
其他书籍 allows the user to select files containing objects and draw them using one of the available project
allows the user to select files containing objects and draw
them using one of the available projections.
串口编程 files describe a example tranmister a txt by uart from host PC and select baud rate
files describe a example tranmister a txt by uart from host PC and select baud rate
微处理器开发 s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select
s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括
Please select function :
0 : Please input 1-14 to select test
1 : Real time clock display
2 : 4 key array test
3 : Buzzer test
4 : ADC test
5 : IIC EEPROM test
6 : Touchpanel test
7 : 3.5# TFT LCD 240*320 test
8 : UDA1341 play audio test
...
嵌入式Linux Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger:
Embest Arm EduKit II Evaluation Board
External Interrupt Test Example
Please Select the trigger:
1 - Falling trigger
2 - Rising trigger
3 - Both Edge trigger
4 - Low level trigger
5 - High level trigger
any key to exit...
Press the buttons
push buttons may have glitch noise problem
EINT6 ...
matlab例程 This program compress and recostruct using wavelets. We can select level of decomposition(here maxim
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet.
For eg:-wavelets can be haar, db1, db2,dmey...............
Decomposition can be viewed in figure.
(Please note that select 256X256 image for be ...
游戏 改工程是一个基于select模型实现的MUD游戏
改工程是一个基于select模型实现的MUD游戏,包含基本的游戏逻辑,注册,登陆,游戏逻辑,简单的装备系统,买卖系统等,辅助使用tinyXML,使用的数据为acce
Java书籍 pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernu
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ")
rs=pstmt.executeQuery()
if(rs!=null && rs.next()){
String datetime = rs.getString(2)
java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") ...