-
matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如:
my_polar2([0...
matlab中极坐标函数的改进,坐标轴刻度可以为负数,输入参数见注释,有问题email联系,可在matlab命令行中直接运行,如:
my_polar2([0,20,30]*pi/180,[-10,0,10], -r ,-20,30)-Matlab polar coordinates function improved, axes calibration can be negative, the input parameters, see Notes email problems can be contacted in Matlab command line direct operations, such as : my_polar2 ([0,20,30]* pi/180 [-10,0,10],- r,-20,30)
- 2022-02-04 23:29:00下载
- 积分:1
-
tqcms企业管理系统
资源描述tqcms企业管理系统是一个以asp+access进行开发的免费企业网站源码,该软件简单易用,快速上手管理无忧;模板引擎,让DIY如此简单;数据存储合理,效率性能得到最大的保障;流畅专业界面设计,良好的用户体验;灵活自定义,网站内容扩展更简单。 后台演示地址/admin/ 帐号密码都是admin 注意:如伪静态无法打开分类,请切换成动态模式运行
- 2023-01-14 08:45:04下载
- 积分:1
-
Internet Shopping Mall Network JiSuShop tectonic trading platform
JiSuShop 网络商城 构造网络买卖平台-Internet Shopping Mall Network JiSuShop tectonic trading platform
- 2023-05-29 13:00:03下载
- 积分:1
-
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问...
本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请,同时也和普通的双向链表不同的是本代码提供了对内部数据的快速索引,大大提高了数据访问速度。-the code for the dynamic array of support, in memory processes data block stored, to avoid a large memory applications, but also ordinary and the two-way linked list of the code is to provide the right information within the rapid indexing, thereby greatly increasing the speed of data access.
- 2022-02-05 03:14:59下载
- 积分:1
-
in Java called C procedures do Java and C to a friend, it is worth learning
在JAVA里 调用 C 程序,做JAVA和C的朋友注意了,值得学习-in Java called C procedures do Java and C to a friend, it is worth learning
- 2023-01-04 03:30:03下载
- 积分:1
-
德尔福动力性
提示: 您将赚取积分 (0-20) 基于您的源代码和说明的质量。质量低、 重复的代码或穷人所述将被删除。
- 2022-01-26 03:53:17下载
- 积分:1
-
db2asp Access to asp
db2asp Access to asp
- 2022-07-26 06:35:52下载
- 积分:1
-
自适应均衡器的仿真程序:在120hz信号下去处50hz干扰
自适应均衡器的仿真程序:在120hz信号下去处50hz干扰-adaptive equalizer Simulation : 120hz signal on the Department 50hz interference
- 2023-07-31 19:30:03下载
- 积分:1
-
demo for using gnuplot within a python program
demo for using gnuplot within a python program
- 2022-02-20 13:00:57下载
- 积分:1
-
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了I...
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。
-Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
- 2022-03-22 04:01:46下载
- 积分:1