-
-
Console_Thread.rar
vc 控制台(console)下实现线程和定时器的例程,使用CreateThread和SetTimer方式。在控制台下实现了定时器Timer消息的截取和处理。
-
adoMFC.rar
基于win32 console平台应用程序使用ADO数据库进行读,写,修改和删除access数据库中数据的操作
-
-
CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp
... thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I ... As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to ...
-
ddvip_com_0241506b02f93d.rar
... : create table ejbAccounts (id varchar(15), bal float, type varchar(15)) 3.现在weblogic console下建立好数据源名:examples-dataSource-mssqlserverXAPool 4.可以用客户端测试 ...
-
Csharp.rar
C#入门代码 25个小程序,初学者有用
一、从控制台读取东西代码片断:
using System
class TestReadConsole
{
public static void Main()
{
Console.Write(Enter your name:)
string strName = Console.ReadLine()
Console.WriteLine( Hi + strName)
}
}
-
sms_dispatch.0.1.b.tar.gz
sms发送短信的程序,对于在linux环境下开发的人员很有用。
SMS-Dispatch is Linux console C++ program for SMS messages dispatch from preliminary prepared text file via circuit GSM phone in batch mode. Tested on Motorola C3xx phones. So you can create the report about users status ...
-
moose-0.1.0.tar.gz
sms发送短信的程序,可以在windows,和linux两个环境下。
SMS-Dispatch is Linux console C++ program for SMS messages dispatch from preliminary prepared text file via circuit GSM phone in batch mode. Tested on Motorola C3xx phones. So you can create the report about users ...
-
-
ProjectA.rar
... in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, ...
-