代码搜索:visual basic

找到约 10,000 项符合「visual basic」的源代码

代码结果 10,000
www.eeworm.com/read/369655/9637434

v basic_base2_mul.v

// 通用N比特乘M比特的二进制乘法器 module basic_base2_mul(x_in, y_in, p_out); parameter N = 8, M = 4; input [N-1:0] x_in; input [M-1:0] y_in; output [N+M-1:0] p_out; reg [N+M-1:0] p_out; i
www.eeworm.com/read/415537/11064876

txt registry disassembled a basic tutorial.txt

Registry Disassembled a basic tutorial The registry is a hierarchical database that contains virtually all information about your computer's configuration. Under previous version of Windows, th
www.eeworm.com/read/414623/11107650

html at91rm9200-basic.html

www.eeworm.com/read/413417/11156923

mak ezkit_bf533_basic.mak

# Generated by the VisualDSP++ IDDE # Note: Any changes made to this Makefile will be lost the next time the # matching project file is loaded into the IDDE. If you wish to preserve # changes,
www.eeworm.com/read/413417/11156927

ldf ezkit_bf533_basic.ldf

/* ** LDF for ADSP-BF533. */ /* USE_FILEIO ** conditional flag; enables the File I/O Support, which is necessary ** for printf() to produce any output. */ //#define USE_FILEIO #include