-
c++ high
c++高级编程的源代码,供大家学习c++时使用-c++ high-level programming source code for everyone to learn c++ use
- 2022-01-24 16:41:10下载
- 积分:1
-
Set T [0: n
设T[0:n-1]是n个元素的一个数组。对任一元素x,设S(x)={i|T[i]=x}。当|S(x)|>n/2时,称x为T的主元素。设计一个线性时间算法,确定T[0:n]是否有一个主元素。-Set T [0: n-1] is the n elements of an array. Of any element x, set S (x) = (i | T [i] = x). When | S (x) |> n/2 when x for T said the main element. Design a linear time algorithm to determine the T [0: n] whether there is a main element.
- 2022-05-27 02:35:58下载
- 积分:1
-
Autotools使用教程,非常实用,最小够用原则的忠实实践。
Autotools使用教程,非常实用,最小够用原则的忠实实践。-The use of Autotools tutorial, very useful, the principle of the smallest faithful enough practice.
- 2022-01-29 04:51:28下载
- 积分:1
-
achieve dormancy function is very simple, as long as the implementation of the a...
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown/cancellation/restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
- 2022-03-20 18:24:22下载
- 积分:1
-
用户自定义消息窗口
使用微软 Visual C# 2008 编写的自定义 MessageBox 程序模块,该程序可有三个调用参数、agr1 agr2 和 agr3分别为:显示信息字符串,显示停留时间,Logo选择。该程序给有两种Logo可选,可以扩充。该消息显示窗为渐进渐出,一到九秒显示后自动消失。
- 2023-01-17 09:25:04下载
- 积分:1
-
java source code
java source code
- 2022-01-28 17:44:24下载
- 积分:1
-
this a relatively simple program.
this a relatively simple program.
-this is a relatively simple program.
- 2022-07-10 03:29:02下载
- 积分:1
-
fang baidubook.fang baidubook.
仿 百度留言本,ASP+HTMl;仿 百度留言本,ASP+HTMl-fang baidubook.fang baidubook.
- 2023-01-15 01:55:04下载
- 积分:1
-
一款与众不同的小游戏源代码
一款与众不同的小游戏源代码-one distinctive small game source code
- 2022-12-06 15:15:02下载
- 积分:1
-
这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法...
这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This one a typical one number value issue, is it is it belong to algorithm ask and solve this question to pass to use, design the complicated algorithm , will write very long procedure . It can make the whole algorithm clear and use and pass and belong to the algorithm, make the procedure succinct . Case study this is it is it belong to course of algorithm typical extraction issue essence , is it pass algorithm of belonging to to set up to pass to set up And it is not a number value problem to solve finally and pass and belong to the instance
- 2022-03-03 16:34:51下载
- 积分:1