用户登录  |  用户注册
首 页商业源码原创产品编程论坛
当前位置:PB创新网文章中心编程技巧编程其他
文章标题关闭所有内容预览 | 展开所有内容预览
  • iczelion tut29 [内容预览] 0 | 2009-03-16
    Tutorial29:Win32DebugAPIPart2Wecontinuewiththesubjectofwin32debugAPI.Inthistutorial,wewilllearnhowtomodifythedebuggeeprocess.Theory:Intheprevioustutorial,weknowhowtoloadthedebuggeeandhandledebugevents...

    [阅读全文]

  • iczelion tut30 [内容预览] 0 | 2009-03-16
    Tutorial30:Win32DebugAPIpart3Inthistutorial,wecontinuetheexplorationofwin32debugapi.Specifically,wewilllearnhowtotracethedebuggee.Theory:Ifyouhaveusedadebuggerbefore,youwouldbefamiliarwithtracing.When...

    [阅读全文]

  • iczelion tut31 [内容预览] 0 | 2009-03-16
    Tutorial31:ListviewControlWewilllearnhowtocreateandusethelistviewcontrolinthistutorial.Theory:Alistviewcontrolisoneofthecommoncontrolsliketreeview,richeditetc.Youarefamiliarwithitevenifyoumaynotknowit...

    [阅读全文]

  • Java.NET --一个基于Java的Microsoft.NET框架的实现 [内容预览] 0 | 2009-03-16
    至2000年底,Microsoft开始发布有关.NET这一全新的应用开发架构的细节,这些细节最初有些模糊,以至引起很多嘲笑,被视为“担心、不可靠、怀疑”(FUD)。然而,当Beta版的新版VisualStudio--VisualStudio.NET出现在开...

    [阅读全文]

  • C++builder5.0 数据库发行问题我的解答 [内容预览] 0 | 2009-03-16
    C++builder5.0数据库发行问题我的解答1在BDEAdministrator选择数据库驱动程序如STANDARD2把STANDARD1重名为ZFK3PATH设置数据库路径4保存配置文件:ZFK.cfg5与Idapi32.cfg合并,就是object->mergeconfiguration6设置程...

    [阅读全文]

  • 比较两种php调用Java对象的方法 [内容预览] 0 | 2009-03-16
    Java语言功能强大,因此在许多情况下在php中来调用Java的功能将十分有用。在php中调用Java语言有两种方法,一种是使用php中的Java扩展模块,另一种是使用minij2ee应用服务器提供的SJOP协议实现。下面我们来比较一下这...

    [阅读全文]

  • CUJ C++ Experts Forum: conversation (September 2001) [内容预览] 0 | 2009-03-16
    Conversations:BacktoBase-icsCUJC++ExpertsForum:conversation(September2001)和往常一样,我又在为一个按说应该很简单的设计问题大伤脑筋。可能是劳工节假期刚过还没来得及收心吧,我感觉自己有点迷迷糊糊的。Wend...

    [阅读全文]

  • 用C语言进行CGI程序设计 [内容预览] 0 | 2009-03-16
    一、CGI概述作者:肖治延  CGI(公用网关接口)规定了Web服务器调用其他可执行程序(CGI程序)的接口协议标准。Web服务器通过调用CGI程序实现和Web浏览器的交互,也就是CGI程序接受Web浏览器发送给Web服务器的信息,进行处...

    [阅读全文]

  • 我的编程经验之一如何保存配置信息 [内容预览] 0 | 2009-03-16
    我的编程经验之一程序配置信息的保存在我们编写的每一个程序中,我们都要保存一些有用的信息,如何保存这些信息呢?比较常用的有三种方法,一种是使用注册表,一种是使用Ini文件,还有就是使用文件。采用那种方法保存...

    [阅读全文]

  • 轻轻松松学STL [内容预览] 0 | 2009-03-16
    轻轻松松学爱华一个新标准的出现,对于熟习旧环境的工程师而言,总是有近乡情怯之感。明知新标准一定比旧标准来的好,但对于旧标准总是有那么一点依依不舍,对新标准也总是有些许隔阂,虽然几个月后就不这么想了。C+...

    [阅读全文]

  • 用Socket发送电子邮件(php) [内容预览] 0 | 2009-03-16
    用Socket发送电子邮件作者:limodou  在作者所申请的几个PHP主页空间中,能够提供mail功能的实在不多,总是调用完mail()函数之后就毫无下文了。但是电子邮件在网上生活中的作用越来越大。想一想网虫上网不收邮件能...

    [阅读全文]

  • 如何利用C++ Builder 5.0 Enterprise 创建用户自己的网上聊天程序 [内容预览] 0 | 2009-03-16
    如何利用C++Builder5.0Enterprise创建用户自己的网上聊天程序网络是一个激动人心的领域,编写网络上的应用程序更是很多程序员向往的情节,然而编写网络程序需要掌握大量的网络传输协议、编程接口和WinSock32API函数,...

    [阅读全文]

  • 最新php 3层结构开发技术 [内容预览] 0 | 2009-03-16
    php作为一种流行的web开发语言,以其编写简单,功能强大的特性已经被广泛的应用。但是,同时php语言的应用范围却又局限在一些诸如BBS,社区,投票站等简单的系统。造成这种情况的原因是php缺少一种开发大型应用系统的...

    [阅读全文]

  • 在C++Builder中编写发送图象文件程序(一) [内容预览] 0 | 2009-03-16
    ICQ能够实现点到点的数据传送,但如果想把一个多媒体图像文件送给另一方,是比较难的。但可以利用C++Builder5.0的控件来编写一个用于发送图像的应用程序。  打开C++Builder5.0,新建一个工程,在Form1中添加NMStrm...

    [阅读全文]

  • 在C++Builder中编写发送图象文件程序(二) [内容预览] 0 | 2009-03-16
    源程序代码如下://“Unit1.h"的源代码//---#ifndefUnit1H#defineUnit1H//----#include$#@60;Classes.hpp$#@62;#include$#@60;Controls.hpp$#@62;#include$#@60;StdCtrls.hpp$#@62;#include$#@60;Forms.hpp$#@62;#in...

    [阅读全文]

  • 在C++Builder中编写发送图象文件程序(三) [内容预览] 0 | 2009-03-16
    //“Unit1.cpp"的源代码//---#include$#@60;vcl.h$#@62;#pragmahdrstop#include"Unit1.h"//---#pragmapackage(smart_init)#pragmaresource"*.dfm"TForm1*Form1;//---__fastcallTForm1::TForm1(TComponent*Owner):TFo...

    [阅读全文]

  • 在C++Builder中编写发送图象文件程序(四) [内容预览] 0 | 2009-03-16
    void__fastcallTForm1::NMStrm1HostResolved(TComponent*Sender){StatusBar1-$#@62;SimpleText="HostResolved";}//---//当文件发送到对方时产生此事件void__fastcallTForm1::NMStrm1MessageSent(TObject*Sender){Sho...

    [阅读全文]

  • C++BUILDER动态建立菜单及菜单事件 [内容预览] 0 | 2009-03-16
    C++BUILDER动态建立菜单及菜单事件6/5/20018:34:13??佘小勇??yesky  首先新建一个工程文件(File->NewApplication)。然后在Form1上面建立一个PopupMenu1,一个Button1,一个RichEdit1。  在头文Unit1.H的内容,其中...

    [阅读全文]

  • 庖丁解羊----划分 [内容预览] 0 | 2009-03-16
    庖丁解羊闲谈编程思想作者:HolyFire经过多年的编程,我发现编程的思想对一个程序员是至关重要的,以前拿到一个问题,马上就开始考虑如何来一点一点把他用代码来实现,于是啃啊啃啊于愁眉笼罩千辛万苦下每完成了一点...

    [阅读全文]

  • 初始化类对象 [内容预览] 0 | 2009-03-16
    初始化类对象赵湘宁问题:C++中如何初始化类中的表数据?在C语言中,我能像下面这样初始化结构数组://structMYSTRUCT{intx,y,z;};MYSTRUCTtable[]={{1,2,3},{4,5,6},...//etc};//但是如果MYSTRUCT是个C++类,而不是...

    [阅读全文]

  • iczelion tut7 [内容预览] 0 | 2009-03-16
    Tutorial7:MouseInputWewilllearnhowtoreceiveandrespondtomouseinputinourwindowprocedure.Theexampleprogramwillwaitforleftmouseclicksanddisplayatextstringattheexactclickedspotintheclientarea.Theory:Aswith...

    [阅读全文]

  • iczelion tut8 [内容预览] 0 | 2009-03-16
    Tutorial8:MenuInthistutorial,wewilllearnhowtoincorporateamenuintoourwindow.Downloadtheexample1andexample2.Theory:Menuisoneofthemostimportantcomponentinyourwindow.Menupresentsalistofservicesaprogramoff...

    [阅读全文]

  • iczelion tut9 [内容预览] 0 | 2009-03-16
    Tutorial9:ChildWindowControlsInthistutorial,wewillexplorechildwindowcontrolswhichareveryimportantinputandoutputdevicesofourprograms.Downloadtheexamplehere.Theory:Windowsprovidesseveralpredefinedwindow...

    [阅读全文]

  • iczelion tut10 [内容预览] 0 | 2009-03-16
    Tutorial10:DialogBoxasMainWindowNowcomesthereallyinterestingpartaboutGUI,thedialogbox.Inthistutorial(andthenext),wewilllearnhowtouseadialogboxasourmainwindow.Downloadthefirstexamplehere,thesecondexamp...

    [阅读全文]

  • iczelion tut11 [内容预览] 0 | 2009-03-16
    Tutorial11:MoreaboutDialogBoxWewilllearnmoreaboutdialogboxinthistutorial.Specifically,wewillexplorethetopicofhowtousedialogboxsasourinput-outputdevices.Ifyoureadtheprevioustutorial,thisonewillbeabreez...

    [阅读全文]

  • iczelion tut12 [内容预览] 0 | 2009-03-16
    Tutorial12:MemoryManagementandFileI/OWewilllearntherudimentaryofmemorymanagementandfilei/ooperationinthistutorial.Inadditionwe'llusecommondialogboxesasinput-outputdevices.Theory:MemorymanagementunderW...

    [阅读全文]

  • iczelion tut13 [内容预览] 0 | 2009-03-16
    Tutorial13:MemoryMappedFilesI'llshowyouwhatmemorymappedfilesareandhowtousethemtoyouradvantages.Usingamemorymappedfileisquiteeasyasyou'llseeinthistutorial.Downloadtheexamplehere.Theory:Ifyouexaminethee...

    [阅读全文]

  • iczelion tut14 [内容预览] 0 | 2009-03-16
    Wewilllearnwhataprocessisandhowtocreateandterminateit.Downloadtheexamplehere.Preliminary:Whatisaprocess?IquotethisdefinitionfromWin32APIreference:"Aprocessisanexecutingapplicationthatconsistsofaprivat...

    [阅读全文]

  • iczelion tut15 [内容预览] 0 | 2009-03-16
    Tutorial15:MultithreadingProgrammingWewilllearnhowtocreateamultithreadingprograminthistutorial.Wealsostudythecommunicationmethodsbetweenthethreads.Downloadtheexamplehere.Theory:Inprevioustutorial,youl...

    [阅读全文]

  • iczelion tut16 [内容预览] 0 | 2009-03-16
    Tutorial16:EventObjectWewilllearnwhataneventobjectisandhowtouseitinamultithreadedprogram.Downloadtheexamplehere.Theory:Fromtheprevioustutorial,Idemonstratedhowthreadscommunicatewithacustomwindowmessag...

    [阅读全文]

总数:45630 上一页1 ...9 10 11 12 13 14 15 16下一页
PB创新网ourmis.com】Copyright © 2000-2009 . All Rights Reserved .
页面执行时间:15,515.63000 毫秒
Email:ourmis@126.com QQ:2322888 蜀ICP备05006790号