登录
首页 » Windows开发 » TxtReadTools for record files

TxtReadTools for record files

于 2023-02-24 发布 文件大小:5.78 MB
0 127
下载积分: 2 下载次数: 1

代码说明:

TxtReadTools for record files

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 用了TNMHTTP组件得到文本文件的正文然后以字符串形式分析格式将其中的信息分离,可以得到版本,下载地址,更新日期等信息,你可以自己增加更多,程序作相应的调整就
    用了TNMHTTP组件得到文本文件的正文然后以字符串形式分析格式将其中的信息分离,可以得到版本,下载地址,更新日期等信息,你可以自己增加更多,程序作相应的调整就行了-TNMHTTP components used to be a text file with the text string then to the analysis of the format in which the information will be separate versions can be downloaded addresses, updated information, etc. You can add more, procedures adjusted accordingly on the line
    2022-05-05 17:46:12下载
    积分:1
  • 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助...
    一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
    2022-10-20 04:45:03下载
    积分:1
  • a chess game to try to use the C data structures Guide Chain and object
    一个自编的象棋游戏,尝试使用C++数据结构教程中链表和面向对象设计模式的探索-a chess game to try to use the C data structures Guide Chain and object-oriented design patterns exploration
    2022-11-18 01:20:03下载
    积分:1
  • 906 for one yuan linear regression equation and forecast a function of the varia...
    906 求一元线形回归方程及预报 一 功能 x为自变量,y为随机变量,给出一组n次观测值(Xi, Yi), I=1, 2, … n, 求线形回归方程 Y=A+BX 来描述Y与X的变化规律。并用T检验法检验线形回归是否显著。若显著,可用求得的线形回归方程作预报,并给出预报值的置信区间。 -906 for one yuan linear regression equation and forecast a function of the variable x, y as random variables, is a group of n measurements (Xi, Yi), I = 1, 2, ... n, seeking linear regression equation Y = A BX to describe the X and Y changes in the law. Using T-test whether linear regression significantly. If significant, can be used to compute the linear regression equation for forecasting, and is forecasting value of the confidence interval.
    2022-08-09 19:24:23下载
    积分:1
  • 这是一个VB ActiveResizer 32bit ActiveX DLL自动调整大小有关。
    The ActiveResizer is a VB 32bit ActiveX DLL that automatically adjust the size ofVB controls and fonts on the form. As a user stretches or shrinks the form, the controlson the VB form will also stretch or shrink, accordingly.
    2022-02-03 11:07:21下载
    积分:1
  • 银行转账事务
    使用JDBC处理的银行转账事务。 按照JDBC的步骤编写,设置非自动提交的事务,将转出和转入放在一个事务中处理,操作完成后提交事务,在catch块中回滚事务。
    2022-01-22 08:28:44下载
    积分:1
  • 这是另外一个WCF服务布和客户端利用的例子,提供给初学者学习...
    这是另外一个WCF服务发布和客户端利用的例子,提供给初学者学习-This is another one WCF service delivery and client use an example provided to the beginners to learn
    2022-02-14 14:24:57下载
    积分:1
  • WWPF记忆卡游戏源码
    WPF记忆卡游戏源码功能介绍:游戏分3种模式 单人模式,2人模式还有人机模式,点击卡片图片会显示一下,然后隐藏,根据记忆找到相同的卡片,卡片就会消失。注意:开发环境为Visual Studio 2010
    2022-03-25 08:38:05下载
    积分:1
  • Windows WDM设备驱动程序指南(PDF).
    Windows WDM设备驱动程序开发指南(PDF).-Windows WDM Device Driver Development Guide (PDF).
    2022-07-20 21:35:54下载
    积分:1
  • 1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写V...
    1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法:   1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。   2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为ShowCursor。当用参数值True调用时显示鼠标光标,当用参数值False调用时,鼠标光标自动隐藏。   3、检测鼠标移动VB中有一个检测鼠标移动的对象事件MouseMove事件。MouseMove事件通常在应用程序启动时就会触发,有时在鼠标并未移动的情况下,MouseMove事件仍有可能被触发。因此如果在程序中直接用MouseMove事件检测鼠标是否发生了移动,并不能正确反映鼠标的移动状况。应该在MouseMove事件中编写代码加以控制。 -1) screen saver running, the mouse cursor automatically hidden, at the end of the procedure, the cursor display. 2) When the click, move the mouse or press the keyboard, the screen ends and return to normal operating status. To achieve these characteristics, in the preparation of VB applications, can be used as follows : a change forms usually attribute the VB application forms have adopted a frame of the window appearance, but as screen protection procedures should be provided to non-Window frame, and as a maximum. 2, hide and display the mouse c
    2022-03-03 19:10:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载