-
中断驻留子程序范例
中断驻留子程序范例-TSR subroutine example
- 2022-11-06 02:20:06下载
- 积分:1
-
JAVA2游戏程序设计源码,图书光盘源码!
JAVA2游戏程序设计源码,图书光盘源码!-JAVA2 game programming source code, books CD-ROM Source!
- 2022-03-23 04:26:03下载
- 积分:1
-
tlc0831程序
tlc0831程序-tlc0831 procedures
- 2023-01-16 13:25:04下载
- 积分:1
-
SVMmulticlass: Multi
SVMmulticlass: Multi-class classification. Learns to predict one of k mutually exclusive classes. This is probably the simplest possible instance of SVMstruct and serves as a tutorial example of how to use the programming interface.
- 2022-05-28 03:23:16下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
嗯
知名游戏《模拟城市》(SimCity)公开了源代码,采用的是GPLv3许可证。由于版权方面的考虑,开源版本的《模拟城市》改名为 Micropolis,这正是它最初的开发代号。获得了《模拟城市》商标的持有者EA同意后,OLPC可以在XO笔记本上使用SimCity这一名称。负责《模拟城市》更新和维护的Don Hopkins为XO版本进行一些很cool的改动,程序也从最初的C代码换成了C++和Python。可以到这个网址下载所有不同版本的源代码。-Well-known game " Sim City" (SimCity) source code public, using the GPLv3 license. Because of copyright considerations, the open source version of the " Sim City" was renamed Micropolis, which is code-named its initial development. Access to the " Sim City" the holder of trademark EA consent, OLPC can be used in the XO notebook the name SimCity. Responsible for " Sim City" to update and maintain the XO version of Don Hopkins for some very cool changes, the program from the original C code into a C++ and Python. Can go to this website all the different versions of source code.
- 2023-08-14 14:25:05下载
- 积分:1
-
prepared by the Three Kingdoms vb source. Study of the Three Kingdoms player hel...
用vb编写三国志源码.对研究三国志的玩家很有帮助-prepared by the Three Kingdoms vb source. Study of the Three Kingdoms player helpful
- 2022-05-30 05:50:33下载
- 积分:1
-
simulation code about 4G system in cellphone OFDM.
From transmitter ,channel ,r...
simulation code about 4G system in cellphone OFDM.
From transmitter ,channel ,receiver..etc.
-simulation code about 4G system in cellphone OFDM.
From transmitter ,channel ,receiver..etc.
- 2022-04-17 12:41:29下载
- 积分:1
-
时钟由Verilog可计数从00:00至23:59写作。带一个文件到…
A clock writing by Verilog which can count from 00:00 to 23:59. With a C file to see the simulation results. A co-design example of C and Verilog.
- 2022-10-19 21:25:03下载
- 积分:1
-
vb source for information
vb写的源程序供参考-vb source for information
- 2022-02-07 10:07:17下载
- 积分:1