-
IntentFilter_MalformedMimeTypeExceptionTest
Intent Filter Malformed Mime Type Exception Test.
- 2013-11-12 11:58:14下载
- 积分:1
-
strcat
设计函数STRCAT,模拟标准函数strcat(Design function STRCAT, analog standard function strcat)
- 2007-12-16 13:04:04下载
- 积分:1
-
简单考勤系统
说明: VC++超简单员工考勤系统,ACCESS数据库,可以分超级管理员和一般员工用户登录,超级管理员可以维护员工信息和进行系统设置(VC ++ super simple employee attendance system, ACCESS database, can be divided into super administrator and general employee users to log in, super administrator can maintain employee information and make system settings)
- 2020-03-28 22:57:40下载
- 积分:1
-
1、 在线唱片销售系统的特点就是利用Browser/Server(B/S)结构,实现唱片的在线查询、销售、以及唱片的在线管理等功能。这种系统的优势在于系统简单、...
1、 在线唱片销售系统的特点就是利用Browser/Server(B/S)结构,实现唱片的在线查询、销售、以及唱片的在线管理等功能。这种系统的优势在于系统简单、功能强大、扩展能力良好以及能够方便的跨地域操作等特性。-an online music distribution system, is characterized by the use of the Browser/Server (B/S) architecture, achieving record online inquiries, sales, and records of online management functions. The advantages of such a system is a simple system, the powerful, and good expansion capabilities to facilitate the operation of the transportation characteristics.
- 2023-01-18 09:55:03下载
- 积分:1
-
SdiMulti
说明: SdiMulti 多文档应用程序,实现了CView、CTreeView、CListView、CScrollView、CEditView、CRichEditView、CFormView等视图和按钮、列表控件、静态文本等控件的透明背景显示。(SdiMulti multi-document application, achieved a CView, CTreeView, CListView, CScrollView, CEditView, CRichEditView, CFormView, etc. View and buttons, list controls, such as static text control transparent background shows.)
- 2008-11-26 13:29:56下载
- 积分:1
-
123
基于 VB 的一个公交查询系统,有数据,能直接运行(VB-based search system of a bus, there are data that can be run directly)
- 2010-08-18 00:11:55下载
- 积分:1
-
ICONICS-opc_simulator-312
iconics simulater opc server3.12 版本opc 服务器模拟器,功能非常强大,支持给种模拟量算法,支持字符串输出。适合于使用opc 做模拟工控调试用。(iconics simulater opc server3.12 opc server simulator, very powerful, support a variety of analog algorithm, support string output. Suitable for industrial use opc do simulation debugging.)
- 2016-02-28 21:59:39下载
- 积分:1
-
一个telnet客户端,delphi的。对于初学telnet协议有很大帮助
一个telnet客户端,delphi的。对于初学telnet协议有很大帮助-a telnet client, the delphi. For beginners telnet agreement is very helpful
- 2022-04-28 21:44:12下载
- 积分:1
-
Tut3
SOUNDSC(Y,...) is the same as SOUND(Y,...) except the data is
scaled so that the sound is played as loud as possible without
clipping. The mean of the data is removed.(SOUNDSC (Y ,...) is the same as SOUND (Y, ...) except the data is scaled so that the sound i 's played as loud as possible without clipping. T he mean of the data is removed.)
- 2007-06-03 20:37:26下载
- 积分:1
-
MDIFrameBackground
To get this task done, my first instinct was to catch the WM_ERASEBKGND in CMainFrame and do the FillSolidRect there. But I soon realized that approach didn t do anything other than make the frame flicker and show red only when it s being resized, otherwise the gray background was completely intact. Not exactly what I was looking for. Suddenly it became a little mystery. Why doesn t the background of the frame change when I fill it with a color in the frame s WM_ERASEBKGND handler? So I went on a hunt, I went through a lot of the CMDIFrameWnd and CFrameWnd code looking for methods that would draw on the frame, and there was not much there. I finally ended up at CMainFrame::OnCreate method, I set a breakpoint and stepped through the CMDIFrameWnd::OnCreate method. After what seemed to be hours of searching I came across the following code in CMDIFrameWnd::CreateClient:
- 2010-08-06 14:07:20下载
- 积分:1