-
基于DSP的变压变频电源设计
该文件为基于DSP的变压变频电源设计,大家可以参考一下(This document is based on DSP variable voltage and frequency power supply design, you can refer to it.)
- 2018-12-27 20:16:54下载
- 积分:1
-
CS结构的VB网络数据库读取及操作程序
CS结构的VB网络数据库读取及操作程序,程序由服务端和客户端程序组成,两者都运行才能正确读取数据库,演示远程数据库数据读取和数据保存,演示程序是读取的数据库中的用户信息。
- 2022-02-03 01:12:53下载
- 积分:1
-
Poincare
用于计算Poincare截面,需要的可以下载看看,可以交流交流(Used to calculate the Poincare cross section, the need to download to see, can exchange and exchange)
- 2021-04-26 23:08:45下载
- 积分:1
-
磁盘镜像简单技术实现最好结果,希望对磁盘镜像学习者能有一定启示...
磁盘镜像简单技术实现最好结果,希望对磁盘镜像学习者能有一定启示-simple disk mirroring technology to achieve the best results, and I hope to disk mirroring learners can have a certain amount Inspiration
- 2022-05-20 07:00:09下载
- 积分:1
-
VRPTW-ga-master
python源码,利用遗传算法解决VRPTW问题,包含所有过程步骤(solve the VRPTW by GA(Python cord))
- 2020-11-18 20:19:38下载
- 积分:1
-
it is a elevator controller.
八层电梯控制器设计,主要特色是对外部电梯请求命令的异步采集,同步发出,为一组三个电梯的控制器-it is a elevator controller.
- 2022-05-29 20:09:04下载
- 积分:1
-
PFM - Barcelona
说明: Documentation for vanets simulation// omnet++
- 2021-01-15 17:18:45下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
BayesBinary
说明: 基于Matlab语言的最小错误率贝叶斯分类器实现(handwritingRecognition)
- 2020-07-01 09:00:02下载
- 积分:1
-
C# 使用进程名禁止程序运行多次
C# 使用进程名禁止程序运行多次,
string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称
string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名
Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组
if (processes.Length > 1)//如果该数组长度大于1,说明多次运行
{
MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息
this.Close();//关闭当前窗体
}
- 2022-02-04 01:16:54下载
- 积分:1