-
一个小型的公司管理信息系统,包括基础信息管理系统,供销商管理系统,客户管理系统等等.可以查询需要的信息....
一个小型的公司管理信息系统,包括基础信息管理系统,供销商管理系统,客户管理系统等等.可以查询需要的信息.-a small corporate management information system, including infrastructure information management systems, the management and marketing systems, customer management systems. Inquiries may need information.
- 2022-04-20 04:50:50下载
- 积分:1
-
csharp写的一个俄罗斯方块,功能齐全,程序容易看懂,适合新手学习...
csharp写的一个俄罗斯方块,功能齐全,程序容易看懂,适合新手学习-CSharp written by a Russian box, full-featured, easy to understand procedures, suitable for novice learning
- 2022-04-30 19:51:46下载
- 积分:1
-
OFDM系统的自适应功率和比特分配算法
OFDM系统的自适应功率和比特分配算法,实现系统资源的自适应分配(4)--原创(The adaptive power and bit allocation algorithm of OFDM system realizes the adaptive allocation of system resources (4)-- original.)
- 2021-04-07 17:59:01下载
- 积分:1
-
wendangku
It can store company pictures, office documents, Autocad drawings and other information.
System data are stored in the database, when users upload, update or overwrite, by default, automatic backup will be carried out to prevent data loss.
- 2019-06-06 13:32:41下载
- 积分:1
-
大尺度衰落模型
说明: 用matlab编程模拟实现大尺度衰落模型(Large scale fading model)
- 2020-04-16 11:47:05下载
- 积分:1
-
3
说明: 从动轮式滚行_步行复合机器人原理与动力学性能研究.pdf(_ Line follower roller wheel robot walk composite theory and dynamic performance. Pdf)
- 2009-08-16 15:16:39下载
- 积分:1
-
Blogblaster program.It is the software to submit and ping your blog to blog dire...
Blogblaster program.It is the software to submit and ping your blog to blog directories.
- 2022-03-01 06:23:51下载
- 积分:1
-
Dealitem
moxiang bin 54156151(moxiang bin)
- 2017-12-23 21:43:24下载
- 积分: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
-
8086微机原理数字钟程序
六位LED显示器实时显示时分秒。计时通道8053实现(Six LED displays are displayed in real time minutes. Time-lapse channel 8053 realization)
- 2020-12-08 10:39:21下载
- 积分:1