-
cccc game uploading now
cccc game uploading now
- 2022-10-26 16:00:03下载
- 积分:1
-
a small cute one Wanton I started learning programming at the game was only a si...
一个小的可爱的东东 是我一开始学习游戏编程时写的 只有简单的功能-a small cute one Wanton I started learning programming at the game was only a simple function
- 2023-08-05 19:55:03下载
- 积分:1
-
Access数据库操作类,php连接access数据库和操作acess数据的方法,通过几个类来实现,应用起来也更全面...
Access数据库操作类,php连接access数据库和操作acess数据的方法,通过几个类来实现,应用起来也更全面-Access database operations class, php connect access database acess data and operation methods, through several classes to implement, apply themselves more fully
- 2022-01-26 01:57:22下载
- 积分:1
-
路冷
用C语言完成欧拉计算,非常简单的一个小应用(Using C language to complete euler calculation)
- 2020-06-21 13:00:02下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
QSXJP
一个简单使用socket 通过smtp发邮件的例子(A simple example of using socket to send mail through SMTP.)
- 2018-09-16 11:39:14下载
- 积分:1
-
CircleFitByPratt
% Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2)
%
% Output: Par = [a b R] is the fitting circle:
% center (a,b) and radius R
%
% Note: this fit does not use built-in matrix functions (except "mean"),
% so it can be easily programmed in any programming language
- 2020-06-22 22:40:02下载
- 积分:1
-
greedy-snake
游戏-贪吃蛇vb2008 visual basic 2008(games-greedy snake)
- 2012-08-03 22:23:51下载
- 积分:1
-
CNCrouter
说明: AokeCut6.24.1AOKE.INI, 1720 , 2010-04-15 AokeCut6.24.1AOKE.PLT, 57 , 2006-06-14 AokeCut6.24.1AOKE0.INI, 1504 , 2005-06-29 AokeCut6.24.1AOKE1.INI, 1512 , 2005-07-05 AokeCut6.24.1AOKE2.INI, 1600 , 2006-02-24
- 2020-01-16 00:22:22下载
- 积分:1
-
调试成功的基于TI28335的异步电机VVVF控制程序
三相交流异步电机的恒定V/F控制源代码,适用于TI的28335DSP,可在TI原装的F24x板上直接跑。适用于CCS3.3编译、调试环境,可参考向其他芯片进行移植或修改、增加控制算法,实现对三相风机、泵、传送带动力、纺织机传动等控制方面的应用。程序包括分步递进编译,分成五部分:空间矢量PWM波形发生、电流/转速测量、两相电流的PI控制、电流闭环控制、速度PI闭环控制(电流和速度双闭环控制)。其中包含全部的源码和使用说明指导文档,是学习VVVF控制过程及算法很好的教程和示例。
- 2022-01-31 22:11:25下载
- 积分:1