资源列表
flash2013
- Flash源码源文件,音箱音响公司flash片头动画,欢迎喜欢Flash的朋友们多多关注-Flash source code source file, speakers sound company Flash head animation, welcome like Flash friends more attention
pong_game
- pong game on spartan 3e (verilog)
1-1-1ASS
- 1-1-1 neural network
fw
- 算机取证界的权威软件X-Ways forensics的中文使用帮助,在网上很难找到的,chm格式-Computer forensics software, an authority on X-Ways forensics Chinese use the help of the Internet is very difficult to find, chm format- forensics software, an authority on X-Ways forensics Chinese us
SmartArabizerLoc
- this app for arabic smart phone
viexample
- 此文件包含了大量的LabView的实际操作实例,简单易学-This file contains a large number of LabView examples of the actual operation, easy to learn
SerieEsercizi
- some c++ exercise with solutions. Useful to test your knowledge for C-some c++ exercise with solutions. Useful to test your knowledge for C++
zbzwlzxksxt
- 如果遇到MD5加密文件,而又不知道的密码的, 请在数据库中换上这组加密的数据吧 下面是 admin 的加密代码: 16位加密 7a57a5a743894a0e 32位加密 21232f297a57a5a743894a0e4a801fc3 admin888的MD5加密码 16位:469e80d32c0559f8 32位:7fef6171469e80d32c0559f88b377245 如果你在调试程序时验证码不能显示,请双击(解决SP2验证码问题.reg)文件
ERP
- 企业资源计划管理系统 小巧玲珑 适合做毕业设计-this is a erp system so sweet kao
h3lcdtest
- 很好的DSP5416学习的程序,实验可以完全通过的,提高DSP水平很有帮助-DSP5416 a good learning process, experiments can be fully adopted by the DSP to improve the level of useful
bitree_functions
- 实现严蔚敏《数据结构》一书中,涉及到的二叉树所有算法,包括二叉树的一些基本功能,并利用这些基本功能进行查找,排序等,代码长度总计约1000行-accomplish all the alogrithm which has something to bitree in the textbook named<data structure> written by Weimin Yan,including searching ,re_sequence,and so on .What s mor
Morris
- Qt中使用信号和槽机制来完成对象之间的协同操作。简单的说,信号和槽都是函数,比如单击窗口上的一个按钮想要弹出一个对话框,那么就可以将这个按钮的单击信号和定义的槽关联起来,在这个槽中可以创建一个对话框并且显示。这个单击这个按钮时就会发射信号,进而执行槽来显示一个对话框。-Qt signals and slots mechanism is used to complete the cooperative operation between objects. Simply put, signals a