资源列表
UTFT
- 这个文件是TFT液晶显示屏的驱动库文件,适合arduino mega2560平台-this file is the drive library of TFT lcd,it is suitable for arduino 2560.
GMSK
- GMSK调制基带眼图仿真源代码,基于MATLAB-GMSK modulation baseband eye diagram simulation source code, based on MATLAB
AutodeskDWGMgdDBG
- Programming Autocad.net wizards
test0
- 下面的程式是将使用者的留言资讯加到 guestbook 留言资料表中。若要设定使用者认证功能,可在程式刚开始时检查,发留言者就可以确认身份,而读取留言就不必身份检查。这种设定可以防止不当发言,却又不会让留言功能只有少数人使用。-The following programs are added to the user s message guestbook message information data sheet. To set the user authentication function
test
- 程式的流程如下 送出填写意见的表格到使用者的浏览器上。 使用者填好后送出资料到伺服器。 伺服器将使用者填的资料整理后,存入档案。 利用 UNIX 的管道指令及 sendmail 程式将意见送给系统管理人员。 伺服器通知使用者意见已送出。-Process program are as follows Send comments to fill in the form to the user s browser. After the user sen
blindconv
- 图像解卷积,非常实用的源代码,可以直接运行的-image deconvolution
test2
- 用户界面线程示例: 在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。 -User interface thread example: &
test1
- 模拟一个耗时过程函数OnSomeLongProcess()来演示状态条中的进程状态格。这里简单地采用睡眠函数来模拟一个耗时过程。函数代码见程序1。 -A time-consuming process simulation function OnSomeLongProcess () to demonstrate the process status in the status bar grid. Here simply use sleep function to simulate a tim
test3
- 令n=2的m次方,A是一个2n维的数组,待求最大值的数存放在A(n),A(n+1),……A(2n-1)中,所求得的最大值置于A(1),于是算法描述如下: 输入:n=2的m次方个数存在数组A(n;2n-1)中; 输出:最大数置于A(1)中。 -So that n = m th power of 2, A is a 2n-dimensional array, to be seeking the maximum number stored in A (n), A (n+
code
- 包括很多的案列代码,博客系统,沟渠网站,售书系统等,使用。net-Including many text column code, blog systems, ditches website, bookselling system, to use. net
system
- 开发一个餐饮订餐程序,包含文字,数据库,代码,链接,-ni sdaf sadfa sdaf gsfgs dsfa
test4
- 大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
