代码搜索:VC代码
找到约 10,000 项符合「VC代码」的源代码
代码结果 10,000
www.eeworm.com/read/369263/9657551
txt 完整代码.txt
--------------------------------------------
function view(a){if(a
www.eeworm.com/read/173436/9658264
dbf 设备代码.dbf
www.eeworm.com/read/173436/9658266
cdx 设备代码.cdx
www.eeworm.com/read/369069/9664170
asm 源代码.asm
www.eeworm.com/read/368391/9697641
doc 代码说明.doc
www.eeworm.com/read/171714/9741012
txt 代码说明.txt
1。串口程序和移植到MCS51的uCOS_II都是用uV2来运行的。本磁盘中没有提供uV2,需要的话,
到网上下载一个。
2。bc31是Borland C++3.1精简版,是用来编译和运行uCOS及其应用程序的。
3。Software中是uCOS操作系统及书中例题的代码。
4。使用uCOS和书中例题需要把bc31和Software都直接复制到C盘运行,如果要在其他磁盘上运行
则需要修改m ...
www.eeworm.com/read/269576/11090910
txt 代码说明.txt
启动代码汇编.主要是nasm的代码.大部分是Fat12格式的.
由writeos.com整理.
网址:http://www.writeos.com
WYOSBOOT.asm
nasm代码 Fat12格式
一个国内的操作系统的启动代码.作者一直在写并发布这份系统的代码,而且写了大量的相关教程.
这份引导程序是直接读取固定的Fat12分区并自动寻找加载文件的.将Fat1
www.eeworm.com/read/268507/11136349
txt 示例代码.txt
#include"stdafx.h"
#include
#include
#include
#include
#include
char *ReserveWords[42] = {"false","NULL","true","include","stdafx","ios
www.eeworm.com/read/410925/11264741
txt 写入代码.txt
if dlg2.Execute then
begin
DataSetExportExcel.ExportExcelFile(dlg2.Filename,true,dbgrid1);
showmessage('导出完成') ;
end;