搜索资源列表
-
0下载:
3d界面编程,用汇编语言完成,源码编译之后很小,非常适合在windows下传播。-3d programming interface, complete with assembly language, compiler source code after a small, very suitable for the windows to spread.
-
-
0下载:
Microsoft Intermediate Language (MSIL)微软中间语言
这是一种类似Java字节码的语言,也是为了能在不同平台移植所生成的中间代码。具体过程如下:
MSIL是将.NET代码转化为机器语言的一个中间过程。它是一种介于高级语言和基于Intel的汇编语言的伪汇编语言。当用户编译一个.NET程序时,编译器将源代码翻译成一组可以有效地转换为本机代码且独立于CPU的指令。
-Microsoft Intermediate Language (MSIL), Mi
-
-
0下载:
该源码中有一个编译的词法语法语义的分析程序,三个处理及调度程序以及一个8255A的发声控制的汇编语言程序,希望对大家能有帮助-The compiler source code, there is a syntax of lexical semantic analysis of the procedure, three treatment and scheduling procedures, as well as an audible signal to control the 8255A ass
-
-
0下载:
C# TcpChatter源码包 - 基于Socket的聊天程序,相关说明:1) \TcpChatter\TcpChatter Tcp聊天程序源代码ChatClient 客户端程序
ChatServer 服务端程序
CHTCommon 公共程序集 封装了 TcpChatter 自定义通信协议
2) 编程工具 VS2008,语言 C#
3) Bin
ChatClient.exe、ChatServer.exe 、CHTCommon.dll程序集默认编
-