-
移动列车过简支梁
说明: 利用MATLAB语言编制了移动荷载、移动质量、移动簧上质量过简支梁程序(The program of moving load, moving mass and moving spring mass over simply supported beam is compiled with MATLAB language.)
- 2021-03-31 19:39:09下载
- 积分:1
-
windows of network programming source with books, Microsoft core technologies St...
windows网络编程技术随书源码,微软公司核心技术书库!-windows of network programming source with books, Microsoft core technologies Stack!
- 2022-01-25 23:28:09下载
- 积分:1
-
umeng_sdk
友盟sdk, 包括分享 统计 用户反馈 检查更新等内容(umeng sdk, including the sharing of statistical user feedback to check for updates, etc.)
- 2012-10-22 22:27:16下载
- 积分:1
-
20131011_084912215
CF windowed sourceCF windCF windowed sourceowed sourceCF windowedCF windowed source source(CF windowed sourceCF windowed source)
- 2013-11-23 10:51:32下载
- 积分:1
-
eLife!
该程序基于C++、MFC、GDI+。使用ADO数据库访问技术。实现的主要功能包括备忘录、计划、节日、朋友生日的提醒等,同时拥有强大的查找功能。支持换肤和快捷的音乐播放。允许用户自制皮肤。eLife!的换肤功能全部由GDI+实现。(The program is based on c++, MFC, GDI+. Using ADO database access technology. Implementation of main functions include memos, plans and holiday, friends birthday reminder, have powerful search function at the same time. Supports avi and fast music playing. Allows the user to homemade skin. ELife! All by GDI+ realize change skin function.
)
- 2013-12-02 19:34:49下载
- 积分:1
-
ScrollViewButtonsAndLabels
Basic scroll view example Source Code for Andriod.
- 2013-11-22 15:13:15下载
- 积分:1
-
procedures on how to run the current machinery access card information.
介绍如何在程序运行时获取当前机器的网卡信息。-procedures on how to run the current machinery access card information.
- 2022-03-25 02:00:18下载
- 积分:1
-
H2RCode
carrydrop撒钱的例程,是repastJ软件的经典教程(throw money routines,It Is a classic repastJ software tutorials)
- 2021-04-15 16:48:54下载
- 积分:1
-
MifareOne-example
MifareOne读写例子,通过串口控制MifareOne射频卡的读写数据的VC++例程。调试通过。(MifareOne literacy example, through the serial control VC++ routine MifareOne RF card reader data. Debugging through.)
- 2014-08-05 21:59:56下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1