-
MSN Client in Assembler
Old client for Messenger (MSNP) before upgraded to XML format. Pure assembler, compile with FASM
- 2023-05-17 02:20:04下载
- 积分:1
-
奥恩斯坦泽尼克方程
函数fm=oz(x)
- 2023-07-14 15:30:04下载
- 积分:1
-
利用windowsce的远程管理,对远程计算机进行操作
利用windowsce的远程管理,对远程计算机进行操作-operate the long-distance computers using the remote management of windows ce.
- 2023-03-12 03:40:04下载
- 积分:1
-
模式对话框与非模式对话框编程
模式对话框与非模式对话框编程-modeless dialog box with non-programming model
- 2022-02-05 15:57:48下载
- 积分:1
-
这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法...
这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This is a typical non_numerical value problem.you must design complicated arithmetic and long program if you use non_recursion arithmetic.But if you make use of recursion arithmetic,your arithmetic will be clear.The course of analysing and establish recursion arithmetic is a typical example to take out the principle ,establish recursion arithmetic and solve non_numerical value problem.
- 2022-05-25 16:28:31下载
- 积分:1
-
WinCE下的图片处理包调用imgdecmp.dll实现的
WinCE下的图片处理包调用imgdecmp.dll实现的-WinCE under the photo package called imgdecmp.dll realized
- 2022-07-12 01:46:37下载
- 积分:1
-
A very interesting game to guess the word, enter a word do you think, and then w...
一个很有意思的猜字游戏,输入一个你猜的字,然后会告诉你输入更大或更小的字,直到猜对为止。-A very interesting game to guess the word, enter a word do you think, and then will tell you more or less input characters, until you guess it right so far.
- 2022-10-07 11: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
-
楼宇自控系统 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数ini...
楼宇自控系统 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-Building Automation System at compile this chapter procedures, I would be grateful if winio.dll, winio.vxd winio.sys reproduction of documents and executable files to the directory, otherwise WinIo library initialization function initializeWinIO call will fail.
- 2023-02-03 11:55:03下载
- 积分:1
-
从收藏栏取得icon
从收藏栏取得icon-column from collections made icon
- 2023-04-11 20:50:03下载
- 积分:1