-
人事管理系统 利用powerbuilder
人事管理系统 利用powerbuilder -Personnel Management System using PowerBuilder
- 2022-03-24 02:56:37下载
- 积分:1
-
步进电机驱动程序,以及调速程序,带注释的,简单易懂
步进电机驱动程序,以及调速程序,带注释的,简单易懂-bujingdianji
- 2022-07-16 02:42:17下载
- 积分:1
-
do with the browser
用DELPHI做的浏览器原码-do with the browser-source
- 2022-01-31 06:01:15下载
- 积分:1
-
IP地址配置
可以将多个IP地址进行保存,并直接进行切换,可应用在笔记本在公司、家里、其它地方来回换IP的麻烦。
- 2022-12-24 20:00:09下载
- 积分:1
-
文学修养,余秋雨文集,写得很深长,写得沉重。苍桑
文学修养,余秋雨文集,写得很深长,写得沉重。苍桑-literary accomplishment Yu Works, written long deep, heavy write. Cangsang
- 2022-05-16 18:56:38下载
- 积分:1
-
testcurve
一个在窗口显示实时曲线的源代码程序,非常不错-testcurve
- 2022-08-22 16:32:13下载
- 积分:1
-
JILRuntime A general purpose, register based virtual machine (VM) that supports...
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
- 2022-07-13 14:23:15下载
- 积分: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
-
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢...
这是我们老师给我们的软件工程的实验指导书
有详细的原代码和结果]
望大家喜欢-This is our teachers to our software engineering experiment detailed guidance on the original code and the results] hope you like
- 2023-05-22 02:45:03下载
- 积分:1
-
基于c++的五子棋
资源描述老师大作业,五子棋,包括人人对战,人机对战
- 2022-05-19 11:25:18下载
- 积分:1