-
用MFC编写一个小闹钟程序
教你使用MFC编写一个小闹钟程序,初步认识windows编程,提供初学者一个具体的实例。
- 2022-04-11 19:01:43下载
- 积分:1
-
asio sdk2.2
asio sdk2.2著名的Steinberg的ASIO标准相信对电脑音频熟悉的朋友一定知道。此标准以低延时、低CPU占用、高可靠性的特点霸占了PC专业音频的驱动标准。本SDK是开发任何ASIO不可或缺的最新套件,所有东西一应俱全,实在是好啊。-Steinberg
- 2022-06-14 04:18:16下载
- 积分:1
-
LPC2368 the first document, beginners must look at the yo
LPC2368的头文件,初学者一定要看的哟-LPC2368 the first document, beginners must look at the yo
- 2022-10-12 23:20:03下载
- 积分:1
-
用电子表格显示数据库内容
电子表格, 数据库内容
电子表格, 数据库内容Grid 表格多样色配置
- 2022-03-23 07:04:28下载
- 积分:1
-
经典的用于windows的flex的C++工具源码,是我找了很长时间找到这个好用的...
经典的用于windows的flex的C++工具源码,是我找了很长时间找到这个好用的-Classic flex for windows of the C++ Tools source, is looking for a very long time I found this useful
- 2022-06-21 01:26:44下载
- 积分:1
-
一种用VC++编写的新型的mp3,能够实现自动播放,添加歌曲,删除歌曲等功能...
一种用VC++编写的新型的mp3,能够实现自动播放,添加歌曲,删除歌曲等功能-A VC++ Prepared a new type of mp3, can realize automatic player, add songs, delete songs and other functions
- 2022-08-17 20:45:03下载
- 积分:1
-
今年百度之星程序设计大赛5月31日初赛的程序。
今年百度之星程序设计大赛5月31日初赛的程序。-Star program this year, Baidu Design Competition May 31 Preliminary procedure.
- 2022-07-04 19:43:43下载
- 积分:1
-
顺序表的基本运算
(1) 初始化顺序表L
(2) 依次采用尾插法插入a,b,c,d,e
(3) 输出顺序表L
(4) 输出顺序表L长度;...
顺序表的基本运算
(1) 初始化顺序表L
(2) 依次采用尾插法插入a,b,c,d,e
(3) 输出顺序表L
(4) 输出顺序表L长度;
(5) 判断顺序表L是否为空;
(6) 判断顺序表L 的第3个元素;
(7) 输出元素‘a’的位置;
(8) 在第4个元素位置上插入‘f’元素;
(9) 输出顺序表L
(10) 删除L的第3个元素;
(11) 输出顺序表L
(12) 释放顺序表L
-The order of the table basic operations (1) The initialization sequence table L (2) followed by tail-interpolation method into a, b, c, d, e (3) the output sequence table L (4) the output sequence of Table L length (5) to determine the order of the table is empty L (6) to determine the order of the table L, the first three elements (7) output elements of " a" position (8) in the first four elements in place insert the " f" element (9) the output sequence of Table L (10) to delete the first three elements of L (11) the output sequence of Table L (12) the release of the order form L
- 2022-03-19 16:49:15下载
- 积分:1
-
combobox更新的一个控件
combobox更新的一个控件-update a combobox controls
- 2022-01-26 18:09:31下载
- 积分:1
-
功能[ x,等,exitflag,输出,λ] = quadprog(H,F,A,B,AEQ,BEQ LB,UB,x0,期权…
function [X,fval,exitflag,output,lambda]=quadprog(H,f,A,B,Aeq,Beq,lb,ub,X0,options,varargin)
% X=QUADPROG(H,f,A,b) 求解二次规划:
% min 0.5*x *H*x + f *x subject to: A*x
- 2022-03-18 07:11:58下载
- 积分:1