资源列表
[C#编程] GPSseverdata
说明:能将接受的gps数据转出经纬度,串口可调,能读取gps数据到数据库,并调用回来,在窗口中读取-Can accept the latitude and longitude gps data transfer, serial adjustable, can read the gps data to the database, and call back, in the window reads<Qkooky> 在 2025-04-30 上传 | 大小:116kb | 下载:0
[控制台(字符窗口)编程] driver
说明:模拟售票员与司机的工作过程,操作系统的内容。-The work of the conductor and driver simulation process, the contents of the operating system.<一个好人> 在 2025-04-30 上传 | 大小:990kb | 下载:0
[Windows编程] SDbootloader_code
说明:制作S3C6410的SD卡启动的代码,以及制作方法-S3C6410 s SD card start making the code, and the production method<liusheng> 在 2025-04-30 上传 | 大小:710kb | 下载:0
[按钮控件] ltwinformimagebutton
说明:Winfrom图片按钮控件修改成imagebutton自定义按钮-Winfrom picture button control making it into a custom button imagebutton<jack> 在 2025-04-30 上传 | 大小:33kb | 下载:0
[Windows编程] editdistance
说明:为了把一个原文本串x[1..m]转化成目的串y[1..n],可以执行各种转换操作,目的是,给定的x和y,产生一系列的转换把x变成y,每一个转换操作都有一个相关的代价。我们假设每个操作的代价是已知的常数。此外,还假设复制和替换的单个代价小于删除和插入操作的合并代价;一个给定的转换操作序列的代价等于序列中单个操作的代价之和。-In order to bring a text of the string x [1 .. m] into the<bob> 在 2025-04-30 上传 | 大小:725kb | 下载:0
[控制台(字符窗口)编程] Dijkstra
说明:1 将顶点集V分成 S(开始只包含源点, S包含的点都是已经计算出最短路径的点) 和 V-S 集合(V-S 包含那些未确定最短路径的点) 2. 从V-S中选取这样一个顶点w: 满足经过S集合中任意顶点 v到w 的路径最短, 即 满足( 源到v的路径 + v到w的路径) 最小的那个w. 其中v 属于S, w属于S-V。将w 加入S, 并从V-S中移除w. 3. 如此反复,直到V-S变空集为止-1 to the ve<bob> 在 2025-04-30 上传 | 大小:785kb | 下载:0