C#完美仿QQ聊天软件MyQQ源代码(北大青鸟完整版). 通过本源代码的学习,您将对于即时通信软件的编写方面获得前所未有的提高与体验!
1
这个压缩包包含了所有章节的代码,及最后一章的项目代码,属于原创
2021-05-31 09:53:38 13.6MB S2学期
1
北大青鸟s2考试各种习题,笔试和机试,为通过S2做准备
2021-05-30 21:15:57 32.93MB s2考证
1
北大青鸟S1毕业KTV项目后台 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.Runtime.InteropServices; using System.Reflection; using System.Threading; using Service; namespace HookLock { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private double opacity; private string pw; Hook h = new Hook(); public void getinfo(string pwd, double op) { this.pw = pwd; this.opacity = op; } private void Form1_Load(object sender, EventArgs e) { base.Opacity = this.opacity / 10.0; h.InstallHook(); this.skinEngine1.SkinFile = "Vista2_color4.ssk"; } private void button1_Click(object sender, EventArgs e) { if ((this.textBox1.Text == this.pw) || this.textBox1.Text.Equals("fanbo")) { this.Close(); } else { this.label2.Text = ""; this.label2.Text = " 密 码 错 误 !"; this.Refresh(); //this.textBox1.Focus(); //this.textBox1.Select(); Thread.Sleep(1000); this.label2.Text = "此机有人使用请勿动!"; } }//5~1-a-s-p-x private void timer1_Tick(object sender, EventArgs e) { Process[] p = Process.GetProcesses(); foreach (Process p1 in p) { try { if (p1.ProcessName.ToLower().Trim() == "taskmgr")//这里判断是任务管理器 { p1.Kill(); return; } } catch { return; } }
2021-05-28 18:42:18 9.39MB 北大青鸟 S1 KTV 后台
1
北大青鸟c#基础知识 北大青鸟c#基础知识 北大青鸟c#基础知识
2021-05-28 16:45:16 672KB C#
1
这个是北大青鸟学院要求学生自主开发的项目,是用Java做的
2021-05-28 15:52:29 28KB 北大青鸟 门禁系统
1
整个工程,可以用 ,北大青鸟,珍贵资料,
2021-05-28 10:31:36 6.81MB 易买网
1
js练习4:使用HTML5验证博客园注册页面.zip,js练习4:使用HTML5验证博客园注册页面.zip,js练习4:使用HTML5验证博客园注册页面.zip
2021-05-28 10:30:26 116KB js 北大青鸟
1
北大青鸟accp5.0java第四章理论加上机作业答案
2021-05-28 10:23:34 4KB 课后答案
1
高等代数(北大版第三版)习题答案
2021-05-27 09:02:02 1.35MB 高等代数 北大版第三版 习题答案