-
VBJSON
说明: 简易的VB JSON解析函数,最简单的VBJSON解析函数,好用容易调用(Simple VB JSON Analytic Function)
- 2020-06-19 22:20:02下载
- 积分:1
-
yue
采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取(The structure and record contents of XLS files are read by using ODBC technology and VC.)
- 2019-01-01 07:32:29下载
- 积分:1
-
电力载波
通过电力载波控制灯的亮灭,主从的设计,功能简单且容易实现(control the street lamo by power-line carrier technolgy with C51 MCU)
- 2018-01-02 17:48:25下载
- 积分:1
-
PIC12F508-PICC-control-led
基于pic12f508开发的流水灯控制程序,PICC编程。c语言控制(Pic12f508 based on the development of light water control program, PICC program. c language control)
- 2011-06-28 19:56:10下载
- 积分:1
-
myworktime
说明: 给自己定一个作息时间,然后通过定时闹铃可以随时提醒自己。(Give yourself a rest time, and then through the alarm at any time to remind ourselves from time to time.)
- 2010-03-24 09:53:17下载
- 积分:1
-
2
说明: 校园导游系统,是图的最短路径的应用
我短学期的课程小实验(Campus tour guide system, is the shortest path map application, I short-term courses of small experimental)
- 2008-04-15 16:12:05下载
- 积分:1
-
USB
USB2.0接口,需要安装win2000或者winnt的DDK,才能通过编译。(USB2.0 interface)
- 2009-05-31 17:18:30下载
- 积分:1
-
50
说明: 单戗堤截流图解法计算程序使用帮助
操作步骤:
一:输入分流能力数据文本文件
文件格式为上游水位,下泄流量
请查看示范文件XL.txt
二:选择计算类型
计算类型有单值计算和自动计算
若选择单值计算,则设置龙口口门宽度
若选择自动计算,则设置龙口口门宽度变化范围
三:设置计算参数
这些参数在程序右下部,请根据工程实际进行输入
四:计算及绘图
选择开始计算,计算结果会呈现在程序界面上
计算后选择绘制曲线,自动生成Excel图表
五:保存结果
选择保存结果可以保存结果为文本文件
您也可以直接保存绘图中生成的Excel文件
选择保存中间数据可以保存龙口泄流能力数据( N o w a d a y s , t h e r a t i o o f E n g i n e e r i n g- Ma p- D r a w i n g b y C A D i n t h e d e s i g n m e n
a t e r a n d Wa s t e Wa t e r S y s t e m o n A r c h i t e c t u r e w a s a l r e a d y I 0 0 . T h e u a t h o r
i g n e d t h i s p r o g r a m o f C o m p u t e r A i d e d D e s i g n o f Wa t e r a n d Wa s t e Wa t e r S y s t e
r c h i t e c t u r e o n A u t o C A D , a n d u s e d i t i n t h e r e a l w o r k s . T h e a s s a y a n a l y z e d t h e
e l o p m e n t o f t h e p r o f e s s i o n a l s o f t w a r e i n a n d a b r o a d , a n d t a l k e d a b o u t t h e a c t u a
o f t h e d e s i g n , t h e n s u p p l i e d t h e w a y s o f h o w t o i m p r o v e C A D s y s t e m w i t h t h i s
c i a l t y . T h e a s s a y o b t a i n e d t h e r e s u l t s i n a s p e c t s b e l o w :
1 , c o s t o mi n g t h e s y s t e m f o r d e s i g )
- 2009-03-11 09:51:00下载
- 积分:1
-
lect16-Stereo-and-3D-Vision
立体视觉方面的介绍和推导PPT,有助于初学者理解掌握多视几何(Introduction and derivation of three-dimensional visual PPT, help beginners understand the multi view geometry)
- 2017-04-15 14:56:46下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1