-
基于VC++,单选按钮在有数字键盘的计算器中的应用
基于VC++,单选按钮在有数字键盘的计算器中的应用-Based on VC++, the radio button in the numeric keypad of the calculator application
- 2022-01-26 08:12:34下载
- 积分:1
-
awsn的源代码
好不容易找到的阿
一定要珍惜
awsn的源代码
好不容易找到的阿
一定要珍惜-awsn code good code
- 2022-04-28 21:23:30下载
- 积分:1
-
this compressed file is on the realization of automobile sales management system...
此压缩文件是关于实现汽车销售管理系统的数据库设计。包括代码 可执行文件 和说明-this compressed file is on the realization of automobile sales management system database design. Including executable code and annotations, etc.
- 2023-01-21 04:40:03下载
- 积分:1
-
获取windows用户帐户及密码 包括foxmail、outlook等
获取windows用户帐户及密码 包括foxmail、outlook等
- 2023-04-08 03:00:03下载
- 积分:1
-
可以查询常用C语言函数,并可将自己见到得C函数添加进库里。...
可以查询常用C语言函数,并可将自己见到得C函数添加进库里。-Can search for common C language function, and will own a C function to see added to Curitiba.
- 2022-02-02 22:43:54下载
- 积分:1
-
Modbus TCP VB.net
这是用于阅读和写作 Modbus TCP 寄存器 VB.net 项目。开始是我找示例程序 VB.net 的 Modbus TCP 的通信。然后我一个样例项目在 CodeProject.com,在这里找到:http://www.codeproject.com/Tips/16260/Modbus-TCP-class这是用 C# 语言,由 Stephan 史翠克的 Modbus TCP 通信 VB.net 项目。原始项目包含 2 个项目。我打开所有这一切,与上述网站转换。提出了用 VB 语言的新项目。我选择.Net 2.0 框架。这个新的项目名为 Modbus 样品 vb。在我的新项目,我只是创建一个项目,是由一种形式、 一个模块组成。我将 Modbus TCP 类移至模块 ModbusTCP,和我在 frmStart 中复制所有的 objek 和 frmStart 将它粘贴在我的新项目。它令人惊叹,翻译的剧本是几乎是完美的只有几行错误。下面图片显示错误行在 ModuleTCP 事件 OnReceive,对代码 ElseIf......我不知道还如何修复这条线,所以我将该行更改为唯一 Else。我的新项目完成后,建立了用 VB 语言编写的 Modbus TCP 客户端。我尝试连接到本地 IP 127.0.0.1,Modbus 模拟器和成功,它可以读取和写入寄存器。
- 2023-01-14 00:45:03下载
- 积分:1
-
易语言写的小工具带源码 各种进制数据转换
易语言写的小工具带源码 各种进制数据转换-Easy language to write a small tool with a variety of binary source data conversion
- 2023-04-07 11:10:03下载
- 积分:1
-
解释:
新增部分: --开放扎昆任务-- --推出活动地图-- --支持手柄功能-- --道具打包销售功能-- 修正部分: --部分NPC对话乱码-- --使用高级喇叭出现频道错误-- --熊猫宠物佩戴装饰品无效果问题-Explains:
Increases the part: The opening grips the elder brother duty promotes moves the map support handle function stage prop packs the sales function revision part: The partial NPC dialogue additive device use high-quality loudspeaker appears the frequency channel wrong panda bear pet wears the ornament non- effect question
- 2022-10-14 19:55:03下载
- 积分:1
-
基本粒子群源代码
粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解,每个粒子都有一个由目标函数决定的适应度值,并且知道自己到目前为止发现的最好位置,和现在的位置,在每次一迭代中,例子通过跟踪这两个极值来更新自己。
- 2022-05-07 20:03:10下载
- 积分:1
-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1