-
文件
说明: 《Python语言在Abaqus中的应用》(曹金凤板)书中例子源码。("Python language in ABAQUS application" (Cao jinfengban) book example source code.)
- 2020-08-16 22:38:56下载
- 积分:1
-
labview程序编程技巧演示,用labview编写windows应用图像编程小程序...
labview程序编程技巧演示,用labview编写windows应用图像编程小程序-LabVIEW programming skills demonstration, prepared by LabVIEW image windows programming applet
- 2022-05-09 07:13:23下载
- 积分:1
-
脱机手写汉字识别
脱机手写汉字识别-Chinese Character Recognition
- 2022-09-18 03:15:03下载
- 积分:1
-
Jameson
求解欧拉方程,简单的Jameson格式。注释少,但是能看懂(Solving Euler equation)
- 2018-01-24 19:30:44下载
- 积分:1
-
PCA_Mohan
说明: 一个简单的代码,一步一步地进行主成分分析,并给出了解释..pca的内置功能用于。此外,代码中还解释了显示如何进行主成分分析的分步过程。(A simple code for doing PCA with step by step procedure along with explanations is given for an novoice to PCA.. The inbuilt function pca is used to. Further a step by step procedure showing how PCA is done is explained in the code.)
- 2020-05-13 19:51:31下载
- 积分:1
-
R数据可视化手册
说明: 本书提供了快速绘制高质量图形的150多种技巧,每个技巧用来解决一个特定的绘图需求。读者可以通过目录快速定位到自己遇到的问题,查询相应的解决方案。(This book provides more than 150 techniques for quickly drawing high quality graphics, each of which addresses a specific drawing requirement. Readers can quickly locate their own problems through the directory, query the corresponding solution.)
- 2020-06-25 16:00:02下载
- 积分:1
-
本程序是在Ti的dm642上通过PCI和主机通信的测试程序
本程序是在Ti的dm642上通过PCI和主机通信的测试程序-is in the process of Ti dm642 adopted PCI and host communications testing procedures
- 2022-07-10 05:23:27下载
- 积分:1
-
Addressbook-
通讯录管理系统,能够实现人员的信息录入、查询、修改、删除、保存、显示等操作(Address book management system, personnel information entry, query, modify, delete, save, display operations)
- 2012-12-19 13:51:57下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
y时间倒计时设置插件
jQuery时间倒计时设置插件是一款适用于商城活动开始结束时间和电影上映倒计时等。(JQuery Time Countdown Settings Plug-in is suitable for the commencement and end of mall activities and movie show countdown, etc.)
- 2019-03-29 09:17:50下载
- 积分:1