论坛


2008年12月4日 星期四

CodeGear RAD Studio 2009 - Delphi/C++Builder 2009 ISO

CodeGear| CodeGear-CodeCentral Delphi |14:12:26

The Delphi and C++Builder 2009 ISO can be used with a trial serial number (available from the left side of this page) to install a 14-day trial of the Delphi and C++Builder 2009 Architect portion of RAD Studio 2009. The ISO can also be used with a...

Delphi for Visual Basic Developers

About.com| About.com Delphi Programming |14:00:09

Beggining Delphi :: Yes, Delphi for Visual Basic developers. It seems many VB developers are turning to Delphi these days. This article provides specific information and resources to help developers...

学点 C 语言(35): 函数 - 递归

万一| 万一的 Delphi 博客 |13:18:00

1. 递归就是: 函数自己调用自己这是一个最简单的递归, 不过它会一直执行, 可用 Ctrl+C 终止.#include <stdio.h> void prn(void) { printf("C++Builder 2009\n"); prn(); /* 自调用; 注意它会一直执行, 可用 Ctrl+C 终止执行 */ } int main(void) { ...

Digital Camera Images Rescue Software

delphi3000| delphi3000.com |12:00:00

can you repair lost pictures from digitam camera?

Mobile Simcard Data Recovery

delphi3000| delphi3000.com |12:00:00

SIM card erased SMS rescue tool recover your lost mobile phonebook, IMSI number

学点 C 语言(34): 函数 - 关于变量(auto、static、register、extern、volatile、restrict)

万一| 万一的 Delphi 博客 |10:22:00

1. 局部变量:局部变量也叫自动变量, 它声明在函数开始, 生存于栈, 它的生命随着函数返回而结束.#include <stdio.h> int main(void) { auto int i = 9; /* 声明局部变量的关键字是 auto; 因可以省略, 几乎没人使用 */ printf("%d\n", i); getch...

Unicode tip #8 - Integer and Float To AnsiString

Bob Swart| Dr.Bob’s Delphi Notes |09:24:36

SysUtils defines the well-known IntToStr and FloatToStr, which return a Unicode String - but not an AnsiString.

RemObjects Software

flypig| flypig-delphi |07:06:16

RemObjects SDK Vinci 5.0.35.741 for Delphi 6-2009 Cracked RemObjects SDK is the essential remoting framework for .NET and Delphi. It allows you to remotely access objects residing on a server from clients inside the LAN or across the Interne...

TRichView 11.0 + ScaleRichView 2.0 for Delphi 6-2009

flypig| flypig-delphi |07:03:53

TRichView 11.0 + ScaleRichView 2.0 for Delphi 6-2009 Cracked http://www.trichview.com TRichView is a suite of native Delphi/C++Builder components for displaying, editing and printing hypertext documents. ScaleRichView is a TRichView addon...

TMS Unicode Component Pack v1.7.0.0 26 Nov 2008 with source

flypig| flypig-delphi |07:03:15

TMS Unicode Component Pack v1.7.0.0 26 Code: http://www.mediafire.com/download.php?jdgzz4zgmt1 TMS_Component_Pack_4.9.0.1 Code: http://www.mediafire.com/download.php?urjnzdywynb TMS Unicode Component Pack v1.7.0.0 26 Nov 2008 with source Mirror h...

ElevateDB 2.02 Build 3 for Delphi 6-2009 Cracked

flypig| flypig-delphi |07:02:16

ElevateDB VCL Includes the standard ElevateDB client engine in VCL component form with local or remote capabilities. Delphi 6: http://rapidshare.com/files/16976350…cl_2023_d6.zip Delphi 7: http://rapidshare.com/files/16976368&...

2008年12月3日 星期三

Some of the fundamentals driving today’s systems development

David I| Sip from the Firehose |21:53:59

What factors are driving software systems development?? Economic and business SWOT (Strengths, Weaknesses, Opportunities, and Threats) analysis drives some of the decisions to build, modify, update, and retire the systems we build and use.? There ...

Search CDN within the IDE

CodeGear| CodeGear-CodeCentral Delphi |18:13:41

This is a beta plug-in for searching CodeGear websites. This plug-in only works in Delphi and C++Builder 2009. Expect it to be frequently updated while it's in beta.

CodeRage III - Day 3 - Wednesday, 5am to 8pm (Pacific Time)

David I| Sip from the Firehose |17:00:41

It’s the third day of CodeRage III. Wednesday is also named "hump day" - after the lunch break today, we will be over half way to the end of CodeRage III on Friday afternoon. So don’t miss another minute. You can still register and join us ...

知道ip地址,程序中如何检测此机子是否开机

幸福苹果| 幸福苹果-delphi |11:49:00

用Delphi自带的indy控件就可以了  unit   UnIT1;     interface     uses        Windows,   Messages,   SysUtils, &nbs...

« 上一页

下一页 »