-
matlab30
最常用的MATLAB程序,有30个,可供初学者使用(The most commonly used MATLAB program, there are 30 available for beginners)
- 2011-01-01 09:51:24下载
- 积分:1
-
QueuingSystem
C++与MFC结合以实现的餐厅桌号预订系统(基本功能有:1、 餐厅提供小,中,大三种餐位;2. 每种餐位若干,每个餐位都有相应的编号;)3. 每种餐位使用收取的费用不同;
4. 每位客人根据就餐人数选择不同类型的餐位,系统则根据等待人数给用户生成一个等待号码,显示客人当前排号以及在他之前有多少位客人在等待。
5. 不同类型餐位都有自己的一个等待列,为客人生成的号码互不影响;
6. 支持查询指定号码所在的餐位;
7. 实现日志功能(记录每天所有餐位的使用状况,收入);
8.客人可以动态查看当前餐位使用情况(每种餐位当前排到多少号等)
(C++ with MFC combined to realize the restaurant the table No. booking system (basic functions: 1, the restaurant offers a small, three seats 2 bits of each meal, each seating has a corresponding number ) each seating fees charged each guest to choose different types of seating dining number, wait for the number to the user-generated a waiting number the show guests Arranging and before him the number of The guests in the waiting. 5 different types of seats has its own a waiting column the guests generated numbers independently of each other 6. Support to query specified number where seats 7 log function (recording daily use for all seats, income) 8. Guests can dynamically view the current usage of seating (each seating routed to what number, etc.))
- 2012-12-26 13:30:47下载
- 积分:1
-
CubeMX配置矩阵键盘
说明: Cube配置,IAR编写代码,实现4*4矩阵键盘模块的功能(Cube Configuration, IAR Coding, Implementing 4*4 Matrix Keyboard Module Function)
- 2020-06-21 16:40:01下载
- 积分:1
-
ant
aco code code aco to problem ant colony
- 2011-05-22 06:31:03下载
- 积分:1
-
c
说明: 问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。
编程思路:“心”形曲线的数学参数方程为:
(Of the problem: According to the " heart" -shaped mathematical curve parameter equation, drawing curves and output screen. Coordinates of points in the cycle show " LOVE" in the letter. Programming idea: " heart" -shaped mathematical curve parameter equation:)
- 2010-06-02 02:28:36下载
- 积分:1
-
C#读取文件内容显示在DataGridView表格中
Visual C#在DataGridView单元格中显示文本文件的内容,可以理解为,从外部读取文件内容,将其显示在DataGridView
单元格中,可以看出,本代码中使用了DataTable对象、OleDb.OleDbDataAdapter对象,外部文件的格式暂定为txt,其它格式需要相关解析组件支持,实现本功能并不难,以下几行代码就可大致实现:
string MyPath = System.IO.Directory.GetCurrentDirectory();
string MyConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+MyPath+";Extended Properties="text;HDR=yes;FMT=delimited";";
string MySQL = "select * from 季度订单.txt";
DataTable MyTable = new DataTable();
System.Data.OleDb.OleDbDataAdapter MyAdapter = new System.Data.OleDb.OleDbDataAdapter(MySQL, MyConnectionString);
MyAdapter.Fill(MyTable);
this.dataGridView1.DataSource = MyTable;
运行界面效果请参见下图,完整源码请在本页下载。
- 2022-03-20 07:42:37下载
- 积分:1
-
APQP
产品质量先期策划控制程序的相关文件,适用APQP流程的TS16949体系(Advanced Product Quality Planning control procedures of the relevant documents, for APQP process TS16949 system)
- 2010-01-23 18:45:40下载
- 积分:1
-
relay
here is a good code for reay please check it out guys
- 2014-10-16 14:44:45下载
- 积分:1
-
1234568
中文信息逆向分词程序 是用api实现的(Chinese Information reverse segmentation process is achieved by api)
- 2008-12-20 22:47:31下载
- 积分:1
-
TCPfiletransfer
这是一个采用TCP/IP协议进行文件传输的例子,对初学者有帮助。(This is a use of TCP/IP protocol for file transfer example, be helpful for beginners.)
- 2009-05-05 16:14:57下载
- 积分:1