资源列表

« 1 2 ... .82 .83 .84 .85 .86 2487.88 .89 .90 .91 .92 ... 216385 »

[其他小程序test2

说明:用户界面线程示例: 在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。 -User interface thread example:     &
<衣谷> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[其他小程序test1

说明:模拟一个耗时过程函数OnSomeLongProcess()来演示状态条中的进程状态格。这里简单地采用睡眠函数来模拟一个耗时过程。函数代码见程序1。 -A time-consuming process simulation function OnSomeLongProcess () to demonstrate the process status in the status bar grid. Here simply use sleep function to simulate a tim
<衣谷> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[其他小程序test3

说明:令n=2的m次方,A是一个2n维的数组,待求最大值的数存放在A(n),A(n+1),……A(2n-1)中,所求得的最大值置于A(1),于是算法描述如下:   输入:n=2的m次方个数存在数组A(n;2n-1)中;   输出:最大数置于A(1)中。 -So that n = m th power of 2, A is a 2n-dimensional array, to be seeking the maximum number stored in A (n), A (n+
<衣谷> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[其他小程序test4

说明:大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
<衣谷> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[其他小程序test5

说明:我们在开发是经常需要在启动一个进程之后等待其结束后再继续运行。 在这里提供了一个名为Wait的函数,它会为你完成上面的功能。实现的思想是在启动进程后等待其结束,由于进程是一种资源,而资源的句柄在WIN32中可以作为核心量使用。你可以使用WaitForSingleObject等待核心量状态改变为有信号状态。对进程来讲当进程结束时其状态转变为有信号。 在本例中使用了一个单独的线程来启动进程并等待结束。 -We often need to develop a process t
<衣谷> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[matlab例程InteriorPoint

说明:Solve a problem of Linear Program by the Interior Points methods. Function [x, Al, Z] = InteriorPoint(c0, x0, A0, b0, alpha, tol) Inputs - c0 -> initial coef. of O.F. x0 -> initial solution A0 -> initial con
<Claudius> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[汇编语言pianzuixiao

说明:非常好的偏最小二乘分析的程序,包含了典型相关分析、主成分分析和多元线性回归。可以根据具体的需要更改代码变成非线性回归,建立多个自变量和多个因变量之间的关系应用很广。包含计算程序和画图表示结果的程序两个m文件-Very good partial least squares analysis of programs, including the canonical correlation analysis, principal component analysis and multiple line
<张雨萌> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[matlab例程zuiduanlu

说明:两种实用性非常强的最短路算法,一个是dijkstra算法,还有一个是比较新的spfa算法,全都自带输出格式,推广性很强。-Two kinds of practical, very strong shortest path algorithm, one is dijkstra algorithm, there is a relatively new spfa algorithm, all carrying the output format to promote strong.
<张雨萌> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[matlab例程zuotu_4

说明:四种统计学作图的matlab实现方式,分别是箱线图,茎叶图,QQ图和频率直方图。直接输入数据即可运行,具有初步分析数据偏度、峰度、正态性的广泛应用。-Four kinds of statistical mapping matlab implementation, namely, box plots, stem and leaf diagram, QQ diagram and frequency histograms. Input data can be run directly, with a
<张雨萌> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[matlab例程cmps

说明:多重比较LSD法实现方差分析的matlab代码,调用格式为输入A矩阵,每一列是一个因素水平,当重复数不相等时,缺失数据用nan补齐。输出参数为各均值的比较表。-Multiple variance analysis method to achieve more LSD matlab code, call format for the input A matrix, each column is a factor level, when the number of repetitions is no
<张雨萌> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[编辑器/阅读器make_unique_workaround

说明:make_unique workaround for C-make_unique workaround for C++11
<mace1234> 在 2025-07-27 上传 | 大小:1kb | 下载:0

[并行运算make_another_unique_workaround

说明:another workaround for make unique
<mace1234> 在 2025-07-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 2487.88 .89 .90 .91 .92 ... 216385 »

源码中国 www.ymcn.org