-
这是485芯片的USB通信源码,实现和电脑的通信
这是485芯片的USB通信源码,实现和电脑的通信-This is the 485 chip USB communication source to achieve and computer communications
- 2022-01-26 07:53:08下载
- 积分:1
-
Java日程管理软件完整源码
Java+XML日程管理软件的源码,包括了提醒系统,比较完整的源码,作者:李政权,湖南农业大学科学技术师范学院04计算机教育班.整个源码包括了数据库、XML数据操作、用户帮助、日程管理、主框架等各个部分,代码中的注释也是很丰富,学习JAVA很不错的参考范例。
- 2022-06-02 03:14:28下载
- 积分:1
-
ucgui 版本3.9,支持汉字显示,在VC++6.0环境下可以进行运行
ucgui 版本3.9,支持汉字显示,在VC++6.0环境下可以进行运行-ucgui version 3.9, support for Chinese characters show that in VC++6.0 environment can be run
- 2022-01-31 14:15:32下载
- 积分:1
-
VGA_LCD 控制器IP,我也是从网上下载的,还没有来得及看,
VGA_LCD 控制器IP,我也是从网上下载的,还没有来得及看,-VGA_LCD controller IP, I also downloaded from the Internet, has not yet had time to look,
- 2023-03-06 18:30:03下载
- 积分:1
-
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。...
大地坐标系统的变换,主要适用于GPS学习者和大地测量者学习大地坐标系转换有关理论知识。-geodetic coordinate system conversion, mainly applicable to learners and GPS geodesy learning earth coordinate system conversion of the theoretical knowledge.
- 2023-04-05 13:45:04下载
- 积分:1
-
altera quartusII v5.1 license
altera quartusII v5.1 license
- 2022-03-16 07:56:24下载
- 积分:1
-
a JavaScript netnew written, the effect is to follow the mouse around the halo o...
一个用JavaScript写的网页特效,效果是跟随在鼠标周围的彩色的光环。把mousefollow.txt中的代码插入到和之间或插入到和之间就能看到效果。-a JavaScript netnew written, the effect is to follow the mouse around the halo of color. Mousefollow.txt put the code inserted into lt; Bodygt; And lt;/Bodygt; Or between inserted into lt; Headgt; And lt;/Headgt; Between you can see results.
- 2023-09-07 04:25: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
-
用VHDL语言编写的三人表决器,多数服从少数,或者一致通过。...
用VHDL语言编写的三人表决器,多数服从少数,或者一致通过。-VHDL prepared by the three voting machines, most of the views of the minority, or adopted unanimously.
- 2022-03-06 10:43:49下载
- 积分:1
-
空时正交编码源程序,参考文献: V.Tarokh,H. Jafarkhani,and A. R. Calderbank "Space...
空时正交编码源程序,参考文献: V.Tarokh,H. Jafarkhani,and A. R. Calderbank "Space-Time Codes from
%Orthogonal Designs",IEEE Trans. Inform. Theory VOL. 45,NO. 5,JULY 1-orthogonal space-time coding source, References : V. Tarokh, H. Jafarkhani. and A. R. Calderbank, "Space-Time Codes from Or% thogonal Designs " IEEE Trans. Inform. Theory VOL. 45, NO. 5. JULY 1
- 2022-02-07 09:11:46下载
- 积分:1