Welcome![Sign In][Sign Up]
Location:
Search - x40

Search list

[OS programexploit

Description: 这段代码执行后将打印\"Exploit By M80 !\"出来,,每台机器的环境不一样,大家测试的时候将 \\x20\\x10\\x40\\x00(0X00401020)改成适合自己机器环境的地址。 本文不讨论溢出的原理,关于这方面的文章网上很多,感兴趣的可以自己去查询 相关资料.
Platform: | Size: 939 | Author: 田浩 | Hits:

[OS programexploit

Description: 这段代码执行后将打印"Exploit By M80 !"出来,,每台机器的环境不一样,大家测试的时候将 \x20\x10\x40\x00(0X00401020)改成适合自己机器环境的地址。 本文不讨论溢出的原理,关于这方面的文章网上很多,感兴趣的可以自己去查询 相关资料.-Implementation of the code will print
Platform: | Size: 1024 | Author: 田浩 | Hits:

[SCMX4045

Description: x5045接口程序,C51,X5045是带4Kb SPI EEPROM的CPU监控器(看门狗和电源监控)-X5045 interface program, C51, X5045 is 4Kb SPI EEPROM with the CPU monitor (watchdog and power monitors)
Platform: | Size: 388096 | Author: zhoubing | Hits:

[ActiveX/DCOM/ATLoooo

Description: 用write_com(0x80+0x00+X)确定显示的字符在第一行的X列 用write_com(0x80+0x40+Y)确定显示的字符在第二行的Y列 write_data(XX) 是写数据,XX是FONT TABLE. 注意:这里en,rs分别接的是P3^4,P3^5;数据口接的是P0口。先要初始化.-With write_com (0x80+0 x00+ X) to determine the characters displayed in the first line of the X series with write_com (0x80+0 x40+ Y) to determine the characters displayed in the second line of the Y out write_data (XX) is to write data, XX is the FONT TABLE. Note: This en, rs, respectively, then the P3 ^ 4, P3 ^ 5 data I received is that I P0. Initialized first.
Platform: | Size: 2048 | Author: cch | Hits:

[Finance-Stock software systemw

Description: 大智慧买股简单的事情,华尔街选股生命线_DLL 会用的是宝贝-// FxjFunc.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "FxjFunc.h" #include<math.h> BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break } return TRUE } //计算收盘价的均价,一个常数参数,表示计算周期 //调用方法: // MYMACLOSE(5) __declspec(dllexport) int WINAPI A(CALCINFO* pData) { #define cc(i) pData->m_pData.m_fClose int nPeriod=10,i float x05=0.5f,x40=4.0f,xx50=-5.0f,x100=10.0f float z10,z20,z2c,z24,z14,z30,zx float f2 int dd=pData->m_nNumData+10 float*qa1,*qa2,*qa3 qa1=new > Downloads > 源码/资料 > *行业应用
Platform: | Size: 1024 | Author: dd | Hits:

[VHDL-FPGA-Verilogm_sequencer

Description: m序列发生器,长度可以变化,此处使用长度为40 的移位寄存器。反馈函数使用的是:x40+x5+x4+x3+1-m sequence generator, the length can be varied. here the length of the shift register is 40. Feedback function : x40+ x5+ x4+ x3+1
Platform: | Size: 137216 | Author: 李雪茹 | Hits:

[Windows Developunicode_program

Description: 我做过GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... -gbk unicode program course u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table+ (c1-0x81)*0xbf+ c2-0x40 ) : 0x1fff } ============================== //const u32 mb_gb2uni_size = 24066 u16* const mb_gb2uni_table = (u16*) "\x02\x4e\x04\x4e\x05\x4e\x06\x4e\x0f\x4e\x12\x4e\x17\x4e\x1f\x4e\x20\x4e\x21\x4e\x23\x4e\x26\x4e\x29\x4e\x2e\x4e\x2f\x4e\x31\x4e" "\x33\x4e\x35\x4e\x37\x4e\x3c\x4e\x40\x4e\x41\x4e\x42\x4e\x44\x4e\x46\x4e\x4a\x4e\x51\x4e\x55\x4e\x57\x4e\x5a\x4e\x5b\x4e\x62\x4e"
Platform: | Size: 37888 | Author: kaifa | Hits:

[Otherunicode_program

Description: unicode编程的各种知识 GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... LZ的表格查起来得多慢呀...不敢想像 ============================== 附转换函数如下 -unicode program u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table+ (c1-0x81)*0xbf+ c2-0x40 ) : 0x1fff } ============================== //const u32 mb_gb2uni_size = 24066 u16* const mb_gb2uni_table = (u16*) "\x02\x4e\x04\x4e\x05\x4e\x06\x4e\x0f\x4e\x12\x4e\x17\x4e\x1f\x4e\x20\x4e\x21\x4e\x23\x4e\x26\x4e\x29\x4e\x2e\x4e\x2f\x4e\x31\x4e" "\x33\x4e\x35\x4e\x37\x4e\x3c\x4e\x40\x4e\x41\x4e\x42\x4e\x44\x4e\x46\x4e\x4a\x4e\x51\x4e\x55\x4e\x57\x4e\x5a\x4e\x5b\x4e\x62\x4e"
Platform: | Size: 43008 | Author: rosex | Hits:

[OtherIBM-X40

Description: x40拆机图文详解非常仔细的,需要的可以-x40 disassemble graphic Xiangjie very carefully, you need to be able to look at
Platform: | Size: 6456320 | Author: weilin | Hits:

[Technology ManagementMD2-x40

Description: 用于两轴焊接机程序,可以同时焊接两条边自动找原点等操作-Procedures for the two-axis welding machines, welding two sides can automatically find the origin of the other operations
Platform: | Size: 784384 | Author: 滕改 | Hits:

[Other1802v2(Bios IBM)

Description: 1802v2\IBM ThinkPad T40
Platform: | Size: 4323328 | Author: nopper11 | Hits:

CodeBus www.codebus.net