-
This code is in the R statistical programming language. It creates a LSA using a...
This code is in the R statistical programming language. It creates a LSA using a local folder of text documents, then it shows the resultant semantic space in a 3d model (using the 2nd, 3rd, and 4th dimensions) Included in the model is the documents and the most relevent terms.
- 2022-07-25 01:54:59下载
- 积分:1
-
采用有限差分法对二维静电场的数值计算。用mathematica语言编的源程序。...
采用有限差分法对二维静电场的数值计算。用mathematica语言编的源程序。-using the finite difference method to two-dimensional electrostatic field of numerical calculation. Using Mathematica addendum to the source.
- 2023-02-25 17:55:02下载
- 积分:1
-
billiard revised version of the game is in progress. . . Exhibitions
桌球游戏的修改版本,正在完善之中。。。多多指教-billiard revised version of the game is in progress. . . Exhibitions
- 2022-08-14 19:19:32下载
- 积分:1
-
此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。
SmallStruct 5是一个基于配置...
此版本的 SmallStruct 5 为稳定版,可以用于商业开发,适合于C/S结构的功能复杂,业务多变的应用系统。
SmallStruct 5是一个基于配置的的应用程序框架,集成了应用程序大部分一般性功能,只要编写少量代码即可生成应用程序,并且框架本身也是可扩展的。
-this version of the five SmallStruct stable version can be used for commercial development, suited to the C/S structure and function of complex and changeable business applications. SmallStruct 5 is based on an allocation of the application framework. Integrated application of the majority of the general functions, as long as the preparation of a small amount of code can be generated applications, and the framework itself is extensible.
- 2022-06-16 12:47:36下载
- 积分:1
-
基于自适应遗传算法的电液弯辊模糊控制系统 很不错的文章 对自适应遗传算法模糊控制进行的详细的分析...
基于自适应遗传算法的电液弯辊模糊控制系统 很不错的文章 对自适应遗传算法模糊控制进行的详细的分析-Based on adaptive genetic algorithm fuzzy bending electro-hydraulic control system is very good article on adaptive genetic algorithm for fuzzy control of a detailed analysis of
- 2022-05-28 10:10:43下载
- 积分:1
-
对fdma和scfdma仿真性能的比较,可以清晰具体的比较峰均比的性能...
对fdma和scfdma仿真性能的比较,可以清晰具体的比较峰均比的性能-Of FDMA and scfdma simulation performance, we can clear and specific PAPR performance comparison
- 2022-05-16 15:43:04下载
- 积分:1
-
有关界面操作及检测磁盘是否忙状态、磁硬是否写保护的几个源程序...
有关界面操作及检测磁盘是否忙状态、磁硬是否写保护的几个源程序- The related contact surface operation and the examination
floppy disk busy condition, are the magnetism whether hard whether
writes the protection several source programs
- 2023-01-19 14:45:04下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
基于ODBC的数据库备份及恢复
基于ODBC的数据库备份及恢复 -based ODBC database backup and recovery
- 2022-04-21 10:07:20下载
- 积分:1
-
- 2023-08-29 12:40:05下载
- 积分:1