-
商人过河游戏,游戏规则详见源代码注释部分
商人过河游戏,游戏规则详见源代码注释部分-river businessmen game, the rules of the game see the source code Notes
- 2022-03-03 13:21:11下载
- 积分:1
-
eemd
emmd程序,有比较详细的注释,用于处理振动信号(EMMD program, detailed annotation)
- 2018-07-03 08:54:37下载
- 积分:1
-
EX_SEM
说明: 贝叶斯网络结构学习算法,在缺值数据结构学习——SEM算法例子(SEM algorithm of Bayesian network)
- 2021-04-27 16:58:44下载
- 积分:1
-
MMC damage+hill
说明: 基于hill本构模型和各向同性强化的MMC 伤害准则的vumat实现(hill yield+isotropic hardening+MMC damage vumat)
- 2021-03-29 16:39:10下载
- 积分:1
-
C#使用LINQ筛选动态数组中是string类型的元素
C#创建动态数组,筛选指定类型的元素,使用LINQ筛选动态数组中是string类型的元素。核心代码如下:
ArrayList arrList = new ArrayList(); //创建动态数组
arrList.Add(1);//添加动态数组元素
arrList.Add(2);
arrList.Add("A");
arrList.Add(3);
arrList.Add("b");
//使用LINQ筛选动态数组中是string类型的元素
var query = from item in arrList.OfType()
select item;
label1.Text = "是字符串类型的有:";//显示string类型的元素
foreach (var item in query)
{
label1.Text += item + " , ";
}
- 2022-01-24 17:23:38下载
- 积分:1
-
Graph_cut
几篇关于graph cut的论文,GRABCUT彩色图像分割算法的研究,基于GRAPH CUT的快速纹理合成算法(Several papers on graph cut paper, GRABCUT color image segmentation algorithm, based on GRAPH CUT Fast Texture Synthesis Algorithm)
- 2010-01-14 19:37:34下载
- 积分:1
-
AD9833 STM32
使用STM32驱动AD9833,亲测好用(Use STM32 to drive AD9833)
- 2021-05-12 20:30:02下载
- 积分:1
-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-10-26 17:15:03下载
- 积分:1
-
可逆素数
输入一个数判断该数是否是一个可逆素数,如果是输出**是可逆素数,否则为不是!(Enter a number to determine if the number is a reversible prime number. If it is output * is a reversible prime number, otherwise it is not!)
- 2018-05-01 16:32:39下载
- 积分:1
-
this a vb series of the GPS program's source code, as long as you will want...
这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program"s source code, as long as you will want to help!
- 2022-02-02 06:01:30下载
- 积分:1