-
坐标系之间的转换
这个是一个坐标系之间的转换,包含三类坐标系之间的互换,其中有大地坐标,直角坐标和经纬度坐标。(非原创,转自其他网站)。
- 2022-04-07 21:24:21下载
- 积分:1
-
1)对所有入校车辆进行登记,包括车辆信息的修改,删除,添加,停车时间,出车时间的更新等。
2)对所有固定车主的信息进行登记,并且分类,将本校教职工和校外个...
1)对所有入校车辆进行登记,包括车辆信息的修改,删除,添加,停车时间,出车时间的更新等。
2)对所有固定车主的信息进行登记,并且分类,将本校教职工和校外个人分开管理。
3)对非固定车辆进行停车登记,出车管理,以及计费。
4)对系统的管理员进行信息登记,包括系统信息的修改,删除和更新。
-1) for all vehicles registered to the school, including changes to vehicle information, delete, add, stop time, trip time updates. 2) for all fixed-owners to register the information, and classification, our staff will be managed separately from and outside individuals. 3) non-stop registration of vehicles, vehicle management, and billing. 4) the administrator of the system to register information, including system information changes, delete and update.
- 2022-10-28 15:05:03下载
- 积分:1
-
这个源代码在Visual Basic 6为数据记录在Excel中的应用。
This the sorce code in Visual Basic 6 for the data logging in Excel application. -This is the sorce code in Visual Basic 6 for the data logging in Excel application.
- 2023-08-30 23:45:04下载
- 积分:1
-
计算机并口控制软件源代码可以向并口发送数据也可一解数据...
计算机并口控制软件源代码可以向并口发送数据也可一解数据-computer parallel port to control the source code software can send data to the parallel port can be a solution data
- 2022-02-20 07:45:04下载
- 积分:1
-
学校小型系统,仅供学习。希望多多指教,本人学编程的,对编程特别感兴趣。...
学校小型系统,仅供学习。希望多多指教,本人学编程的,对编程特别感兴趣。-School mini-systems, only to learn.
- 2022-02-26 18:23:19下载
- 积分:1
-
由于线性神经元具自适应性,通过给出第一种信号,它能预测第二种信号...
由于线性神经元具自适应性,通过给出第一种信号,它能预测第二种信号-as neurons with linear adaptive, is the first signal, it forecast second signal
- 2023-02-24 19:40:04下载
- 积分:1
-
这是java开发的一些小程序,对于学习Java很有帮助
这是java开发的一些小程序,对于学习Java很有帮助-This is the development of some small procedures, helpful for learning Java
- 2022-01-25 17:31:56下载
- 积分:1
-
c++控制台简易五子棋,增加鼠标支持
- C++ 单个源文件...
- 文件名: go2.cpp
- 编译器名: TDM-GCC 4.8.1 32-bit Release
- C++ 编译器: %BinDir0%g++.exe
- 命令: g++.exe go2.cpp" -o "go2.exe" -ansi -m32 -I"%CppIncludeDir0%" -I"%CppIncludeDir1%" -L"%LibDir0%" -static-libgcc -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -m32
- 输出文件名: go2.exe
- 输出大小: 1.30 MB
- 编译时间: 2.06s
- 2022-02-26 23:11:13下载
- 积分:1
-
LightningThis excellent Java applet lets you add flashing Lightning to your page...
LightningThis excellent Java Applet lets you add flashing Lightning to your page!可以使页面添加闪烁加亮效果-LightningThis excellent Java applet lets you add flashing Lightning to your page! Pages can add flicker-plus results
- 2023-06-26 01:05:04下载
- 积分:1
-
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。...
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。
-Hash table design [description of the problem] really right in your collective (such as in your class) in the design of a hash table of names, bringing the average search length of less than R, the completion of construction of the corresponding tables and look-up table procedures. [Basic requirements] assumed the names of people known as the Chinese pinyin form, fill in the hash table to be a total of 30 names, taking the average search length of the upper limit of 2. Hash function with the addition of more than a few ways to stay construction, using pseudo-random probing re-hashing to resolve disputes.
- 2022-02-07 13:16:03下载
- 积分:1