-
Unload_DLL_source_in_the_remote
卸载远程进程中的DLL源码,查杀木马的时候更加方便。(Unload DLL source in the remote process, killing the horse when more convenient.)
- 2011-11-27 01:20:43下载
- 积分:1
-
Ccaption2
这是在一组用于定制窗口标题的类演示程序,比较不错的。具有很大的参考价值!(This is a group for the title of the window customization Demonstration Program category, the comparison is true. Great reference value!)
- 2006-12-02 12:24:32下载
- 积分:1
-
c# 下条形码生成的工具,做成了控件,方便使用
c# 下条形码生成的工具,做成了控件,方便使用-c# under the barcode generation tool that made the controls, ease of use
- 2022-02-07 04:21:33下载
- 积分:1
-
helper-for-serialport
基于MFC的强大的串口通信程序,可以用于串口通信测试(Based on the powerful serial communication Demo MFC can be used to test)
- 2014-04-28 15:45:37下载
- 积分:1
-
SpeexAEC
说明: 利用SpeexAEC实现自动回声抑制,其中包含AEC源码和测试代码(Automatic echo suppression with speexaec)
- 2020-02-22 12:49:32下载
- 积分:1
-
rmdemo_winform
rmdemo_winform.rar rmdemo_winform.rar
- 2007-08-28 22:47:46下载
- 积分:1
-
VC++ Firewall防火墙源代码
VC++ Firewall防火墙源代码VC++ Firewall防火墙源代码VC++ Firewall防火墙源代码
- 2022-07-09 23:08:08下载
- 积分:1
-
chenboost-r1
说明: 用UC3842做的boost升压电路,SIMetrix仿真,实物我都做成功了。(UC3842 do with the boost step-up circuit, SIMetrix simulation, in-kind do I have succeeded.)
- 2009-07-21 20:12:51下载
- 积分:1
-
C# 通过存储过程实现员工ID自动编号
C# 实现自动ID,通过存储过程实现员工自动编号,这个在平时的编程中很实用,自动编号使用存储过程来实现,比较高级一些,且数据库需要支持存储过程。
con.Open();
SqlCommand cmd = new SqlCommand();
string strSql = "insert into 员工个人信息 values ( + label6.Text + , + this.textBox2.Text + , + this.textBox3.Text + , + this.textBox5.Text + , + this.textBox4.Text + )";
cmd.CommandText = strSql;
cmd.Connection = con;
cmd.ExecuteNonQuery();
con.Close();
MessageBox.Show("成功添加信息");
this.groupBox1.Enabled = false;
- 2022-05-31 12:11:24下载
- 积分:1
-
ClanguageforQAM
用C语言编写的QAM调制解调程序,调试通过。(Written in C language with QAM modulation and demodulation process, through debugging.)
- 2010-11-10 09:45:22下载
- 积分:1