-
编译附录APL_0_C程序文本
PL/0原代码 C语言版该程序简单,若原代码稍加修改就可以有不同的功能.(PL/0 source code on C.this program is very simple an can have alternative function if making some changes.)
- 2005-05-21 23:01:03下载
- 积分:1
-
productionManageSys
基于MFC控件的生产线管理系统,包含了数据库,串口接受数据等功能。。。(MFC controls the production line management system, database features such as serial port to accept data. . .)
- 2013-03-01 20:30:08下载
- 积分:1
-
Desktop
说明: cass提取高程点注记,输出成dat格式文件(Cass extracts elevation point notes and outputs them into dat format files)
- 2019-03-06 15:52:53下载
- 积分:1
-
K3ERP_SP
EBS服务的启动顺序,在EBS的启动的服务的时候必须按这个顺序来启动,否则服务会起来(EBS service startup sequence, starting at the EBS service time must be in this order to start, otherwise the service will be up)
- 2013-11-20 14:48:46下载
- 积分:1
-
ListTouchBottomGravityManyTest
Touch tests for a list where all of the items do not fit on the screen, and the list stacks from the bottom.
- 2014-02-27 13:40:15下载
- 积分:1
-
MATLAB
filter audio signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter.
y=filter(x,A,B) x(is your input signal) and y your filtered signal.(an example filtering signalThen use the Butter function, for instance to obtain your signal(type Butter in your Matlab command window and you will find many other type of filters). Once you have obtained the B and A vector coefficients you can filter your signal using the function filter.
y=filter(x,A,B) x(is your input signal) and y your filtered signal.)
- 2020-06-19 23:40:01下载
- 积分:1
-
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC...
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC-Zheda a full set of network programming classes, including courseware and related software, eight examples of programming, after-school work, experiments and applications of five parts. Everyone would like to learn network programming help. Development environment for VC 6++ MFC
- 2023-06-02 02:30:04下载
- 积分:1
-
background
background sound for design
- 2009-04-05 12:19:03下载
- 积分:1
-
log_c
对数运算的C语言定点程序。给出了两个使用C的对数运算的实例,可作为参考。(C language sentinel procedures. Given two C's right to use a few examples of operations that may be used as reference.)
- 2006-09-07 11:44:12下载
- 积分:1
-
win32programming
在WIN32中,每一个线程都对应着一个消息队列。由于一个线程可以产生数个窗口,所以并不是每个窗
口都对应着一个消息队列。下列几句话应该作为"定理"被记住:
"定理" 一
所有产生给某个窗口的消息,都先由创建这个窗口的线程处理;
"定理" 二
Windows屏幕上的每一个控件都是一个窗口,有对应的窗口函数。消息的发送通常有两种方式,一是SendMessage,一是PostMessage(In WIN32, each thread corresponds to a message queue. Since a thread can have several windows, so not every window corresponds to a message queue. The following words should be a " theorem" to be remembered: " Theorem" all produce a message to a window, all threads initially create the window treatment " Theorem" Two Windows on the screen is a control for each window, there is the corresponding window function. Messages sent are usually two ways, first, SendMessage, PostMessage first)
- 2010-08-26 08:43:28下载
- 积分:1