-
可以用来提取IGS全球服务组织CODE中心电离层VTEC数据
可以用来提取IGS全球服务组织CODE中心电离层VTEC数据-IGS can be used to extract a global service organization CODE ionospheric VTEC data center
- 2022-11-28 12:25:03下载
- 积分:1
-
(code) Algorithms in C++ Source Code信号处理中的线性代数,数学基础学科必备用书。...
(code) Algorithms in C++ Source Code信号处理中的线性代数,数学基础学科必备用书。-(code) Algorithms in C++ Source Code signal processing in linear algebra, mathematics required basic subjects books.
- 2022-05-22 09:45:45下载
- 积分:1
-
这是Excel文件,准备计算每年的能源生产…
this the excel file which is prepared to calculate the annual energy production of a wind turbine by using the weibull probability density distribution.
Note: the power informatioı n of the turbine and the annual wind mean speed of the land is required.-this is the excel file which is prepared to calculate the annual energy production of a wind turbine by using the weibull probability density distribution.
Note: the power informatioı n of the turbine and the annual wind mean speed of the land is required.
- 2022-05-27 00:38:08下载
- 积分:1
-
ssd3 course experiment 4, with source code, a simple booking system java
ssd3课程实验4,附带源代码,简单的java订票系统-ssd3 course experiment 4, with source code, a simple booking system java
- 2022-02-21 11:39:06下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。 -SDK This is a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
- 2023-02-14 02:50:04下载
- 积分:1
-
This programme shows how to draw an rotating cylinder,and how to set lighting an...
在VC++ DirectX环境下,绘制一个空心圆柱体,实现圆柱体的旋转,并设置光照和材质信息。-This programme shows how to draw an rotating cylinder,and how to set lighting and materials.
- 2022-03-21 19:23:56下载
- 积分:1
-
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且...
VC中读取mp3文件信息的方法
标准格式的mp3文件中,都有一些自身描述的信息,比如歌曲名称、歌手、专辑名称等信息。
这些信息都记录在mp3文件中,而且格式是固定的。那么,我们就可以用编程的方式来获取这些信息。其实说简单一点,就是VC文件读取的操作。不过mp3有一定的信息结构,在mp3文件的最后128个字节,就包含上述的信息。那么我们打开mp3文件, 读取最后128个字节即可。-VC MP3 file information reader of the MP3 standard format document, some have described their own information, such as song title, artist, album title and other information. These messages are recorded in the MP3 file, but the format is fixed. Then, we can use the program to access such information. That simple fact that the VC paper read operation. However mp3 certain information, the structure of mp3 of the final 128 bytes, including the above information. Then we open MP3 files, read the last 128 bytes can be.
- 2022-05-14 10:56:12下载
- 积分:1
-
VC++串口操作类
vc++的串口操作类示例,是学习串口操作的好例子。AT文件夹下是Modem命令集文件,在Modem检测功能中使用。
该程序有两个可以重用的类文件,串口通讯类文件superSP.cpp, superSP.h;文件操作类文件fileCtrl.cpp, fileCtrl.h。
- 2022-03-24 00:44:05下载
- 积分:1
-
Actel softConsole datasheet
actel的软件编译平台的使用手册 actel的软件编译平台的使用手册-Actel softConsole datasheet
- 2022-04-28 22:34:16下载
- 积分:1
-
全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局...
全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -It is very convenient by using global function because it needn t include many head files and can be used in almost every class.But when you use it you should pay attention on some details,and the example given here will introduce beginners some methods on how to use global class.I hope it will be usefull for you
- 2022-03-24 11:45:57下载
- 积分:1