-
模仿windows的信使服务 可以将信息发送给指定的主机
模仿windows的信使服务 可以将信息发送给指定的主机-simulate the windows messager service, can send message to a given computer
- 2023-08-04 20:55:03下载
- 积分:1
-
The main algorithms for some commonly used procedures, all the algorithms are de...
主要为一些常用的算法程序,所有的算法均用C语言描述。
-The main algorithms for some commonly used procedures, all the algorithms are described using C language.
- 2023-08-22 01:05:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
Developed with C#, it can display the map data,save the map to a file,and open i...
用c#开发的显示地图数据,并将地图数据存放到文件中,以及在文件中调用-Developed with C#, it can display the map data,save the map to a file,and open it from a file.
- 2023-05-27 05:35:03下载
- 积分:1
-
非常COOL的一个实用闹钟程序.可以实用MP3作为音源,COOL吧?界面也非常好....
非常COOL的一个实用闹钟程序.可以实用MP3作为音源,COOL吧?界面也非常好.-a very practical alarm procedures. MP3 can be useful as sources of noise. COOL interface it is also very good.
- 2022-01-22 16:36:23下载
- 积分:1
-
VB中的API函数调用的操作指示变量
在VB中调用API函数操作指针变量-in VB API function called Operation indicator variables
- 2022-03-20 08:23:43下载
- 积分:1
-
koch development of fractal problems
koch development of fractal problems
- 2022-07-22 07:14:46下载
- 积分:1
-
LBG Vector Quantizer Design Program
LBG Vector Quantizer Design Program
- 2022-01-25 23:08:11下载
- 积分:1
-
With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole...
用c++编写的的中国联通SGIP协议,内容挺全。
MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket -With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole ting. MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket
- 2023-06-11 04:35:03下载
- 积分:1
-
列举系统中所有进程
列举系统中所有进程-list all processes System
- 2022-07-19 14:49:52下载
- 积分:1