-
DES的加密和解密
说明: DES的加密和解密。在VC++6.0下运行。(Des encryption and decryption)
- 2020-06-19 10:20:02下载
- 积分:1
-
winform 显示gif动画 示例源码下载
winform 显示gif动画 示例源码下载
- 2014-03-05下载
- 积分:1
-
FingerPrint
说明: 这是用于指纹识别的matlab的程序,完整的哦,共享,也许有用哈(finger)
- 2010-04-29 18:05:59下载
- 积分:1
-
MusicPlay
不用音乐播放控件,使用别的方法播放音乐。功能不全。(Do not have music player controls, the use of other means to play music. Insufficiency.)
- 2010-02-27 16:30:07下载
- 积分:1
-
scps-tp
scps-tp协议中在opnet仿真软件中的实现代码(The expansion of the transmission window in the SCPS-TP protocol and the snack mechanism and the Vegas algorithm to implement the code in the OPNET simulation software)
- 2020-11-09 15:39:46下载
- 积分:1
-
unity塔防游戏炮塔武器系统源码
unity5塔防游戏炮塔武器系统源码,这是一个多功能的完整塔防武器项目源码,包含各种高科技炮塔武器,支持unity5。
Sample Complete Weapons Included
- Prism Gun
- Homing missile
- Machine Gun
- Storm Rocket
- Cannon
- Napalm Rocket
- Grenade launcher
- Shotgun
System Feature
- 2D support
- Weapon template
- Missile , Projectile , Raycast
- Flexible to design your weapon
- Weapons Manager
- 2022-03-02 10:47:12下载
- 积分:1
-
hopfieldTSP
利用hopfield神经网络解决TSP(旅行商)问题(use hopfield neural network to solve TSP salesman problem (TSP))
- 2007-07-07 17:00:31下载
- 积分:1
-
BSE.Windows.Forms
跟XP系统左侧可折叠式菜单一样 联合开发网 - pudn.com
- 2010-03-05 18:40:09下载
- 积分:1
-
jiqixuexi
机器学习的10大经典算法(决策树算法、ID3算法、k均值算法等等)(10 classic algorithms in machine learning)
- 2012-05-20 17:04:29下载
- 积分:1
-
Visual C# Timer 构建的进度条演示
Visual C# Timer 构建的进度条演示,progressBar进度条的建立与使用,简单的范例,面向C#的初级开发者,希望初学者能够熟悉Loading如何创作哦,以下代码可以参考:
private void timer1_Tick(object sender, EventArgs e)
{
//使用三元运算符为progressBar的Value值自加1
progressBar1.Value = ++progressBar1.Value > 1000 - 1 ? 0 : progressBar1.Value;
//显示载入百分比
label2.Text = string.Format("已经载入{0}%", (int)(progressBar1.Value / 1000f * 100));
}
- 2022-04-16 04:00:01下载
- 积分:1