登录
首页 » Windows开发 » http connect and url open by wince

http connect and url open by wince

于 2022-01-26 发布 文件大小:53.97 kB
0 209
下载积分: 2 下载次数: 1

代码说明:

http connect and url open by wince

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用vc的,工业管道控件实现的源代码,有横向的、左上、左下、右上、右下的拐角的实现。...
    用vc开发的,工业管道控件实现的源代码,有横向的、左上、左下、右上、右下的拐角的实现。-Developed using vc, industrial pipeline control to achieve the source code, there are horizontal, upper left, lower left, upper right, lower right corner of the achievement.
    2022-01-31 13:52:18下载
    积分:1
  • C# programming so obediently surrender Outlook account password
    C#编程让Outlook乖乖交出帐户密码-C# programming so obediently surrender Outlook account password
    2022-03-01 00:06:09下载
    积分:1
  • 、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。 2、修正以前整站加密的js伪加密为动态加密。...
    、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。 2、修正以前整站加密的js伪加密为动态加密。 3、修正了登录框调用的动态读取及验证码问题。 4、加入了相册缩略图和图片水印。 5、加入了回复和评论验证码。 6、用户管理后台首页的改进。 7、修正了ubb分段及部分标签解析的问题。 8、修正了整合论坛第一次登录出错的问题。 9、修正了其他已知bug。-and fully support the formation htm, html suffix static document, currently supports four types of documents generated suffix : htm, html, shtml, asp. Two, that before the whole point of encryption to encrypt js pseudo-dynamic encryption. 3, amended Login box called dynamic code reading and verification issues. 4, by adding a photo album and photo thumbnail watermark. 5, by adding a response to comments and validation code. 6, user management background Home Improvement. 7, amended UBB and some sub-label analysis of the problem. 8, amended the integration of the first Forum of errors logged. 9, amended other known bug.
    2022-01-28 21:45:33下载
    积分:1
  • 高等数学的函数(矩阵,积分,微分,复数)java源代码
    高等数学的函数(矩阵,积分,微分,复数)java源代码-Higher Mathematics of the function (matrix, integral, differential, plural) java source code
    2022-04-30 06:05:39下载
    积分:1
  • VC控件 TreeCtrl
    VC控件 TreeCtrl -VC Control TreeCtrl
    2023-01-31 18:20:04下载
    积分:1
  • matlab genetic algorithm procedure prepared. Solving multi
    matlab编写的遗传算法程序。实现多目标规划求解。-matlab genetic algorithm procedure prepared. Solving multi-objective programming.
    2022-05-12 10:56:56下载
    积分:1
  • //作者:今去冠首你你魔(jqgsninimo) //作成日:2008年7月13日 //MSN&电子邮件:jqgsninimo@hotmai...
    //作者:今去冠首你你魔(jqgsninimo) //作成日:2008年7月13日 //MSN&电子邮件:jqgsninimo@hotmail.com //博客:http://shujiantang.blogbus.com/ //声明:本程序可被转载使用,但请保留以上信息.对本程序有任何疑问,可通过以上联系方式联系本人. //程序简介: //MFC视窗程序中,如果直接在主进程中执行耗时任务,界面会处于假死状态. //使用CWaitWnd类,可在耗时任务执行期间弹出一个不断滚动图像的等待窗口,告之用户,程序正在处理任务. //CWaitWnd类可自定义滚动图像列表和显示文字,并提供有默认图像列表和文字,以方便使用. //CWaitWnd类采用用户指定窗口的字体显示文字,以使程序风格协调统一. //CWaitWnd类在等待期间,将用户指定窗口设为繁忙状态(鼠标成沙漏装),以实现完善的提示功能. //使用方法: //创建CWaitWnd对象后,需要首先调用CWaitWnd::Create函数,进行初始的构建工作. //在处理耗时任务前,调用CWaitWnd::StartWait函数,弹出等待窗口. //在任务处理完成后,调用CWaitWnd::EndWait函数,结束等待. -err
    2023-02-09 06:30:03下载
    积分:1
  • 识别过程锁定 (win32) Windows 文件资源
    简单的命令行实用程序开发使用 c + + 来识别哪些进程锁定 windows 文件。 使用方法 ︰ WhoUses.exe [/M] 文件名/M 文件名是一个模块名称 (EXE,DLL,...)文件名文件名称例子 ︰WhoUses.exe /M kernel32.dllWhoUses.exe /M c: est est.dllWhoUses.exe yourTextFile.txtWhoUses.exe c:pagefile.sysWhoUses.exe 串口 0 兼容 Windows XP、 Vista 和 7。
    2022-02-28 20:47:52下载
    积分:1
  • Procedure Description: This example shows how to use the 8051 Port 1 connected t...
    程序描述:这个范例说明如何使用8051 的Port 1连接到四颗七段显示器,PORT 0的低4位分别控制这四颗共阳七段显示器,让四颗共阳七段显示器使用扫描的方式轮流显示数字。这四颗七段显示器将显示出自数字时钟PORT 2的P2.0和P2.1分别连接到2个弹跳按钮。*/-Procedure Description: This example shows how to use the 8051 Port 1 connected to four seven-segment display, PORT 0, low 4, respectively to control the total of four seven-segment display yang, so that a total of four seven-segment display yang way of using the scan rotation display the number. This four seven-segment display will show a digital clock from PORT 2 of the P2.0 and P2.1 are connected to the two bounce button.* /
    2022-05-05 04:16:30下载
    积分:1
  • 一个关于VFP对OUTLOOK直接操控的小功能
    一个关于VFP对OUTLOOK直接操控的小功能-OUTLOOK on VFP direct manipulation of the small function
    2022-03-23 19:42:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载