accps1考试真题
2021-06-01 19:06:12 8.97MB accp s1 考试 认证
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
编写一个程序,将字符数组s2中的全部字符拷贝到字符数组s1中,不能使用strcpy函数。拷贝时,'\0'也要拷贝过去。 (代码提示:for(i=0;i<=strlen(s2);i++) s1[i]=s2[i];)
2021-05-26 21:03:10 190B C语言实验
北大青鸟ACCP5.0S1(第一学期)阶段项目:MyQQ聊天工具 1.提供给学员的素材 2.教学幻灯片(PPT) 3.相关设计文档(Word) 4.MyQQ用户功能程序 5.附加:系统管理员程序 ***这是目前csdn.net上最全面的MyQQ阶段项目***
1
C# winform窗体程序 数据库是SQLServer 北大青鸟S1结业项目
2021-05-17 16:01:09 26.87MB S1 北大青鸟 c#
1
TVDI(温度植被干旱指数)计算插件,用词插件输入地表温度影像和NDVI或EVI影像可以构建Ts-NDVI特征空间,输出TVDI影像和拟合方程及散点图
2021-05-16 23:15:46 128KB TVDI 温度植被干旱指数 ENVI插件
1
ZYNQ那些事儿
2021-05-13 10:03:14 17.8MB ZYNQ
1
小熊美术课程清单
2021-05-07 09:00:43 10.83MB 美术
1
编程器备份固件
2021-05-03 14:00:19 8MB H81I 杰微H81I H81T_ITX
1
北大青鸟S1试题及答案,北大青鸟S1试题及答案,北大青鸟S1试题及答案
2021-04-22 12:44:59 73KB 青鸟
1