-
Minesweeper-game
用C++编的一个扫地雷游戏,代码清晰,有注释(A Minesweeper game C++ compiled, the code is clear, Notes)
- 2012-10-17 21:04:09下载
- 积分:1
-
PSO程序代码
对生产线上的工位布置优化,解决NP难问题。求解最优平衡率下的工位布置,平衡个工位的负荷。达到人员精简和降低成本的目的。(Optimize the workstation layout and solve the NP-hard problem. The workstation layout under the optimal balance rate is solved, and the load of each station is balanced. Achieve the goal of streamlining personnel and reducing costs.)
- 2018-11-08 09:50:38下载
- 积分:1
-
一个仿真代码,希望能给大家帮助,我认为这个定位…
toa代码仿真,希望能给大家带来帮助,本人觉得对做定位很有用-toa simulation code, I hope we can help, I do think that the positioning of the useful
- 2022-06-13 16:57:24下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
再传个由于soft dicision 方面的程序吧,这个对目前学编码的人来说,是相当重要的,也是现在最热的领域.
呵呵,还请站长早点开通我的帐户吧,先谢谢了...
再传个由于soft dicision 方面的程序吧,这个对目前学编码的人来说,是相当重要的,也是现在最热的领域.
呵呵,还请站长早点开通我的帐户吧,先谢谢了.
本人的方向是弄编码的,所以这次上传的主要是这方面的内容.-Send a soft dicision as a result of the procedures to you, the encoding of the current study people, is very important, and it is now the hottest area. Oh, also requested the station master as soon as possible to open my account now, first Thank you. I get the direction is encoded, so this From the main content of this field.
- 2023-04-12 10:00:04下载
- 积分:1
-
WSN_Signal_Models
Description: wireless sensor network emulation detection of the source code, and some simple experimental results analysis data
- 2020-11-03 16:29:57下载
- 积分:1
-
1e535ca8ab7502645d9fa1da4bba6b2f
aasew jngugt khig hikh
- 2017-04-11 01:01:58下载
- 积分:1
-
DataAnalyzer
说明: 我用过了,很好的!!建议你们也看看!不知道能不能看到!(I used, and very good! ! Suggest that you also take a look at! Do not know can not see!)
- 2006-04-13 12:55:45下载
- 积分:1
-
粒子滤波原理及应用仿真
粒子滤波原理及应用仿真,通过简单的程序入手学习,很快上手。(The principle of particle filtering and application simulation, starting with a simple program, will soon be used.)
- 2019-04-11 19:46:01下载
- 积分:1
-
segy读取原码
segy读取原码,该程序是勘探软件必备的代码,有做石油方面项目的一定有用。(SEGY read the original code, the program is an essential exploration software code, so oil projects necessarily useful.)
- 2005-04-18 14:07:40下载
- 积分:1