-
AutoCAD的dwg
一个对象的嵌入的例子,包括创建一个对象和创建脚本-an embedded object examples, including the creation of an object and the creation of the script
- 2023-06-22 15:05:03下载
- 积分:1
-
pb开发的教师管理系统,供大家学习
pb开发的教师管理系统,供大家学习-pb development of the management system for teachers, for everyone to learn
- 2023-07-08 05:00:03下载
- 积分:1
-
thesis I used some of the pretreatment process, a lot of procedures are prepared...
我论文里用到的预处理的一些程序,很多程序都是我自己编写的,有用的可以一起讨论-thesis I used some of the pretreatment process, a lot of procedures are prepared by myself, can be useful to discuss
- 2022-11-23 16:25:03下载
- 积分:1
-
labwindows/CVI and vc 6.0 mixed programming. The procedures are needed labwindow...
labwindows/cvi 和 vc++6.0的混合编程。程序的执行需要labwindows/cvi组件的支持-labwindows/CVI and vc 6.0 mixed programming. The procedures are needed labwindows/CVI components support
- 2022-01-25 19:52:56下载
- 积分:1
-
一个基于LABVIEW的万用表的程序,模拟4046的,您参考一下吧。
一个基于LABVIEW的万用表的程序,模拟4046的,您参考一下吧。-LABVIEW-based procedures for the multimeter, analog 4046, you refer to it.
- 2022-06-17 15:31:25下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
One from Taiwan ezq similar free plug
一个来自台湾ezq类似的免费插件开发程序
- 2022-12-28 19:00:04下载
- 积分:1
-
This process shows the dynamics of car birdie is a compilation of written
这个程序显示了动态的汽车小鸟
是用汇编写的-This process shows the dynamics of car birdie is a compilation of written
- 2022-02-13 20:05:52下载
- 积分:1
-
基于自适应LMS算法,此程序用于高通滤波器的自适应干扰对消器...
基于自适应LMS算法,此程序用于高通滤波器的自适应干扰对消器-Based on adaptive LMS algorithm, it is used to construct distubance cancler which is cubordilated high_pass filter.
- 2022-03-12 09:18:09下载
- 积分:1
-
一个用于开关状态显示的控件,主要用于电力系统!
一个用于开关状态显示的控件,主要用于电力系统!-A status display for switch control, mainly used in power system!
- 2022-01-26 17:06:24下载
- 积分:1