-
chapter7
C语言高级编程及实例剖析/王为青, 刘变红编著
ISBN号: 978-7-115-15423-1
出版发行项: 北京-人民邮电出版社 2007
光盘内容
附注项: 本书结合实例,深入浅出地介绍了C语言在主要应用领域的编程技术。全书共9章,分别为内存管理、文本屏幕界面设计、文件高级操作、图形图象、中断、通信技术、基本总线接口编程等。
附注项: C语言程序设计人员。
(C high-level programming language and examples of analysis/Wang Qing, Liu red for the ISBN number: 978-7-115-15423-1 published items: Beijing- People' s Posts & Telecom Press, 2007 CD-ROM of the contents of note: the book with examples, to learn more on the C language applications in the main programming. 9 book chapters, respectively, memory management, text-screen interface design, documentation of the advanced operators, graphic images, interruption, communications technology, such as the basic bus interface programming. Note item: C language programmers.)
- 2009-04-16 14:16:14下载
- 积分:1
-
ct46
说明: 计算不同的三分CANTOR集,可以由此验证WTMM的正确性(CANTOR different set of one-third can thus verify the correctness of WTMM)
- 2009-08-09 10:25:35下载
- 积分:1
-
LBM入门学习教材和程序
LBM入门学习的经典教材,泊肃叶流和方腔流C++代码,个人觉得是LBM入门学习的较好资料,希望有所帮助。(The classic learning materials about LBM & Poiseuille flow and square cavity flow with Visual C++. I hope they are helpful for LBM beginners.)
- 2020-12-15 13:39:13下载
- 积分:1
-
MFC 对话框如套接字程序服务端和客户端
MFC 对话框如套接字程序服务端和客户端 测试正常 初学者参考学习优化,先执行服务端再执行客户端,就看到客户端发送一个hello在服务端接收到!可以参考学习使用,对初学者有一定的帮助。
- 2022-07-12 11:53:13下载
- 积分:1
-
10_02
用分形插值算法生成云和山--《分形算法于程序设计》光盘(using fractal interpolation algorithm for generating clouds and the mountains-- "fractal algorithm in the program design" CD)
- 2005-03-08 10:40:22下载
- 积分:1
-
Student_management_sys
学生管理系统,主要功能实现学生信息的增删改查等等。(dfdf fredg dfgreasf )
- 2015-12-28 20:20:42下载
- 积分:1
-
111
zhigongcankao,zijixiede,hualehenchangshijian
- 2020-06-22 15:00:02下载
- 积分:1
-
mfc摄像头
通过USB读取PC摄像头,并实时显示出来。
- 2022-06-03 01:10:39下载
- 积分:1
-
openplant取数小程序
private void getHistoryDataSample_Click(object sender, EventArgs e)
{
if (!OPconnect())
{
return;
}
richShowData.AppendText("(取历史采样)请求ID: " + b_pointID.Text.ToString() + "
");
//创建一个空请求
int[] vec = { Convert.ToInt32(b_pointID.Text.ToString()) };
OPAPI3.OPTime end_time = new OPAPI3.OPTime();
OPAPI3.OPTime start_time = new OPAPI3.OPTime();
OPAPI3.OPTime interval_time = new OPAPI3.OPTime();
&n
- 2022-01-26 06:18:17下载
- 积分:1
-
tree1
四叉树分割 opencv 编写 读入灰度图 进行递归分割(Quadtree segmentation opencv read into grayscale prepared for recursive partitioning)
- 2021-04-27 21:08:45下载
- 积分:1