搜索资源列表
scripttest_src
- 类似Javascr ipt/C的一个脚本语言。实现if, for, while and switch等声明,还支持integer, string and decimal等数据类型。-similar Javascr ipt / C in a scr ipting language. Achieve if, for, while and switch statements, also supports integer, string and decimal data types.
bastool
- 根据网卡生成加密-- 简单的应用 String command = \" c:/winnt/system32/ipconfig /all\" Process p = Runtime.getRuntime().exec(command)
REGISTRYwithUNICODE
- 在《COM技术内幕》一书的原码里面,有两个组件注册函数,但是经过我的运用,原来的代码不支持UNICODE,于是我将其用C++类封装,并替换相关的字符串函数,在VC6.0 DEBUG环境下可以编译通过,但Relese版本仍有问题-In the " COM technology inside," a source inside the book, there are two components of registration functions, but after I use
RwCardActiveX
- C#编写ActiveX控件,使用VS2008开发,亲测可用,里面两个方法int Test(int x, int y),string ShowMsg(),并提供IE调用的页面例子。 先用RegAsm.exe对控件进行注册,Cmd命令进入下载解压后的目录(cd命令应该会吧~-~),输入RegAsm.exe "RwCardActiveX.dll",注册成功 后用IE(ActiveX只认IE浏览器*_*)打开Test.htm就可以看到你想看到的东西啦~~(C# write Act