-
Visual C++ MFC 入门教程,我觉得还可以
Visual C++ MFC 入门教程,我觉得还可以-MFC Visual C Directory entry, I felt that I could
- 2022-06-18 11:45:49下载
- 积分:1
-
记账
即时Excel记账没有任何宏或VBA代码。记账初学者有此工作簿中的两个表:总账和试算表。固定片设置在传统格式的复式簿记。这是试算表表计算从帐表结果。这只是一个Excel工作簿的教具来帮助学生理解借方和贷方的工作。会计有5大会计团体:资产费用股权,收入负债。你可以在总分类账中有几百个账户,但每个账户属于其中的5个主要群体。一旦你知道哪一组帐户属于那么很容易理解,帐户借方的信用。借方和贷方帐户相同的方式工作在资产和费用类借方增加;帐户中的金额,信用降低。但是,借方和贷方的其他工作3组相反的方式:负债,收入和权益;例如,借记卡将减少负债,以及信贷将增加。左边的T线你选择帐户借记在“帐户类型”栏。一个下拉框将允许你选择帐户。然后输入金额,在下一列。右边的T线侧选择帐户信贷和输入量。借方和贷方金额必须相符。你可以有一个三入境事务太。例如,如果你购买的商品的商业价值1000 21.5%税。对T线左边借方购买费用帐户净值823.25然后借记税务账户的176.95,这是税收收入偿还给你的。这增加了1000。再平衡交易计入AIB账户1000在右手侧的T线。切换到试算表表观察结果。的试算表表显示:1。试算平衡表2。损益表3。资产负债表迈克尔芬尼根,爱尔兰。星期五28十一月2014
- 2022-12-31 23:00:04下载
- 积分:1
-
使用wincap接收网卡数据
使用开源的wincap二次开发的以太网数据接收动态库,可使用其他软件平台VB,delphi,C#等调用,简单方便,在1G以太网时,连续稳定接收数据,经测试超过20MB/S。
- 2022-03-30 11:46:08下载
- 积分:1
-
vc系统开发代码精粹
本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编...
vc系统开发代码精粹
本书精选了40多个综合性实例,详细介绍了基于Visual C++的程序开发技巧和方法,内容涵盖了Visual C++的系统编程、界面编程、多媒体编程、数字图像编程、网络通信编程以及数据库/MIS开发等-vc system development code essence of this book has been selected more than 40 examples of comprehensive, detailed information based on the Visual C++ program development skills and methods, which covers the Visual C++ the system programming, interface programming, multimedia programming, digital image programming, network communications programming and database/MIS development
- 2022-04-30 02:30:59下载
- 积分:1
-
Procedure Description: This example shows how to use the 8051 Port 1 connected t...
程序描述:这个范例说明如何使用8051 的Port 1连接到四颗七段显示器,PORT 0的低4位分别控制这四颗共阳七段显示器,让四颗共阳七段显示器使用扫描的方式轮流显示数字。这四颗七段显示器将显示出自数字时钟PORT 2的P2.0和P2.1分别连接到2个弹跳按钮。*/-Procedure Description: This example shows how to use the 8051 Port 1 connected to four seven-segment display, PORT 0, low 4, respectively to control the total of four seven-segment display yang, so that a total of four seven-segment display yang way of using the scan rotation display the number. This four seven-segment display will show a digital clock from PORT 2 of the P2.0 and P2.1 are connected to the two bounce button.* /
- 2022-05-05 04:16:30下载
- 积分:1
-
模拟量输出,可实现计算机da控制输出,16位,性能可靠,稳定...
模拟量输出,可实现计算机da控制输出,16位,性能可靠,稳定-Analog output, enabling the computer da control output, 16-bit, performance, reliable and stable
- 2022-11-14 23:35:03下载
- 积分:1
-
Windows脚本技术是chm微软Windows脚本版本。
WINDOWS脚本技术是Microsoft Windows 脚本技术的CHM版。-WINDOWS scripting technology is the Microsoft Windows Script version of the CHM.
- 2022-03-18 02:20:39下载
- 积分:1
-
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professi...
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。
跟我一起写 Makefile-What is a makefile? Winodws many programmers may not know this thing, because those who have Windows-IDE for you to do this work, but I think we need to make a good and professional programmers, makefile or to understand. It
- 2022-03-21 17:11:40下载
- 积分:1
-
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行
针尖上的WEB服务器,轻量极,可是wince或其它嵌入系统上运行-tips on the Web server, light pole, but wince or other embedded operating systems
- 2023-02-24 02:00:03下载
- 积分:1
-
圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenh...
圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the promotion of this algorithm, arrived on January 4 pm yen, thus forming a general Circle Bresenham algorithm. Circle and the use of Bresenham algorithm to identify a point in the center of a circle (xc, yc), the radius R, Circle color color circle
- 2022-05-29 18:18:15下载
- 积分:1