Welcome![Sign In][Sign Up]
Location:
Search - application

Search list

[Windows Developyszs

Description: 编程步骤: 1, 创建新工程(Win32 Console Application)。 2, 添加如下源文件: List.cpp ?链表类的实现 Operater.cpp ?操作类的实现 Main.cpp ?程序入口 添加如下头文件: List.h ?链表类的头文件 Operater.h ?操作类的头文件 3, 添加代码......... 4, 编译,调试,除错,完成.-Programming steps: 1.Create a new project(Win32 Console Application) 2.Add source codes as following:List.cpp__the implementation of list type Operater.cpp__the implementation of operater type Main.cpp__the start point of the program Then, Add head file as following:List.h__the head file of list type Operater.h__the head file of operater type. 3. Add code......... 4. compile, debug,correct and the finish
Platform: | Size: 1031168 | Author: 李楠 | Hits:

[Othermfctab

Description: MFC Graphics Tablet Test Application
Platform: | Size: 73728 | Author: 丁丁 | Hits:

[Embeded Linux嵌入式实时操作系统RTLinux的分析和实现

Description: 文章讨论了Linux 作为实时应用操作系统的一些不足,从实现机制上分析了产生这些不足的原因。详细阐述了实时操作系统RTLinux 的实现原理,着重介绍了嵌入式RTLinux 系统的开发过程,并给出了该系统实时性能测试的方法和结果-article discusses the Linux operating system as a real-time application of a number of shortcomings, from the mechanism analysis on the causes of these deficiencies. Detailed real-time operating system RTLinux Principle, highlighting the RTLinux embedded system development process, and the system is real-time performance testing methods and results
Platform: | Size: 113664 | Author: 康康 | Hits:

[Other多文档模板的程序框架

Description: 实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。- Realized to write the board application procedure, mainly introduced the multi- documents template the procedure frame, the start screen, quick tool fence, condition fence related knowledge.
Platform: | Size: 472064 | Author: 张伟 | Hits:

[Windows Develop摄像头1

Description: 非常不错的摄象头程序,对于开发这类程序的人有福了。-A perfect camera application,A good new for you.
Platform: | Size: 148480 | Author: 成功 | Hits:

[Web ServerWeb在线文件管理器V1.4最新版

Description: To use the application, unzip the FTP.zip file and place the files in c:\inetpub\wwwroot\FTP. Then go into IIS management and create a new virtual directory called FTP and point it to the c:\inetpub\wwwroot\FTP folder. Accept the default permissions. Please read the security section below.
Platform: | Size: 296960 | Author: mic | Hits:

[Windows Develop一个屏保程序

Description: 本程序运行后将会屏 Alt+Ctrl+Del,Alt+F4,Alt+Tab等键, (Windows 2000 不能屏蔽) 必须在两个Enter键之间输入密码才能退出!!!!!!!! 密码是"kkcocoon". 本程序在Visual C++ 6.0 下编译.大家可在vc下打开scrnsave.dsw文件就可以很好的查看源文件.也可以File->New->Project->Win32 Application->起个名字,create new workspace->empty win32 application.然后把一个个文件Add进来,F5->确定,就可以了. 这是一个用纯Windows SDK编写的程序,没有用MFC类库,要看懂此程序 必须要懂得在Windows下编程.本程序只是为了给刚学Windows SDK的同仁 提供适合的示例程序,并给出祥尽注释.-Windows Screen Saver source code, block keyboard input of Alt_Ctrl_Del, Alt+F4, Alt+Tab(can not block in win2000), password is kkcocoon.
Platform: | Size: 1218560 | Author: 阿的 | Hits:

[Delphi VCLDBISAM 4.08

Description: Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.-Client/Server edition DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.
Platform: | Size: 5497856 | Author: akay | Hits:

[Telnet Server多线程TCPIP_Telnet服务器

Description: 多线程TCPIP_Telnet服务器。 支持多用户登录,便于学习多任务的操作。-Multi-threaded Telnet server application supports multi-users login and learning
Platform: | Size: 2761728 | Author: | Hits:

[Search Enginewindows应用程序版的google搜索引擎源码

Description: 很多时候感觉用www.google.com搜索网站挺麻烦的,查阅MSDN的知识库后用C#写了这个windows应用程序版的google搜索引擎,主要调用了google开放出来的web service,不过搜索时速度还不是很快,但至少省去了右键[在新窗口中打开]的麻烦,以下是程序的源码. -often feel www.google.com search site with a very troublesome to access the knowledge base after MSDN C# to write this application windows version of the Google search engine, Google called the opening of web service, but a search speed is not fast, but at least saved the right [in the new window opens] trouble, the following procedure is the source.
Platform: | Size: 4096 | Author: | Hits:

[Windows Develop工资发放系统

Description: 我根据我们公司运营部的需求而开发的工资发放系统,虽然功能不是那么全面但是在我们公司一直都在稳定的运行着,如果有感兴趣的朋友可以下载来看看,看是否适用你的公司。当然是小公司了。-our operational needs of the Department of Development and the payroll system, although the function is not as comprehensive but in our companies have been in a stable running, if interested you can download to look at the application to see if your company. Of course, the small company.
Platform: | Size: 701440 | Author: 陈建希 | Hits:

[ADO-ODBC《Delphi 7数据库应用技术与实例》源代码

Description: 包含数据库开发的具体实例源码,分为两部分,一种是各个小应用程序的介绍,还有一部分是3个大的数据库应用程序的开发。(创意不错,要上传源码!^-^)- Contains the database development the concrete example source code, divides into two parts, one kind is each small application procedure introduction, but also some part is 3 big databases applications procedure development. (The creativity is good, wants on to pass on the source code! ^-^)
Platform: | Size: 7019520 | Author: 孙静琨 | Hits:

[3D Graphic化工安全虚拟现实仿真系统的设计与实现

Description: 这是虚拟现实技术在化工领域内的一个仿真应用,在第十届全国化工信息与自动化计算机应用年会上获得唯一的最高奖《一等奖》-This is the virtual reality technology in the field of chemical, a simulation application, in the 10th National Chemical Information and Computer Application Automation annual conference was the only prize "won"
Platform: | Size: 1001472 | Author: yt | Hits:

[Windows Developb030717-心得三

Description: 心得三——按下鼠标哪个键 1.实验目的 (1)首先打开VC++6.0打开File菜单,New命令建立一个Win32 Application类型的工程,注意,在建立工程时在第2步选择"A simple Win32 application.".利用windows API函数进行编程的入门,编写简单的Windows应用程序,建立窗口. (2)在此基础上实现如下功能:鼠标键按下时,弹出消息框通知用户是按下了鼠标的哪个键 -experience-- which press the mouse button 1. Experiment (1) First, open the VC 6.0 Open File menu, the establishment of a New Order Win32 Application types of projects, that the establishment of projects in the first two-step selection "A simple Win32 application." . windows API function using programmed entry, to prepare a simple Windows application procedures, the establishment of the window. (2) In this on the basis of the following functions : pressing the mouse button, pop-up message box to inform the user is pressing the mouse button which
Platform: | Size: 37888 | Author: 小钟 | Hits:

[ADO-ODBCXML数据结构_TreeCtrl

Description: XML数据结构,是个文件树 AppWizard has created this SLT application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-XML data structure is a tree+5.0 SLT has created this application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
Platform: | Size: 68608 | Author: 张得明 | Hits:

[Internet-Networkgpage.tar

Description: 项目描述: g-page is a client/server application designed to send text messages to pagers and PCS phones with short messaging capabilites. g-page 是一款客户端/服务器应用程序,用来给呼机或PCS电话发送短消息。 -Project Description : g-page is a client/server application designed to send text messages to pagers and PCS phones with short messaging capabilites. G-page is a client/server application that used to Pagers or PCS phone short message.
Platform: | Size: 212992 | Author: 夏雨 | Hits:

[Embeded-SCM Developslaa096b

Description: Application of Bootstrap Loader in MSP430 With Flash Hardware and Software Proposal-Application of Bootstrap Loader in MSP430 With Flash Hardware and Software Proposal
Platform: | Size: 308224 | Author: luo | Hits:

[GUI DevelopSplitPaneDemo

Description: This article describes the basic use of WTL s CSplitterWindow as an application window divider and CPaneContainer as a host for child windows. The included demonstration project is 3-pane SDI application using vertical and horizontal splitters. Each splitter pane holds a pane container and one of the pane containers holds an edit control.
Platform: | Size: 8192 | Author: 王豫 | Hits:

[OtherApplication server articles

Description: 一篇介绍JAVA架构基于数据库应用程序的理论文章,其中介绍了目前常用的四种技术 密码:-a framework based on Java Database Application of theoretical articles, which introduced the four usual technical Password :
Platform: | Size: 617472 | Author: riss | Hits:

[Game ProgramJAVA shut

Description: 这是一个游戏是用java开发的一个网页小应用程序,整个游戏很像雷电-This is a java game is the development of a small web application, the whole game like lightning
Platform: | Size: 1508352 | Author: 郭永 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net