-
C#发送邮件
利用C#MAil库发送邮件信息,发送邮件时需开启邮箱的SMTP服务,才能成功发送,具体代码看下就知道了。
- 2023-07-19 13:50:02下载
- 积分:1
-
用matlab实现最小生成树,GA算法,克鲁斯卡尔算法和prim算法三种方法
用matlab实现最小生成树,GA算法,克鲁斯卡尔算法和prim算法三种方法,自行输入图信息,实现最小生成树,处理如旅行商问题,推销员问题等。熟悉matlab的操作和函数的使用。
- 2023-01-11 04:05:03下载
- 积分:1
-
the procedures used VB, and its function is used for recording and easily unders...
本程序用VB开发,其功能是用于录音,简单易懂》-the procedures used VB, and its function is used for recording and easily understood "
- 2023-02-05 14:50:03下载
- 积分:1
-
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
-Latest PKCS11 password token interface standard costs a lot of劲才found
- 2022-01-31 21:12:32下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
Windows API编程大全,不错的编程帮助
Windows API编程大全,不错的编程帮助-Encyclopedia of Windows API programming, good programming help
- 2022-06-29 07:09:17下载
- 积分:1
-
visual c++ 写的splashWin
visual c++ 写的splashWin
- 2022-03-15 07:52:58下载
- 积分:1
-
64bit mac using wallace mltiplier
嗨,这很好纸。这个用wallace乘法器表示64位乘法器
- 2022-03-30 10:02:54下载
- 积分:1
-
有用的 FTP 客户端
一个用于传输文件或文件夹的FTP客户端,在里面能够实现在本地电脑文件的上传,以及在服务器上面下载文件或者文件夹。
在这个实例的代码里面,有比较详细的注释,代码里面也实现了浏览文件夹跟文件的算法,已经获取注册表上文件图标的方法函数。使用了一些在FTP常用的函数。
- 2022-11-29 18:25:03下载
- 积分:1
-
80C196 developed with power monitoring, including the switch in terms of acquisi...
用80C196开发的电力监控,包括开关量采集和模拟量计算,采用MODBUS通讯,有详细的注释-80C196 developed with power monitoring, including the switch in terms of acquisition and simulation, using MODBUS communications, has detailed notes
- 2022-05-21 01:39:04下载
- 积分:1