-
谢宾治三角形的输出算法的具体实现,采用动态规划算法,使用vc++6.0编写。...
谢宾治三角形的输出算法的具体实现,采用动态规划算法,使用vc++6.0编写。-Xie Bin Fan governance triangle output to achieve the specific algorithm using dynamic programming algorithm, vc 6.0 preparation.
- 2023-04-07 22:25:04下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
G.729协议编程例子
G.729协议编程例子-G.729 protocol program example.
- 2022-06-03 17:05:48下载
- 积分:1
-
改程序可以实现LED的不同节奏的闪烁 让单片机实现更美丽的功能...
改程序可以实现LED的不同节奏的闪烁 让单片机实现更美丽的功能-LED can be changed to achieve different rhythmic flashing MCU more beautiful so that the function of
- 2022-08-18 10:15:27下载
- 积分:1
-
With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole...
用c++编写的的中国联通SGIP协议,内容挺全。
MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket -With c++ Prepared by the China Unicom SGIP agreement, the contents of the whole ting. MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon PostMessage PostQuitMessage GetLastError CTime wsprintf KillTimer WinExec GetPrivateProfileString WritePrivateProfileString SetTextColor CAsyncSocket
- 2023-06-11 04:35:03下载
- 积分:1
-
很快
bpsk的算法实现,运行快,计算量少,误差小。-very fast
- 2022-10-27 15:10:04下载
- 积分:1
-
可进行加减乘除乘方运算,读取文本文件,可在文本里写:4+(2^2^3*4...
可进行加减乘除乘方运算,读取文本文件,可在文本里写:4+(2^2^3*4-120)*2 立刻计算出结果-a calculate that have functin of+-*/^,very good!
- 2022-04-13 08:02:49下载
- 积分:1
-
Chinese version of Windows programming (CHM), would like to help everyone
Windows程序设计中文版(CHM),希望对大家有帮助-Chinese version of Windows programming (CHM), would like to help everyone
- 2022-03-24 06:15:08下载
- 积分:1
-
查找含有 某些字符串的 文件。
查找含有 某些字符串的 文件。-search string containing some documents.
- 2022-08-07 12:00:36下载
- 积分:1
-
messagebox
调用Windows的API函数弹窗#includeint main(){ char a[] = "MessageBox"; MessageBox(0,a,"a", MB_OK); return 0;}
- 2023-08-28 02:50:07下载
- 积分:1