搜索资源列表
钢琴(C语言)
- 用C语言编写的钢琴,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,应用程序通过读取该文件,能播放音乐。是一种简单的音乐播放器的模型。-C language of the piano, their performances can also be prepared by the broadcast their music files. The latter song is its own document preparation, application procedures
PHP入门速成
- PHP是一种用于创建动态WEB页面的服务端脚本语言。如同ASP和ColdFusion,用户可以混合使用PHP和HTML编写WEB页面,当访问者浏览到该页面时,服务端会首先对页面中的PHP命令进行处理,然后把处理后的结果连同HTML内容一起传送到访问端的浏览器。但是与ASP或ColdFusion不同,PHP是一种源代码开放程序,拥有很好的跨平台兼容性。用户可以在Windows NT系统以及许多版本的Unix系统上运行PHP,而且可以将PHP作为Apache服务器的内置模块或CGI程序运行。
appendix
- 这个程序是自己编写的图像处理的程序希望对大家有帮助
USBQuDongSheJi
- 自己编写的关于USB驱动开发的一些基本知识,包括步骤及一般的驱动程序
ISAR转台成像
- 这是自己编写的程序,里面有详细说明
GA_SOURCE_CODE
- 二进制编码的遗传算法源程序,可以对此算法进行改进,编写出自己需要的程序-Binary-coded genetic algorithm source code, you can improve on this algorithm, write out the procedures they need
FileEditor
- 自己编写的简易的资源管理器,类似于在压缩程序中打开和选择文件,有新建、发送、返回上一层-I have written a simple resource manager, similar to the compression program to open and select the file, a new, send, return to the previous layer, etc.
MiniC_Design_Implementation
- 随着计算机科学技术的飞速发展,计算机技术被应用在了越来越广泛的领域,实现各种各样功能的计算机程序被大量地开发出来,应用在我们的生活、学习和工作当中。相应地,也产生了许多用以编写这些计算机程序的高级程序设计语言。程序编制者通过特定语言的编译器将自己编写的源程序翻译为特定机器上的目标程序,从而能够最终达到程序执行的目的。-With the rapid development of computer science, computer technology is used in an increasi
gan(1)
- PQ潮流分解法的输入输出程序,自己编写的,大家觉得有用就下-PQ trend of decomposition of the input and output procedures, I have written, we find useful on the next
zhushebie
- 自己编写的程序,请大家看看,不问题请和我联系-Write your own program, please take a look, no questions please contact me
perpetual-calendar
- 自己编写的简单C++万年历程序,里面包含三个程序,另外该程序还可以判断某一年是否为闰年。- have written a simple C++ calendar program, which includes three programs, while the program can determine whether a particular year a leap year.
test_MODBUS
- 业余时间自己编写的,已经测试通过!现在共享给论坛的兄弟姐妹用!谢谢你们的支持!记住程序员联合开发网-Spare time I have written has been tested! Now share with brothers and sisters to the Forum! Thank you for your support! Remember programmer joint open Portal
svn-book
- svn 是储存版本数据用的一个命令 熟悉掌握使用这个命令可以使自己编写的程序能够保存之前的版本-svn version of the data is stored using a command familiar with using this command can make the programs that can save the previous version
b
- 自己编写的程序,平常调试程序的必备工具。有用的matlab-To write your own program, the usual debugger indispensable tool. Useful matlab
C-chaoliujisuan
- 自己编写的C语言牛拉法电力系统潮流计算程序-Power flow calculation program written in C language cattle Rafah,
MMA7455
- 加速度传感器,自己编写的程序。已经测试过。-Acceleration sensor, write your own program. Have been tested.
1024点FFT的VHDL代码
- 自己编写的1024点FFT的代码,里面含有说明,程序和仿真波形,课程设计格式,编译通过,程序可以作为参考
max7215---test
- 自己编写的程序,自己做的板子,并且调试成功了,可以下载使用的程序-I have written a program, do their own board and debugging successful, the program can be downloaded for use. .
ZIDONG---CESHI11
- 自己编写的程序,并且调试成功了,可以下载使用的程序-I have written a program, do their own board and debugging successful, the program can be downloaded for use. .
对外部程序进行控制实现操作自动化
- 本文讨论如何对外部程序进行控制,实现操作自动化的各种方法。在实际工作中,经常会遇到需要对现有的其它人编写好的程序窗口中的文本框、按钮等各种控件进行输入、点击等控制,从而实现操作自动化。由于这类程序是由别人编写的,自己没有原程序,无法通过修改程序,实现对程序的控制,所以我们只能另想办法。在现实中,可以把程序窗口分成两类,一类是标准的windows窗口,另外一类是网页式窗口,对于这两类窗口中的控件,其控制方法是不同的,下面分别进行介绍。(This article discusses ways to