-
全角转半角, 英文字符和数字,特殊字符都可以, vc6 源码
全角转半角, 英文字符和数字,特殊字符都可以, vc6 源码-Turn half-width full-width English characters and numbers, special characters can be, vc6 source
- 2023-04-12 03:20:03下载
- 积分:1
-
AJAX编程实现功能等 AJAX编程实现功能等
AJAX编程实现功能等 AJAX编程实现功能等-Features such as AJAX programming AJAX programming functions AJAX programming functions
- 2022-05-22 03:19:47下载
- 积分:1
-
采用API实现的文件拖放
采用API实现的文件拖放-using API documentation drag
- 2022-05-17 02:53:19下载
- 积分:1
-
VB编写的各种按钮样式集合,可以丰富软件界面
VB编写的各种按钮样式集合,可以丰富软件界面-VB prepared in a variety of button styles set, you can enrich the software interface
- 2022-03-11 01:49:53下载
- 积分:1
-
The Stern
The Stern-Brocot Number System
The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where
m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m/n where
m and n are relatively prime.
- 2023-06-15 20:30:03下载
- 积分:1
-
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
好用的 Windows 基础库,有线程,文件,异步网络通讯等相关功能类。
模仿了qt的风格,自己实现的一套C++ Windows 平台的基础类库,小巧灵活,能加快你的开发。
- 2022-04-28 11:50:40下载
- 积分:1
-
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2...
函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include "StrToData.h"即可调用-function of long StrToData(CString strData,int jz) :changed character string to positive integer,changed character may be any decimal system,return:long Integer value,parameter:strData is the character string to be changed,jz is type of decimal system.
- 2022-01-21 02:18:21下载
- 积分:1
-
" A Practical Handbook for the registry" is a collection of a large num...
“注册表实用手册”,收录的是大量简单,通俗易懂而又确实实用的windows系列注册表修改技巧-" A Practical Handbook for the registry" is a collection of a large number of simple, easy to understand and really useful series of windows registry modification techniques
- 2022-01-24 18:29:31下载
- 积分:1
-
模仿WINDOWS自带的计算写的,科学型有部分功能还没实现
模仿WINDOWS自带的计算写的,科学型有部分功能还没实现-WINDOWS imitate the calculation of own writing, science-type has some features not yet realize
- 2022-02-16 05:23:48下载
- 积分:1
-
基于C语言实现滚动时域估计算法
基于c语言,实现滚动时域估计算法,将状态估计问题转化为二次型优化问题,同时基于MHE算法分析,推导适应度函数的具体表达式,将其用c语言实现,同时基于PSO算法求取二次型优化问题的优化解。程序已经在vs2013环境下编译通过了,并能成功运行。
- 2022-03-05 13:47:46下载
- 积分:1