搜索结果
找到约 22 项符合
EG 的查询结果
按分类筛选
其他 basica program eg
basica program eg,to
upload
单片机开发 MSP430 F149对外部SRAM(EG:62256)的操作
MSP430 F149对外部SRAM(EG:62256)的操作,可以正常读写,验证通过
软件设计/软件工程 动态sql语句基本语法 1 :普通SQL语句可以用Exec执行 eg: Select * from tableName Exec( select * from tableName )
动态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 = FiledNam ...
Linux/Unix编程 gtk_text program sample&eg
gtk_text program sample&eg
VC书籍 VC用法汇总 eg:(1)如何通过代码获得应用程序主窗口的指针?
VC用法汇总
eg:(1)如何通过代码获得应用程序主窗口的指针?
串口编程 dfefwe rthr rtgr eg
dfefwe rthr rtgr eg
单片机开发 屏的转换,eg,index to rgb323,rg565,and so on。
屏的转换,eg,index to rgb323,rg565,and so on。
单片机编程 支持USB PS2 UART SPI CRC功能的凌阳8位单
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复用。 ...
电子书籍 This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje
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 covere ...
Linux/Unix编程 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
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
*
inco ...