搜索结果
找到约 518 项符合
GET-next 的查询结果
单片机开发 Main program running when workpiece is ready on deferent belt(deferent_ready=ture). * Call Squ
Main program running when workpiece is ready on deferent belt(deferent_ready=ture).
* Call Square_Wave subroutine to generate 0.5ms square wave on P1.2 to drive
* electromotor,then drive deferent belt step forward. When it steps to the measure
* zone, it stops to be me ...
Internet/网络编程 一个简单的代理服务器
一个简单的代理服务器,用来处理http协议中的get方法
MySQL数据库 The book uses a task-oriented structure that allows you to work through the steps necessary to insta
The book uses a task-oriented structure that allows you to work through the steps necessary to install
MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate
data stored in those databases, administer the MySQL database management system, and connect to
MyS ...
游戏 I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many
I originally wrote this program as an exercise for learning JAVE. Gomoku game is well-known in many countries and every country calls it differently. The winner is the first player to get an unbroken row of five stones horizontally, vertically, or diagonally.
其他 SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussi
SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to ...
Java编程 Java的面向对象编程 掌握类的定义以及继承机制
Java的面向对象编程 掌握类的定义以及继承机制,熟悉方法的多态性。1、 成下面父类及子类的声明:(1)声明Student类。属性包括学号、姓名、英语成绩、数学成绩、计算机成绩和总成绩。方法包括构造方法、get方法、set方法、toString方法、equals方法、compare方法(比较两个学生的总成绩,结果分大于、小于、等于)、sum方 ...
其他书籍 It’s your first day in the lab.Undoubtedly you are experiencing a range of emotions: excitement, cu
It’s your first day in the lab.Undoubtedly you are experiencing a range
of emotions: excitement, curiosity, anxiety. You will be working in
this lab and with a group of people, as well as with your supervisor,
for several years to come. This is the first day of a long commitment
and, for some, a ha ...
其他书籍 Finally, after a great deal of effort and hard work, you have obtained the results you were trying
Finally, after a great deal of effort and hard work, you have obtained
the results you were trying to get for such a long time. You may be
so busy (and tired) that you don’t even realize that you have indeed
achieved a certain measure of success. Perhaps it will take a fewmore
months before you can ...
其他 这是KMP字符串匹配算法的实现代码
这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题