#Include#Include#Include#Include#Include&"Windows.H&"#Define M 50Struct Date{ Int Year;Int Month;Int Day;};Struct Library{Int Book_Num;Char Book_Name[40];Char Author_Name[10];Float Book_Price;Char Publisher[40];Struct Date Publish_Time;Char Book_State[2];Char Reader_Name[10];Int Reader_Num;};Int Inp...
分类:
其他 时间:
2018/7/30 8:47:00
//Filename:Cylinder.Javainterface Face1{Final Double PI=3.14;Abstract Double Area();}Interface Face2{Abstract Void Setcolor(String C);}Interface Face3 Extends Face1,Face2}Abstract Void Volume;}Public Class Cylinder Implements Face3{Private Double Radius;Private Int Height;Protected String Color;Publ...
分类:
其他 时间:
2018/7/28 8:47:00
B1=B1+(B2.*B0)./(B2+B0);C=A./B1;B2=B0./(B2+B0);B0=B2./(B2+B0);I1=Sum(C);I2=-I1*B2(11);I0=-I1*B0(11);U1=N-I1*B1;U2=-I2*B2;U0=-I0*B0;U1 = Sparse( Linei, Linej, U1(Linei)-U1(Linej),22,22);I1=U1./Z1;U2 = Sparse( Linei, Linej, U2(Linei)-U2(Linej),22,22);I2=U2./Z2;U0 = Sparse( Linei, Linej, U0(Linei)-U0(L...
分类:
其他 时间:
2018/7/28 8:47:00
Import Java.Io.Datainputstream;Import Java.Io.Inputstream;Import Java.Net.Serversocket;Import Java.Net.Socket;Public Class Service {Public Static Void Main(String[] Args) Throws Exception {Serversocket Server = New Serversocket(10000);Byte[] Msg = New Byte[20];// Socket Client = Server.Accept();//,...
分类:
其他 时间:
2018/7/27 10:10:00
B=B1+B2+B0;C=A./B;I=Sum(C);U1=N-I*B1;U2=-I*B2;U0=-I*B0;U1 = Sparse( Linei, Linej, U1(Linei)-U1(Linej),22,22);I1=U1./Z1;U2 = Sparse( Linei, Linej, U2(Linei)-U2(Linej),22,22);I2=U2./Z2;U0 = Sparse( Linei, Linej, U0(Linei)-U0(Linej),22,22);K=1;For J=1:Branchnumif Linex0(K)==0U0( Linei(K), Linej(K))=0;E...
分类:
其他 时间:
2018/7/27 10:10:00
#Include #Include #Include#Include#Include#Define N 100Int I, S, M;Char Key;//Struct Food{Int X;Int Y;Int Flag;}Food;//Struct Snake{Int X[N];Int Y[N];Int Node;Int Dir;Int Life;}Snake;//Void Welcome(){Initgraph(640, 480);IMAGE Img;Loadimage(Img, _T(&"123.Jpg&"));Putimage(0, 0, Img);Setlinecolor(YELLO...
分类:
其他 时间:
2018/7/27 10:10:00
& Goalsthe Goal Of This Lab Is To Develop A Deeper Understanding Of How Objects Can Be Moved Around The Internet By Developing A Useful, But Small, System To Store Data On Multiple Computers. You Will Develop A Graphical Client That Will Allow You Create, Edit And Delete Student Data. The Data Wil...
分类:
其他 时间:
2018/7/26 9:55:00
#Coding=Utf-8Data=[1123.7,1138.483333,1165.383333,1177.8,1171.266667,1168.133333,1167,1166.133333,1166.266667,1166.466667,1167,1168.133333,1168.533333,1169.466667,1170.533333,1171,1172.333333,1173.633333,1172.7,1157.8]Def Regression(Data):From Sklearn.Preprocessing Import Standardscaler From Pandas ...
分类:
其他 时间:
2018/7/26 9:55:00
#Include Using Namespace Std;Class BST{Struct Node{Int Data;Node* Left;Node* Right;Int Height;};Node* Root;// Void Makeempty(Node* T)// {// If(T == NULL)// Return;// Makeempty(T->Left);// Makeempty(T->Right);// Delete T;// }Node* Insert(Int X, Node* T){If(T == NULL){T = New Node;T->Data = X;T->Heigh...
分类:
其他 时间:
2018/7/26 9:55:00
Function Addnoise(Ps)% Addnoise Add Simple Noise To An Audio File.% Loads An Audio File Using Audioread, Adds A Simple Noise Vector And % Writes A Wav File Using Audiowrite To The Same Folder.% The Processed Audio File Is Stored As &"(Filename)_Noise.Wav&".% % Addnoise(Filename) Process Audio File G...
分类:
其他 时间:
2018/7/26 9:55:00
上一页 [37] [38] [39] [40] [41] 42 [43] [44] [45] [46] 下一页