-
简单二维号码生成程序
实现上很简单,就是为每个嘉宾生成一个二维码图片,通过彩信发送到手机,再专用识读设备上读取验证一下即可。csdn采用短信里包含网址链接的方式,打开是个二维码的方式也不错。
- 2022-05-21 15:17:24下载
- 积分:1
-
zk培训demo
完整的zk各组件学习demo,包含ZK与java后台的数据交互方式,是公司的zk大神编写开发出来给同事学习使用的,个人认为是ZK学习者不可多得的学习资料,适合zk开发人员系统学习。
- 2022-05-06 20:23:40下载
- 积分:1
-
谢谢和数据表
datasheet xiexie adsf -datasheet xiexie ! asdf
- 2023-09-05 02:05:03下载
- 积分:1
-
on the specific content and function, the mouse with the design, so that the web...
关于内容和具体功能,鼠标跟随的设计,可以让网页更绚丽-on the specific content and function, the mouse with the design, so that the website can be more beautiful
- 2022-03-18 07:18:05下载
- 积分:1
-
matlab codes for GUI
这个MATLAB代码显示了使用MATLAB编程方法的图形接口技术学习系统的基本设计的GUI MATLAB代码
- 2022-02-10 16:58:48下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
VC 透明窗体编程,源代码,可以通过调节显示窗体的透明度实现特殊对话窗口的效果!...
VC 透明窗体编程,源代码,可以通过调节显示窗体的透明度实现特殊对话窗口的效果!-VC transparent forms programming, source code, can be adjusted by the transparency of the form shows the realization of the special effects in the dialogue window!
- 2022-02-06 08:34:18下载
- 积分:1
-
这是一个游戏。我用MFC的C++写的
This a game. I use MFC c++ to write
- 2023-06-02 07:15:04下载
- 积分:1
-
使用免费的换肤软件USkin使用SkinMagic / APPFACE / skinplusplus相似…
使用免费的换肤软件USkin 同SkinMagic/AppFace/SkinPlusPlus这些软件类似,让逻辑和显示分离。通过简单的api调用,实现美观大方的界面。-use of free software USkin Eurocargo with SkinMagic/AppFace/SkinPlusPlus similar software, and demonstrate the logic of separation. Api simple call to achieve a stylish interface.
- 2022-05-07 23:52:19下载
- 积分:1
-
MFC远程医疗系统
这段代码使用MFC库函数实现了远程医疗数据采集系统,采集的数据有三相不平衡度,谐波,电压波动等。采集的数据均以波形和数字显示出来,界面简洁美观。
- 2023-05-07 03:00:02下载
- 积分:1