-
College Information Management System
实例4学院信息管理系统 - RAR 档案文件-College Information Management System-RAR files
- 2022-01-22 07:58:27下载
- 积分:1
-
TMS320F2812
基于TMS320F2812的视频图像采集系统的设计 对视屏采集有一定的参考-TMS320F2812-based video image acquisition system design of Shiping collection of some reference
- 2022-01-31 05:07:49下载
- 积分:1
-
一个自己开发的学生成绩管理系统,希望大家喜欢!
一个自己开发的学生成绩管理系统,希望大家喜欢!-A self-developed student achievement management system, I hope everyone likes!
- 2022-02-03 00:23:03下载
- 积分:1
-
本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时...
本程序用于测试实时时钟模块SD2000系列功能之一:四种中断功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟? 2./INT1 到指定时刻时输出低电平. 3./INT2输出固定频率32768HZ. 4.测试每分钟边沿中断输出(INT MODE3)和每分钟固定中断输出(INT MODE4)功能-procedures used to test the real-time clock module SD2000 series of functional one : four interrupts functions of the program are as follows : 1. The SD2000 board real-time test of time 2./INT1 hours and minutes to the designated low-level output at the moment. 3./INT2 32768HZ fixed frequency output. 4. testing every minute edge interrupt output (INT MODE3) per minute and fixed interrupt output (INT MODE4) function
- 2023-06-17 10:35:04下载
- 积分:1
-
线性分析,自己的作业,用于fisher的线性分类器
线性分析,自己的作业,用于fisher的线性分类器-linear analysis, its own operations, for the fisher linear classifier
- 2022-03-11 09:30:19下载
- 积分:1
-
use PowerBuilder to achieve the inventory management procedures
用powerbuilder实现的库存管理程序-use PowerBuilder to achieve the inventory management procedures
- 2022-12-09 01:05:03下载
- 积分:1
-
RBF网络训练程序的C源代码,可以完成
RBF网络训练程序C++源代码,可以完成网络训练和网络测试功能。-RBF the network training procedure C source code, may complete
the network training and the network test function.
- 2023-02-24 20:45:03下载
- 积分:1
-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
SQL生成实体与存储过程的工具,使开发变得非常方便
SQL生成实体与存储过程的工具,使开发变得非常方便
- 2022-03-29 19:36:30下载
- 积分:1
-
it is used for studing pscad
it is used for studing pscad
- 2022-05-23 19:23:39下载
- 积分:1