-
simple_information_management
一个vc6编写的小界面,
列表控件的学生信息管理。(Vc6 prepared a small interface, the list of student information management controls.)
- 2020-07-03 02:40:01下载
- 积分:1
-
IC_card
说明: 我自己写的西门子4442IC卡。有汇编语音也有C语音。(I wrote it myself 4442IC Siemens cards. There are also C compilation voice voice.)
- 2009-08-11 21:44:33下载
- 积分:1
-
3D-Promo
FLASH 3D 的简单实现。并实现360度自由拖拽。(FLASH 3D simple to achieve. And to achieve 360 degrees of freedom drag.)
- 2011-06-21 20:20:36下载
- 积分:1
-
SalaryManagement
C++和MFC做成的工资管理系统,结合SQL数据库(C++ and MFC make the wages of the management system, combined with the SQL database)
- 2009-03-11 16:18:46下载
- 积分:1
-
two-point-problem
打靶法求解两点边值问题
实例测试通过,可直接运行,并带有详细代码注释
采用全局收敛的牛顿-拉普森迭代算法求解编制问题
绝对物超所值!(Two-point boundary value problem
shooting method)
- 2020-12-15 21:19:14下载
- 积分:1
-
本文件实现串口发送功能 STM32F-DMA
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData()
* 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输
每当USART的发送缓冲区空时,USART模块产生一个DMA事件,
此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART
整个过程无需用户程序干预,用户只需启动DMA传输传输即可
在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止
串口依然发送,表明DMA传输是一个独立的过程。
同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
- 2010-08-06 16:30:24下载
- 积分:1
-
account
设计一个名为Account类。这个类包含:
(1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。
(2)一个名为balance的double型数据域,表示账户余额(默认值为0)。
(3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。
(4)一个无实参构造函数,创建一个默认账户。
(5)id、balance和annualInterestRate的访问器和更改器函数。
(6)一个名为getMonthlyInterestRate()的函数,返回月利率。
(7)一个名为withDraw的函数,从账户中支取指定金额。
(8)一个名为deposit的函数,向账户中存入指定金额。
画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
- 2013-06-01 13:21:54下载
- 积分:1
-
jicmp
java native实现的ICMP协议库,实现java ping。
- 2022-02-20 05:53:04下载
- 积分:1
-
无功补偿控制器源码
stm32f103zet控制AD7606进行数据采样的源码,256点32位fft变化,适合做交流采样使用。通过网口把数据上传到上位机。
- 2023-04-19 10:10:05下载
- 积分:1
-
TcpUdpTestTool
说明: 很强大的TCP/UDP测试工具,对于测试TPCServer高并发非常好用一直用的这个,强烈推荐使用!(Very powerful TCP / UDP testing tools, for testing TPCServer high concurrency very good use of this has been used, strongly recommended to use)
- 2020-06-22 17:00:02下载
- 积分:1