搜索资源列表
ServerScript
- ATL寫的DCOM程式,在服務上執行Serverscr ipt.exe /regserver 在客戶機上的VB程式只需要set scr=Createbject(\"Serverscr ipt.Server.1\", \"你的服務器名稱\") scr.CreateScrip(\"VBscr ipt\") scr.AddCode \"dim x : x=100\" msgbox scr.eval(\"x\") 可以看出scr ipt完全在Server上被執行.-ATL write
COMWR
- 这是一个串口通信的完整源代码,能够设置波特率和选择串行口,可以对程序进行修改以便各取所需。-This is a complete serial communication source code, be able to set the baud rate and select the serial port, you can modify the program in order to take what we need.
NodeAsp_v0.0.4
- NodeAsp是一套Classic ASP框架,借鉴了NodeJS的模块化思想,让您可以使用全新的理念愉快地书写ASP程序。 NodeAsp使用遵循CommonJS规范的require,完全兼容NodeJS模块加载方式,让您可以直接使用NodeJS 50 以上的模块。一切不关乎NodeJS运行环境和ES5-ES6特有对象的模块都能直接使用。如此庞大的模块资源库,这在以往任何ASP框架下都是没有的。-NodeAsp is a set of ASP Classic framework, usin