搜索结果
找到约 429 项符合
LIKE 的查询结果
按分类筛选
- 全部分类
- 技术资料 (33)
- Java编程 (29)
- 书籍 (26)
- 其他书籍 (26)
- 其他 (24)
- Linux/Unix编程 (17)
- VC书籍 (16)
- 编译器/解释器 (12)
- Delphi控件源码 (11)
- 网络 (10)
- 微处理器开发 (10)
- 电子书籍 (9)
- 汇编语言 (9)
- matlab例程 (8)
- 压缩解压 (7)
- 文件格式 (7)
- 单片机开发 (7)
- 通讯编程文档 (6)
- 嵌入式/单片机编程 (6)
- 软件设计/软件工程 (6)
- 加密解密 (5)
- 通讯/手机编程 (5)
- 游戏 (5)
- 数学计算 (5)
- 人工智能/神经网络 (5)
- 文章/文档 (5)
- 数据结构 (5)
- VHDL/FPGA/Verilog (5)
- 系统设计方案 (5)
- 其他嵌入式/单片机内容 (5)
- 模拟电子 (4)
- Java书籍 (4)
- JavaScript (4)
- Jsp/Servlet (4)
- VIP专区 (4)
- 单片机编程 (3)
- 数值算法/人工智能 (3)
- 操作系统开发 (3)
- 书籍源码 (3)
- 软件工程 (3)
- 可编程逻辑 (3)
- 驱动编程 (3)
- Internet/网络编程 (3)
- J2ME (3)
- SQL Server (3)
- 行业发展研究 (3)
- 3G开发 (3)
- 源码 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- 教程资料 (2)
- *行业应用 (2)
- 嵌入式Linux (2)
- FlashMX/Flex源码 (2)
- GPS编程 (2)
- 电源技术 (1)
- 无线通信 (1)
- DSP编程 (1)
- 测试测量 (1)
- Matlab (1)
- 单片机 (1)
- allegro (1)
- 源码/资料 (1)
- 教育系统应用 (1)
- 串口编程 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
- SCSI/ASPI (1)
- Applet (1)
- 传真(Fax)编程 (1)
- 多国语言处理 (1)
- CA认证 (1)
- 技术管理 (1)
- 其他数据库 (1)
- Delphi/CppBuilder (1)
- Windows CE (1)
- Windows Mobile (1)
- 中间件编程 (1)
- 电子政务应用 (1)
- 并行计算 (1)
- RFID编程 (1)
- 认证考试资料 (1)
- 精品软件 (1)
VHDL/FPGA/Verilog This a vhdl programme for realise an electron watch by max-plus II. The function includes time showi
This a vhdl programme for realise an electron watch by max-plus II. The function includes time showing and time setting. It may be extended to other functions like alarming clock and so forth.
Jsp/Servlet This is montecarlo cards game to choose pairs. I have developed using a single servlet. uncompress a
This is montecarlo cards game to choose pairs. I have developed using a single servlet. uncompress and deploy the application to a webserver like tomcat. java files also comressed with the war file.
技术资料 Compatible_core
兼容内核漫谈 \r\r\n适合想将Windows上的程序移植到其它平台上的朋友研究查看-Compatible kernel would like to Talk for Windows on the
VC书籍 This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundame
This paper presents a visual based localization
mechanism for a legged robot. Our proposal, fundamented
on a probabilistic approach, uses a precompiled topological
map where natural landmarks like doors or ceiling lights
are recognized by the robot using its on-board camera.
Experiments have been co ...
Java编程 Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simp
Very Nice library for using ActiveX controls directly from java without heavy knowledge of JNI, simple activeX control usage like in VB, for windows platform, I always used this java library for activeX controls
Java书籍 How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caus
How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you!
人工智能/神经网络 annie is an ANN, ie, Artificial Neural Network library developed in C++. It can be used to implement
annie is an ANN, ie, Artificial Neural Network library developed in C++. It can be used to implement various kinds of neural networks like Multi-Layer Perceptron, Radial basis function networks, Hopfield networks etc.
数学计算 This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
书籍源码 该程序是用C语言编写的
该程序是用C语言编写的,属于turbo like code,性能接近或超过传统的turbo code.需要在LINUX操作系统下运行.
汇编语言 the calculator s usage! after you have inputed 2 operators,choose + - * / function! But the only
the calculator s usage!
after you have inputed 2 operators,choose + - * / function!
But the only situation I did t deal with is that
when you choos + fuction ,and the operaters signs is like this
-A+B,just turn it to B-A!