-
ash
说明: 一个很经典的GPS短基线解算程序,matlab编写(A classical GPS baseline processing software, developed using Matlab)
- 2021-01-21 15:28:46下载
- 积分:1
-
SHEmptyRecycleBin
VB使用SHEmptyRecycleBin方法, 依赖于shell32.dll动态链接库清空回收站,点击窗口中的按钮即可一键清空回收站。本源码主要是熟悉SHEmptyRecycleBin函数的使用,这个函数不只有清空回收站的功能,还可以统计查询回收站中的文件数量,占用字节大小等。
(VB using the SHEmptyRecycleBin method, relies on the dynamic link library shell32.dll empty the recycle bin, click on the window button quick clear recycling station. The main source is the use of familiar with the SHEmptyRecycleBin function, this function is not only the empty recycle bin function, can also query statistics the number of files in the recycle bin, occupy the byte size etc..
)
- 2013-08-02 16:21:29下载
- 积分:1
-
twe
摄像头软件的部分程序,里面有对摄像头的控制(Camera software part of the program, there is a control of the camera)
- 2017-06-11 04:09:06下载
- 积分:1
-
tbere
Iocmp控件库的vb例程,有60多个源程序代码,不错的,(Iocmp controls of the vb routines, there are more than 60 source code, good,)
- 2017-04-14 22:37:53下载
- 积分:1
-
786756436
VB获取当前日期时间的一个范例程序,有需要的就下载吧。(VB to get the current date and time a sample program, there is a need to download it.)
- 2013-08-23 18:29:13下载
- 积分:1
-
mnsuer
说明: modbus 源码 modbus master yuanma(Modbus source modbus master yuanma)
- 2019-01-06 02:05:07下载
- 积分:1
-
POJ1007
北京大学ACM POJ1007题
实现了对字符串按逆序排列(Peking ACM POJ1007 title achieved by reverse order of string)
- 2010-11-03 00:00:52下载
- 积分:1
-
wpfhostingwin32control
说明: 演示如何在wpf中承载w32内容,简单,易懂,很实用(Demonstrates how the content of wpf in carrying w32)
- 2010-04-14 13:59:07下载
- 积分:1
-
invGJ
输入一个矩阵,可以求得该矩阵的逆矩阵,内附解释说明(Enter a matrix, you can obtain the inverse matrix, containing an explanation)
- 2010-08-20 12:17:51下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1