basica program eg,to upload
上传时间: 2014-01-12
上传用户:13517191407
MSP430 F149对外部SRAM(eg:62256)的操作,可以正常读写,验证通过
上传时间: 2013-12-11
上传用户:xmsmh
动态sql语句基本语法 1 :普通SQL语句可以用Exec执行 eg: Select * from tableName Exec( select * from tableName ) Exec sp_executesql N select * from tableName -- 请注意字符串前一定要加N 2:字段名,表名,数据库名之类作为变量时,必须用动态SQL eg: declare @fname varchar(20) set @fname = FiledName Select @fname from tableName -- 错误,不会提示错误,但结果为固定值FiledName,并非所要。
标签: tableName Exec from Select
上传时间: 2016-08-27
上传用户:franktu
gtk_text program sample&eg
标签: gtk_text program sample eg
上传时间: 2017-01-09
上传用户:003030
VC用法汇总 eg:(1)如何通过代码获得应用程序主窗口的指针?
上传时间: 2014-01-15
上传用户:zhangzhenyu
dfefwe rthr rtgr eg
上传时间: 2017-05-17
上传用户:zuozuo1215
屏的转换,eg,index to rgb323,rg565,and so on。
上传时间: 2017-09-04
上传用户:xiaohuanhuan
1、 支持USB 1.1通讯协议;2、 支持高速(Full Speed、12Mbps )和低速(Low Speed、1.5Mbps )传输;3、 6MHz晶体,锁相环PLL振荡器提供高速、低速所需时钟源;4、 支持3个端口(endpoint),可独立编程为IN 或 OUT端口。5、 PS/2:支持PS/2协议(eg.鼠标),与USB复用。
上传时间: 2013-11-03
上传用户:hbsunhui
This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 version of the language. Not all of the language is covered (about 95%). You may use this booklet for your own personal learning purposes. You may not use it for profit (eg, selling copies of it, using it in a course for which people pay, etc). If you want to make use of it beyond these conditions, contact me and we can come to some arrangement.
标签: Architecture Computer Students together
上传时间: 2014-01-15
上传用户:wxhwjf
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as: * touching memory you shouldn t (eg. overrunning heap block boundaries) * using values before they have been initialized * incorrect freeing of memory, such as double-freeing heap blocks * memory leaks.
标签: distribution The Valgrind checking
上传时间: 2014-01-14
上传用户:xc216