资源列表

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

[其他小程序test5

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

[汇编语言pianzuixiao

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

[编辑器/阅读器make_unique_workaround

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

[并行运算make_another_unique_workaround

说明:another workaround for make unique
<mace1234> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[驱动编程string

说明:为该类定义构造函数,析构函数和赋值操作。构造函数至少应有三个:无参构造函数、C风格字符串构造函数和复制构造函数 -so fine
<桐谷> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[其他小程序FTPUpload

说明:文件上传ftp:将目标文件上传到ftp上-file upload ftp
<杨亚东> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[其他小程序FTPDownload

说明:ftp文件下载:从ftp上下载目标文件到本机-file download ftp
<杨亚东> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[其他小程序PhotoFullScreen

说明:图片生成:抓取当前屏幕快照,保存为图片,image-create image
<杨亚东> 在 2025-06-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 2487.88 .89 .90 .91 .92 ... 216382 »

源码中国 www.ymcn.org