-
Detailed description of how to achieve in the application RAS dial
详细说明了如何在应用程序中实现RAS拨号。VC++或eVC的开发环境
- 2022-12-22 05:55:03下载
- 积分:1
-
[键盘处理]一个打字游戏,动感的声音和画面会让你有焕然一新的感觉...
[键盘处理]一个打字游戏,动感的声音和画面会让你有焕然一新的感觉-[keyboard handling] a typing game, dynamic voice and video will allow you to have the feeling of a new look
- 2022-02-02 17:48:32下载
- 积分:1
-
搜寻最短延时的交织m序列伪码,可选择m序列的长度,自动产生生成多项式...
搜寻最短延时的交织m序列伪码,可选择m序列的长度,自动产生生成多项式-Search for the shortest delay interwoven m PN sequence can choose the length of m sequence, automatically generating polynomial
- 2022-03-21 01:15:43下载
- 积分:1
-
iso_iec_14496
ISO_IEC_14496-1_2001(E)æ ‡å‡†-ISO_IEC_14496- 1_2001 (E) standards
- 2022-07-02 18:44:53下载
- 积分:1
-
该源码是关于数控仿真的程序
程序通过提取dxf格式文件,经过程序的处理得到数控G代码,最后进行加工仿真...
该源码是关于数控仿真的程序
程序通过提取dxf格式文件,经过程序的处理得到数控G代码,最后进行加工仿真-The source code is about the process of NC simulation program by extracting dxf format file, after proceedings which are CNC G code, and last, machining simulation
- 2023-05-15 11:05:02下载
- 积分:1
-
一个有趣的魔方程序。vc++实现。有点意思
一个有趣的魔方程序。vc++实现。有点意思-?桓 鲇腥 ?的????绦???vc++ 实现 ??有点意?
- 2023-05-08 12:40:02下载
- 积分:1
-
阵列library_data structure_by C
应用背景在C++ + + /爪哇,数组的数据结构已经被自我语言支持。但是,在丙,这不是。即使数据结构为类,头文件,库,它更是有助于您使您自己的数据结构的库;关键技术/函数指针/库研究数据结构,数组是有帮助的。这完全是用C++语言写的。
- 2022-02-11 17:44:57下载
- 积分:1
-
如果你使用过目前众多网站上的电子公告板程序的话,那你应该会知道电子公告板程序为了提高页面的读取速度,一般不会将所有的帖子全部在一页中罗列出来,而是将其分成多页显...
如果你使用过目前众多网站上的电子公告板程序的话,那你应该会知道电子公告板程序为了提高页面的读取速度,一般不会将所有的帖子全部在一页中罗列出来,而是将其分成多页显示,每页显示一定数目的帖子数,譬如 20 条。本项目提供了用JSP实现这一功能的方法。- Front if you use glance at in multitudinous website electronic
announcement board procedure, then you should be able to know the
electron announces the board procedure in order to enhance the page to
read takes the speed, generally cannot completely display all cards in
a page, but is divides into it the multi- pages demonstration, each
page of demonstrations certain number goal placard fraction, for
example 20. This project provided has realized this function method
with JSP.
- 2022-04-18 08:14:58下载
- 积分:1
-
Detailed information on the ARM architecture and application and other aspects....
详细介绍了ARM的架构和应用等各个方面。是PPT格式,图文并茂,讲解详尽,以只读的方式打开即可-Detailed information on the ARM architecture and application and other aspects. Is a PPT format, with illustrations to explain in detail in order to read-only manner open to
- 2022-01-28 12:23:17下载
- 积分: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