-
firls
matlab fir LPF least square error with zeroa weighted
- 2013-11-21 21:35:15下载
- 积分:1
-
PMSM_SVPWMaCODE
详细的讲解永磁同步电机的SVPWM原理及提供了 C++ 代码
- 2015-06-07 15:52:53下载
- 积分:1
-
IEEE802.15.4_opnet_simulation_model_v2.1
zsdgsdfnhdnmg zxdvbdfngdf shbdfb
- 2011-03-02 14:36:24下载
- 积分:1
-
vpncmdsys
free vpn source -0011
- 2015-09-28 10:54:27下载
- 积分:1
-
序列号生成代码
public static string DesEncrypt(string encryptString, string key)
{
byte[] keyBytes = Encoding.UTF8.GetBytes(key.Substring(0, 8));
byte[] keyIV = keyBytes;
byte[] inputByteArray = Encoding.UTF8.GetBytes(encryptString);
DESCryptoServiceProvider provider = new DESCryptoServiceProvider();
MemoryStream mStream = new MemoryStream();
CryptoStream cStream = new CryptoStream(mStream, provider.CreateEncryptor(keyBytes, keyIV), CryptoStreamMode.Write);
&nb
- 2022-02-14 04:41:29下载
- 积分:1
-
facedetect
人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测人脸检测(Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection Face Detection)
- 2013-07-14 12:50:55下载
- 积分:1
-
Scheduling Algorithms:
计划A算法:先到先得先服务(FCFS)。最短作业优先(SJF)。循环(RB)。优先级调度。
- 2023-06-08 18:25:02下载
- 积分:1
-
源码和笔记
说明: 我们在整个游戏中,看到的所有内容,我们都理解为游戏对象。
那么每一个游戏对象,都是由一个单独的类创建而来。
为了便于我们程序的可扩展性,减少冗余代码,我们写一个父类,让这些游戏对象的子类
来继承我的父类,我在父类中,将子类中所共有的成员全部都封装起来。
应该记录游戏对象的横纵坐标
需要记录游戏对象的高度和宽度(All the content we see in the whole game is understood as the object of the game.
Then every game object is created by a separate class.
In order to facilitate the scalability of our program and reduce redundant code, we write a parent class to let the children of these game objects.
To inherit my parent class, I encapsulate all the members that are common in the subclass.
The abscissa and ordinate coordinates of the game object should be recorded
You need to record the height and width of the game object)
- 2018-12-24 10:57:43下载
- 积分:1
-
YOUCHENG
C语言实现游程编码级解码过程,并附有注释。(C language-level RLE decoding process, together with the Notes.)
- 2008-12-14 13:17:38下载
- 积分:1
-
dayin3
对初学单片机非常实用的一些小程序老师写的 这是第二部分(right novice SCM some very practical procedures for the teacher to write small, which is the second part)
- 2006-08-18 19:48:56下载
- 积分:1