-
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。...
实现对LSP等钩子程序的管理。对于SOCKET编程有兴趣的人可以参考。-install and uninstall LSP
- 2023-03-01 18:35:04下载
- 积分:1
-
使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作――Delphi的每一个设计细节,都将带给您一份欣...
使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作――Delphi的每一个设计细节,都将带给您一份欣喜-Use Delphi to develop software applications, will no doubt greatly enhance the efficiency of programming, and along with the application of in-depth, you will find programming work is no longer boring- Delphi detailed design of each will give you a delighted
- 2022-02-15 02:30:24下载
- 积分:1
-
Pocket SIP Messenger is a SIP instant messaging client for small devices that us...
Pocket SIP Messenger是一款SIP即时消息客户端,适用于使用Windows CE(iPAQ Pocket PC,…)的小型设备。IM协议基于SIMPLE(IETF)工作组的规范。
- 2022-03-31 23:36:32下载
- 积分:1
-
这个文件用于打开端口,祥细注释的功能可以从代码中获得,有问题可以查看注释。...
这个文件用于打开端口,祥细注释的功能可以从代码中获得,有问题可以查看注释。-this document to open the ports, wound Notes of the functions can be obtained from the code, a problem can view the Notes.
- 2022-09-01 13:05:03下载
- 积分:1
-
模拟心电图的applet小程序,能根据输入参数输出不同心电图片。...
模拟心电图的applet小程序,能根据输入参数输出不同心电图片。-simulated ECG small applet procedures, according to different input parameters output ECG unit.
- 2022-06-12 14:21:26下载
- 积分:1
-
#用来修改数据的脚本文件,可以将不同的格式的文件用perl统一到一起。...
#用来修改数据的脚本文件,可以将不同的格式的文件用perl统一到一起。-used to revise the script file data can be a different format documents perl reunification together.
- 2023-04-11 09:45:04下载
- 积分: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
-
非常好的介绍编译和链接的资料,讲解详细而透彻。
非常好的介绍编译和链接的资料,讲解详细而透彻。-A very good document describe load and link.
- 2023-01-29 15:35:03下载
- 积分:1
-
很好的车务管理系统
很好的车务管理系统-good car management system
- 2022-02-26 12:15:53下载
- 积分:1
-
ViewPager带切换动画
这个就是Viewpager的效果,在也滑动之间有一个动画效果,平时使用viewpager是一般不设置,实际上也可以通过实现自ViewPager.PageTransformer 来做出完全不同的切换动画效果。官方给出的缩放效果和深度效果的ViewPager.PageTransformer与默认的效果很不同。仅支持3.0以上的版本。
- 2022-02-06 04:07:34下载
- 积分:1