-
Windows Mobile 6下的SIM卡操作测试程序,实现了SIM卡的打开、读、写、删除操作。在VS2005下编译。...
Windows Mobile 6下的SIM卡操作测试程序,实现了SIM卡的打开、读、写、删除操作。在VS2005下编译。-Windows Mobile 6 under the SIM card testing procedures, to achieve a SIM card to open, read, write, delete operation. Under the VS2005 compiler.
- 2022-07-14 10:56:17下载
- 积分:1
-
一个小小的密码程序 密码为十个1 输入错误时可最多重新输入2次 否则退出 适合初学者参考...
一个小小的密码程序 密码为十个1 输入错误时可最多重新输入2次 否则退出 适合初学者参考-a small password procedures passwords to 10 when an input error can be up to two times to re-enter or exit reference for beginners
- 2022-07-21 19:25:21下载
- 积分:1
-
TrueType的实施过程中,一个非常好的源码哦,你可以下来
TrueType的实现过程,很好的源码哦,可以下来-TrueType s implementation process, a very good source Oh, you can down
- 2022-04-17 15:16:08下载
- 积分:1
-
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节...
实现二进制位串流与字节流的相互转换。
每8个二进制位对应一个字节-achieve binary byte-stream flow with the conversion. Every eight spaces corresponding binary 1 byte
- 2022-06-22 03:43:44下载
- 积分:1
-
Numerous new switching technology to achieve dynamic switching technology that e...
无数新切换技术,实现了动态切换技术,使用户不用等待-Numerous new switching technology to achieve dynamic switching technology that enables users to not have to wait
- 2023-05-25 14:25: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
-
我自己写的一个计算机,基本还不错,最大的特点就是不像网上其它人写的那样只能两位两位运算。...
我自己写的一个计算机,基本还不错,最大的特点就是不像网上其它人写的那样只能两位两位运算。-calculator
- 2022-01-26 01:32:30下载
- 积分:1
-
Chinese chess source, the use of Windows SDK development.
中国象棋源码,使用Windows SDK开发。-Chinese chess source, the use of Windows SDK development.
- 2022-11-29 01:20:04下载
- 积分:1
-
VB环境下的一个C/S程序,其中已具备主要功能,易于扩展
VB环境下的一个C/S程序,其中已具备主要功能,易于扩展-VB environment of a C/S procedures, which already have major functional and easy expansion
- 2023-05-16 07:00:02下载
- 积分:1
-
WIFI搜索的工具
通过无线网卡搜索附近的无线AP,并记录相关的SSID等信息,以列表的形式展现,并提供连接功能
- 2022-02-25 14:35:28下载
- 积分:1