-
RPG游戏精灵编辑器源代码,可以用于编辑RPG游戏的精灵,供大家学习如何制作RPG游戏的精灵工具...
RPG游戏精灵编辑器源代码,可以用于编辑RPG游戏的精灵,供大家学习如何制作RPG游戏的精灵工具-RPG game wizard editor source code, can be used for editing RPG game genies, for everyone to learn how to produce RPG games Wizard tool
- 2023-06-17 08:30:03下载
- 积分:1
-
理论考试程序,可以自由下载,学习,请多多指点,批评
理论考试程序,可以自由下载,学习,请多多指点,批评-Theoretical examination procedures, are free to download, study, please advice, criticism
- 2023-02-11 02:20:04下载
- 积分:1
-
此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写....
此程序通过最简单的C程序说明编程的基本规范和注解的描写方法,主要以此来引导程序入门者在编程时对代码进行规范书写.-this procedure through the most simple description of the procedures for the C programming and the basic norms of the notes describe, main procedures in order to guide beginners in the programming code of conduct standardized writing.
- 2022-06-01 19:28:10下载
- 积分:1
-
NTL is a high
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.
- 2023-01-01 04:45:03下载
- 积分:1
-
这是一个用multisim编写的用8421BCD码表示的两个一位十进制数相加的加法器...
这是一个用multisim编写的用8421BCD码表示的两个一位十进制数相加的加法器-This is a prepared using Multisim 8421BCD Code with two express a decimal number the sum of the adder
- 2022-11-10 01: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
-
labview之应用共享变量编程实例及说明,非常详细。
labview之应用共享变量编程实例及说明,非常详细。-Application of LabVIEW shared variable programming examples and explanations in great detail.
- 2022-03-20 20:23:32下载
- 积分:1
-
这是西门子s7200的示例源代码,这是学习PLC编程的好示例
这是西门子s7200的示例源代码,这是学习PLC编程的好示例-Siemens s7200 This is an example of source code, this study are examples of good PLC programming
- 2022-06-13 17:07:46下载
- 积分:1
-
紀錄keyin功能
应用背景紀錄keyin功能,紀錄鍵盤動作所輸入的相關字元,將其字元顯示於框架中辨認.此程式是利用VB6所撰寫出來,利用簡易的程式編碼來記錄電腦鍵盤輸出的相關字元.关键技术程式利用VB6所撰寫出來,利用簡易的程式編碼來記錄電腦鍵盤輸出的相關字元.紀錄keyin功能,紀錄鍵盤動作所輸入的相關字元,將其字元顯示於框架中辨認
- 2022-03-16 20:47:28下载
- 积分:1
-
一个可以运行的程序
一个可以运行的程序-a running program
- 2022-05-14 22:45:26下载
- 积分:1