-
hanshu
c语言中几个典型常用函数的调用,比如说宏之类的(c language commonly used in several typical function call, such as macros and the like)
- 2011-10-13 22:34:51下载
- 积分:1
-
SkinppVBDemo
SkinPPVB 4.1 domo version
- 2012-06-27 11:20:23下载
- 积分:1
-
PLCchengxudaijiansugongneng
PLC程序,结合VB通信实现两轴运动带减速功能(PLC programming, communication with VB to achieve two-axis motion with deceleration
)
- 2012-01-12 11:58:04下载
- 积分:1
-
test2
应老师要求做的VB课后练习内容,这是第二个实验内容。(This is the second test.)
- 2013-11-06 16:32:09下载
- 积分:1
-
my_strcmp
说明: 常用算法 自定义strcmp 比较两个字符串是否匹配(本人第一个算法)(commonly used algorithm defined strcmp compare whether two strings match (I first algorithm) hee h)
- 2006-04-08 10:48:36下载
- 积分:1
-
Lesson1
孙鑫老师vc教学视频中源码,以及上课所用ppt,非常好,希望对大家有用(Sun Xin vc teachers teaching video source, and the school used ppt, very good, want to be useful)
- 2011-09-11 09:38:01下载
- 积分:1
-
tuoliduosouce
地磅测试程序,将字符串发送到指定COM口,基于VB写的地磅仪表数据读取工具源码,包括调用了一个仪表通信采集工具、上海耀华、托利多等大众仪表,有一定的参考价值。
设置Com1为通信端口,设置通信端口参数 9600赫兹、偶校验、7个数据位、1个停止位.(这里需要进一步说明的是tting="BBBB,P,D,S,含义是:B:Baud Rate(波特率);P:Parity(奇偶);D:Data Bit;S:Stop Bit)。
.InBufferSize = 40 设置缓冲区接收数据为40字节
.InputLen = 1 设置Input一次从接收缓冲读取字节数为1
.RThreshold = 1 设置接收一个字节就产生OnComm事件。
Timer可以计算从子夜到现在所经过的秒数,在Microsoft Windows中,Timer函数可以返回一秒的小数部分。(Weighbridge test program, the string will be sent to the specified COM port, source-based reading tool written in VB weighbridge instrumentation data, including calling an instrument of communication collection tools, Shanghai Yaohua, Toledo and other public instruments, there is a certain reference value.
Set Com1 communications port, set the communications port parameters 9600 Hz, even parity, 7 data bits, 1 stop bit (It should be further noted that tting = "BBBB, P, D, S, meaning:. B: baud Rate (baud rate) P: Parity (parity) D: Data Bit S: Stop Bit).
. InBufferSize = 40 is set to receive data buffer is 40 bytes
. InputLen = number Set Input once read from the receive buffer byte 1 of 1
. RThreshold = 1 is set to receive a byte generated OnComm event.
Timer can be calculated from midnight to now the number of seconds elapsed, in Microsoft Windows, Timer function can return a decimal fraction of a second.)
- 2014-04-25 15:41:13下载
- 积分:1
-
FEM(VB)
VB编写的一个有限元计算的例子,内容比较全面,包含网格划分,梁,桁架,热传输等情况的计算,以及后处理的显示。(An example of a finite element calculation written in VB, it is more comprehensive, including meshing, calculation beams, trusses, heat transfer, etc.as well as display after treatment.)
- 2020-12-17 17:19:11下载
- 积分:1
-
elm_linear
ELM的C语言版本,黄广斌教授的研究成果(The C version of ELM, which is proposed by Prof. Guangbin Huang.)
- 2020-12-13 12:09:16下载
- 积分:1
-
OS_projectC_Mutex
You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate.
The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
- 2009-10-31 16:09:02下载
- 积分:1