-
Manila 关于重力感应部分的lua源码
Manila 关于重力感应部分的lua源码-Touch Flo 3D G-Sensor lua code
- 2023-08-24 00:40:03下载
- 积分:1
-
TCP 服务器
C# 初学者有关网络和协议的小知识。线程的一些知识是必需的。微软发展的环境被需要 (Visual Studio 2010)。
简要说明
通过这篇文章我要展示的读者与 TCP/IP Server 通过 Windows 服务启动时,可以停止时 Windows 服务已停止。此 TCP/IP 服务器侦听客户端的连接请求。从客户端请求时,服务器的工作是文件的阅读由客户端发送的数据并将它存储在一个文件 (也由客户端指定的名称)。在这个项目中你可以使用它为使迷你聊天程序和简单的 GUI
- 2022-08-02 23:05:10下载
- 积分:1
-
procedure is a banker algorithm to achieve the interface, bankers algorithm func...
程序是银行家算法的界面实现,银行家算法的功能都已实现,这是我自己完成的,给大家分享一下。-procedure is a banker algorithm to achieve the interface, bankers algorithm functions have been achieved, it is my personal completed. for everyone to share.
- 2022-04-29 17:04:10下载
- 积分:1
-
Kinect视场角的测量
测Kinect体感设备的RGB摄像头的水平视场角和垂直视场角,以防止在实际应用中,在规定距离内将画面投射到有效区域外。
- 2023-01-02 06:00:04下载
- 积分:1
-
仿WIN7操作系统
资源描述
使用FLEX 技术,多年前搞的一个仿win7操作系统的界面,现在共享出来,大家一起hi,高手勿喷,小菜级别的东西,主要是使用了AMBI的库来实现的
MDI。。。。。
amdi.windowManager.addEventListener(MDIManagerEvent.APP_MENU_ITEM_CLICK,lisentApplicationMenu);
amdi.windowManager.addEventListener(MDIManagerEvent.WINDOW_CLOSE,confirmWindowClose);
amdi.windowManager.cascade();
amdi.menuButton.setStyle("rollOverEffect",glowOver);
amdi.menuButton.setStyle("rollOutEffect",glowOut);
更多东西自己去感受吧
- 2022-08-09 08:03:21下载
- 积分: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
-
VFW 视频网络传输
利用VFW,借助USB摄像头进行视频采集,并在网络中实时传输,已达到网络视频实时通信的目的。代码是基于VC6环境开发的,同时支持语音传输。
- 2022-01-30 15:52:01下载
- 积分:1
-
自己绘制标题文字和图形的Tab控件
自己绘制标题文字和图形的Tab控件-Tab Control which draws its own title text and picture
- 2022-07-14 11:57:58下载
- 积分:1
-
数据库的相关资料,好不容易才弄到
数据库的相关资料,好不容易才弄到-database of relevant information, the hard-won result of
- 2022-01-26 05:41:25下载
- 积分:1
-
一个用VC++编写的换肤软件!内含源文件! 并且可以对按钮进行换肤...
一个用VC++编写的换肤软件!内含源文件! 并且可以对按钮进行换肤-a VC++ software prepared by the Eurocargo! Intron source! Buttons can be right for Eurocargo
- 2022-05-20 09:03:18下载
- 积分:1