-
PUBLIC BIKE MANAGEMENT
Public Bike Management (20分)
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any station and return it to any other stations in the city.
The Public Bike Management Center (PBMC) keeps monitoring the real-time capacity of all the stations. A station is said to be in perfect condition if it is exactly half-full. If a station is full or empty, PBMC will collect or send bikes to adjust the condition of that station to perfect. And more, all the stations on the way will be adjusted as well.
When a problem station is reported, PBMC will always choose the shortest path to reach th
- 2022-09-22 10:30:08下载
- 积分:1
-
Matlab_exams
MATLAB 考题整理,附带了详细的答案,很好的资料(MATLAB exam finish, with a detailed answer, very good information)
- 2010-06-07 21:21:33下载
- 积分:1
-
CMAC
利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看(The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes)
- 2020-10-28 18:29:57下载
- 积分:1
-
这是我自己写的一个小的文本编辑器,由于水平不高,请见谅...
这是我自己写的一个小的文本编辑器,由于水平不高,请见谅-Writing my own This is a small text editor, because the level is not high, please forgive me
- 2023-02-15 10:10:03下载
- 积分:1
-
11.16
使用外部程序来控制Flightgear的一种方法,非常值得学习。共两个压缩包,一个是获取数据的程序,一个是设置的程序。(Use an external program to control a method of Flightgear well worth learning. Total of two compression package, a program to get the data, and a set program.)
- 2021-04-22 12:48:48下载
- 积分:1
-
简单版坦克大战
小学期简单做的游戏--坦克大战。单机版。有些地方略有不足,有需要的人多多包涵。适合初级接触者的练手借鉴。
- 2022-06-18 16:44:56下载
- 积分:1
-
C# SQL按姓氏笔画查询数据库并排序
C# 生成一个按姓氏笔画排序的数据库查询语句,按学生姓氏笔画排序并不是字符串排序,是数据库SQL查询端的盒子,下面来看SQL语句的编写方法示例:
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名,性别,年龄,所在学院 FROM tb_Student ORDER BY 学生姓名 COLLATE chinese_prc_stroke_cs_as_ks_ws");//注意此句的写法,关键语句,姓氏笔画的定义
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
将查询出指定笔画顺序的学生姓名。
- 2022-12-24 13:00:03下载
- 积分:1
-
56
说明: 非常经典的手势识别系统的论文,是英语的,看了以后不接对手势识别会有更是一部的了解,相信英语能力也会提高的。(Gesture recognition system is the classic papers in English, looked after there will be no access to the gesture recognition is a more understanding, I believe English will improve.)
- 2011-07-26 22:37:45下载
- 积分:1
-
LPC1788_UCOS2
UCOS2在ARM上的移植,应用环境是keil MDK,使用芯片是LPC1788.可以方便的移植到其它NXP芯片.(UCOS2 transplant paradigm of the LPC1788)
- 2015-12-27 11:56:09下载
- 积分:1
-
PV_fixed_step
基于MATLAB/SIMULIN,搭建的光伏系统最大功率跟踪爬山法的定步长模型(Structures of the PV system based on MATLAB/SIMULIN, climbing method of maximum power point tracking fixed step model)
- 2012-10-17 10:52:05下载
- 积分:1