-
这是模拟物理实验――一维势阱的小程序。运行的时候,需要把CCBP文件夹包含在头文件中。...
命令行下可以解读TCP数据报内容的Sniffer-command line can be interpreted as TCP data reported to the Sniffer
- 2022-02-03 06:27:02下载
- 积分:1
-
工业系统测量的常用程序,包括,全自动闪烁,模拟信号离散等...
工业系统测量的常用程序,包括,全自动闪烁,模拟信号离散等-industrial measurement systems commonly used procedures, including, automatic blinking, and other discrete analog signal
- 2022-06-12 03:28:53下载
- 积分:1
-
VB进行大整数乘法运算实例
VB进行大整数乘法运算实例,实现两个超大整数的相乘功能,是数学计算器中的一个功能部分,请注意乘数和被乘数都必须由数字组成。可以显示计算过程,可随机生成两个大整数以便测试,计算结果将显示在下边的文本框中。
- 2022-11-15 10:00:03下载
- 积分:1
-
一个国际长途软的回呼软件,就是利用回呼节约电话费
一个国际长途软的回呼软件,就是利用回呼节约电话费-an international long-distance calls back to the soft software, it is using the savings to telephone calls
- 2022-06-27 00:48:43下载
- 积分:1
-
Java常见排序算法源码集
Java常见排序算法源码集,包括了字符、数字、数组的常用排序算法,是初学者非常不错的Java排序参考代码。
- 2022-07-07 08:01:22下载
- 积分:1
-
有关FLASH的介绍,其中有寄存器的设置,以及相关存储器的读写操作...
有关FLASH的介绍,其中有寄存器的设置,以及相关存储器的读写操作-On the introduction of FLASH, which have register settings, as well as associated memory to read and write operation
- 2022-04-10 07:31:30下载
- 积分:1
-
一个数独解算器,它可以解决你进入游戏,在CLA赋值
a sudoku solver, it can solve the sudoku you enter, an assignment in cla-a sudoku solver, it can solve the sudoku you enter, an assignment in class
- 2022-03-02 23:51:13下载
- 积分:1
-
Vb 窗口置顶功能一例含源码
Vb6.0窗口设计实例: 窗口置顶功能一例含源码,顶层窗口,将本窗口显示在其它程序窗口的最顶层,始终放在最前面显示,不被其它的窗口所遮挡,比如播放器的播放窗口,在播放视频的时候,始终保持在最顶层,不会被其它窗口挡住视线。在实际的软件开发中,这个功能还是挺有用的。
- 2022-03-10 10:47:08下载
- 积分:1
-
Android微信导航界面源码
基于Java代码制作的Android系统仿微信导航界面源码,只是一个导航页的效果,没有其它的功能,做安卓应用界面的时候,可参考下。
- 2023-06-21 18:00:03下载
- 积分:1
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 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 long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1