-
renshimanage
小型人事管理系统,C++和SQL语言编写,MFC界面(Small personnel management system, C++ and SQL language, MFC interface)
- 2010-12-03 20:43:30下载
- 积分:1
-
SocketWin
说明: 个人编写的基于.net的socket的局域网点对点聊天程序,打开两个程序,一个设置好ip后开始监听个,另一个放到局域网内别的电脑上设置ip连接之前的监听程序(Net socket based LAN point-to-point chat program, open two programs, one set up IP to start listening, the other put on the LAN other computer before the IP connection)
- 2020-06-30 17:46:25下载
- 积分:1
-
粒子群优化算法POS
粒子群优化算法
const int PNum = 20; //微粒个数
const int PDim = 2; //微粒维数
double Xup[] = {100, 100}; //自变量上界
double Xdown[] = {-100, -100}; //自变量下界
//主程序
void main()
{
MyPSO pso(PDim, PNum); //生成微粒群实例
pso.SetXup(Xup); //设置自变量上界
pso.SetXdown(Xdown); //设置自变量下界
pso.SetVmax(0.2); //设置最大速度
pso.SetCom(MyCom); //设置通讯函数
cout
- 2022-01-22 13:42:39下载
- 积分:1
-
GaussJordan
说明: 采用高斯约旦法求矩阵的逆矩阵,这种方法是选取了全主元的初等变换求逆矩阵的算法(Using Gauss-Jordan Method to Find the Inverse Matrix of Matrix)
- 2020-06-23 14:00:01下载
- 积分:1
-
111
说明: 实时视频传输有很大的实用价值,对采集到的原始视频信息进行压缩编码,获取己编码视频流是实现实时视频传输和QoS研究的关键。(Real-time video transmission are of great practical value of collected information for the original video coding, video streaming access to their own code is to achieve real-time video transmission and the key QoS.)
- 2009-08-01 11:04:37下载
- 积分:1
-
表达式求值
c++ 语言编写,所用软件是codeblock,这个代码是属于数据结构范畴的东西,简单,明了,便于理解和记忆。C++语言相对与C#来说是相对比较简单的,便于操作。
- 2022-01-26 03:48:09下载
- 积分:1
-
expintegrals.cpp
digital modulation for MATLAB
- 2010-01-05 03:11:58下载
- 积分:1
-
facedetion
人脸检测系统(可以用于人脸检测和定位)等,很方便的,程序已通过验证(Face Detection system (can be used for face detection and location) and so on, very convenient, the program has been validated)
- 2008-05-09 23:41:08下载
- 积分:1
-
chaos06
该软件用于研究周期信号的混沌检测,通过Duffing方程,检测极微弱信号,非常有用。(software for the study of the cycle of chaotic signal detection through Duffing equation, detect very weak signal, very useful.)
- 2021-04-06 13:49:02下载
- 积分:1
-
AN208SW
说明: 基于silicon labs的51单片机ADC采集反电动势实现BLDC换相的应用(basic on 51 MCU using ADC sample BEMF for BLDC commutation.)
- 2021-04-01 14:28:17下载
- 积分:1