Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - engine
Search - engine - List
c#做的一个xp_2K下的门禁代码,比如是机房管理系统,需要用户以及密码才能登陆进系统的门槛。学习交流!-do a xp_2K under the doors code, for example, is the engine room management system, requiring the user and password to log into the system threshold. Study exchanges!
Date : 2008-10-13 Size : 12.31kb User : 边缘人

The Windows Presentation Foundation (WPF) changes all this by introducing a new model with entirely different plumbing. Although WPF includes the standard controls you’re familiar with, it draws every text, border, and background fill itself. As a result, WPF can pro- vide much more powerful features that let you alter the way any piece of screen content is rendered. Using these features, you can restyle common controls such as buttons, often with- out writing any code. Similarly, you can use transformation objects to rotate, stretch, scale, and skew anything in your user interface, and you can even use WPF’s baked-in animation system to do it right before the user’s eyes. And because the WPF engine renders the content for a window as part of a single operation, it can handle unlimited layers of overlapping con- trols, even if these controls are irregularly shaped and partially transparent.
Date : 2008-10-13 Size : 9.23mb User : 邵云鹏

ResBorn 是一种高效方便的多语言引擎,它的工作模式如下: 1.导出字符串: 枚举指定PE文件(可以是当前进程的EXE文件)中的所有资源,把其中语言相关的字符串(对话框、菜单、字符表)导出为 LNG 格式的语言字符串列表(UNICODE带BOM的文本文件),用户可以使用任何文本编辑器编辑它。 2. 导入字符串:枚举指定PE文件(可以是当前进程的EXE文件,有自动退出更新机制)中的所有资源,根据1中所述的LNG文件,把特定的字符串更改结果回写到资源中,完成一个多语言版本的重构工作。 其中,步骤一可省略,开发者可以提供原始的语言文件。步骤二仅在切换语言时调用,正常运行时不需要耗费任何的性能损失(根本不用干活),和MUI方式一样。 简而言之,ResBorn 是一个 Win32 PE 资源专用解析引擎! 更进一步地,你可以根本不用考虑多语言引擎,因为 ResBorn 本身提供了一个使用 ResBorn Engine 的工具(名字就叫 ResBorn),可以认为是一个专用资源汉化工具(或者英化?等)。使用 ResBorn 工具,可以INI格式的语言字符列表,修改后回写到EXE/DLL文件中,即可得到一个新语言版本的程序。(理论上针对任何PE有效,不需要在程序中做什么工作,即,对任何第三方程序可用)
Date : 2008-10-13 Size : 83.08kb User : 张京

采用vb编程,实现在Timer控件中调用RDS技术把采集到的发动机振动信号数据传送到远程的服务器数据库中-used vb programming, to achieve the Timer control Calling RDS technology to the acquisition of the engine vibration signal data to a remote database server
Date : 2008-10-13 Size : 1.06kb User : 任之颖

Please excuse my english... It's so bad :) Hacker Disassembler Engine, or HDE, is small disassembler engine, which intend to code analyse. HDE get length of command, prefixes, ModR/M and SIB bytes, opcode, immediate, displacement, relative address, etc. For example, you can use HDE when writing unpackers or decryptors executable files, because more others disassemblers too big, get only disasm listing and aren't intended for code analys, but more simple length disassemblers usually get too little info. HDE get enough info to analyse, but it has very small size. HDE package include DLL, objects, headers files and and source. + support MMX, SSE, SSE2, SSE3, 3DNow! instructions + high-speed & small size (coded in assembler ;) + compatibility with most coding language To disassemble should call hde_disasm function: DWORD hde_disasm( void *pCode // pointer to code HDE_STRUCT *pHDE_STRUCT // pointer to structure HDE_STRUCT ); Function return length of command and fill structure HDE_STRUCT: struct HDE_STRUCT { BYTE len; // length of command BYTE p_rep; // rep/repnz/.. prefix: 0xF2 or 0xF3 BYTE p_lock; // lock prefix 0xF0 BYTE p_seg; // segment prefix: 0x2E, 0x36, 0x3E, 0x26, 0x64, 0x65 BYTE p_66; // prefix 0x66 BYTE p_67; // prefix 0x67 BYTE opcode; // opcode BYTE opcode2; // second opcode, if first opcode equal 0x0F BYTE modrm; // ModR/M byte BYTE modrm_mod; // - mod byte of ModR/M BYTE modrm_reg; // - reg byte of ModR/M BYTE modrm_rm; // - r/m byte of ModR/M BYTE sib; // SIB byte BYTE sib_scale; // - scale (ss) byte of SIB BYTE sib_index; // - index byte of SIB BYTE sib_base; // - base byte of SIB BYTE imm8; // immediate imm8 WORD imm16; // immediate imm16 DWORD imm32; // immediate imm32 BYTE disp8; // displacement disp8 WORD disp16; // displacement disp16, if prefix 0x67 exist DWORD disp32; // displacement disp32 BYTE rel8; // relative address rel8 WORD rel16; // relative address rel16, if prefix 0x66 exist DWORD rel32; // relative address rel32 }; Opcode and len fields always exist, others are optional and depend of command. If field's value equal zero, then it isn't existing. Note: HDE work only with 32-bit commands of x86 processors !
Date : 2010-10-14 Size : 22.9kb User : sys0007

采用vb编程,实现在Timer控件中调用RDS技术把采集到的发动机振动信号数据传送到远程的服务器数据库中-used vb programming, to achieve the Timer control Calling RDS technology to the acquisition of the engine vibration signal data to a remote database server
Date : 2025-12-29 Size : 1kb User : 任之颖

c#做的一个xp_2K下的门禁代码,比如是机房管理系统,需要用户以及密码才能登陆进系统的门槛。学习交流!-do a xp_2K under the doors code, for example, is the engine room management system, requiring the user and password to log into the system threshold. Study exchanges!
Date : 2025-12-29 Size : 114kb User :

可以实现VB界面的XP风格化…… 支持数10中控件及对话框-VB can interface of XP Style ... supports several 10 controls and dialog
Date : 2025-12-29 Size : 68kb User : 曹桅

使VB自带的控件(textbox、combobox、command等)实现XP风格-make VB controls (textbox, combobox, command, etc.) to achieve XP style
Date : 2025-12-29 Size : 101kb User : ybb

目前的搜索引擎产生的搜索结果过于庞大和杂乱,用户难以从大量的结果集中快速找到自己感兴趣的信息。 为了便于用户浏览,利用文档聚类算法将搜索结果自动聚类,形成一个类似文件夹的层次结构是一种好的方法。 传统的文档聚类算法,所产生的聚类结果簇没有可读性,不适于直接应用于网页的聚类。 -The current generated by the search engine search results is too large and cluttered, the user can hardly concentrate on the results from a large number quickly find information of interest to them. In order to facilitate users to browse, use the document search results clustering algorithm auto-clustering, create a similar folder hierarchy is a good method. Traditional document clustering algorithm, clustering results generated by the cluster is not readable, not suitable for directly applied to the cluster page.
Date : 2025-12-29 Size : 58kb User : 林健

The Windows Presentation Foundation (WPF) changes all this by introducing a new model with entirely different plumbing. Although WPF includes the standard controls you’re familiar with, it draws every text, border, and background fill itself. As a result, WPF can pro- vide much more powerful features that let you alter the way any piece of screen content is rendered. Using these features, you can restyle common controls such as buttons, often with- out writing any code. Similarly, you can use transformation objects to rotate, stretch, scale, and skew anything in your user interface, and you can even use WPF’s baked-in animation system to do it right before the user’s eyes. And because the WPF engine renders the content for a window as part of a single operation, it can handle unlimited layers of overlapping con- trols, even if these controls are irregularly shaped and partially transparent.-The Windows Presentation Foundation (WPF) changes all this by introducing a newmodel with entirely different plumbing. Although WPF includes the standard controls you refamiliar with, it draws every text, border, and background fill itself. As a result, WPF can pro-vide much more powerful features that let you alter the way any piece of screen content isrendered. Using these features, you can restyle common controls such as buttons, often with-out writing any code. Similarly, you can use transformation objects to rotate, stretch, scale, and skew anything in your user interface, and you can even use WPF s baked-in animationsystem to do it right before the user s eyes. And because the WPF engine renders the contentfor a window as part of a single operation, it can handle unlimited layers of overlapping con-trols, even if these controls are irregularly shaped and partially transparent.
Date : 2025-12-29 Size : 9.23mb User : 邵云鹏

ResBorn 是一种高效方便的多语言引擎,它的工作模式如下: 1.导出字符串: 枚举指定PE文件(可以是当前进程的EXE文件)中的所有资源,把其中语言相关的字符串(对话框、菜单、字符表)导出为 LNG 格式的语言字符串列表(UNICODE带BOM的文本文件),用户可以使用任何文本编辑器编辑它。 2. 导入字符串:枚举指定PE文件(可以是当前进程的EXE文件,有自动退出更新机制)中的所有资源,根据1中所述的LNG文件,把特定的字符串更改结果回写到资源中,完成一个多语言版本的重构工作。 其中,步骤一可省略,开发者可以提供原始的语言文件。步骤二仅在切换语言时调用,正常运行时不需要耗费任何的性能损失(根本不用干活),和MUI方式一样。 简而言之,ResBorn 是一个 Win32 PE 资源专用解析引擎! 更进一步地,你可以根本不用考虑多语言引擎,因为 ResBorn 本身提供了一个使用 ResBorn Engine 的工具(名字就叫 ResBorn),可以认为是一个专用资源汉化工具(或者英化?等)。使用 ResBorn 工具,可以INI格式的语言字符列表,修改后回写到EXE/DLL文件中,即可得到一个新语言版本的程序。(理论上针对任何PE有效,不需要在程序中做什么工作,即,对任何第三方程序可用)-err
Date : 2025-12-29 Size : 99kb User : 张京

该程序可以实现内燃机尺寸链的校核,程序的界面右侧可以看到各个尺寸的设置,输入这些尺寸参数,即可进行尺寸链的校核计算,判断气门是否会和活塞顶部碰到,为实现气门系统的优化提供有利工具。 程序中,在E盘需要输入设计者设计的凸轮型线,第1列为曲柄转角,第2列为进气门升程,第3列为排气门升程。程序中有个angle.txt文件,为编程者提前输入的一个凸轮型线,将其放在e盘根目录下,该程序即可应用-The program can check the internal combustion engine-size chain, the program interface can be seen in all the right size settings, the importation of these dimensions to make a chain of check-size calculation to determine whether the valve and piston at the top of encounter, To achieve optimized valve system to provide an enabling tool. Procedures, in the E site designers need to enter cam design, paragraph 1, as a crank angle, as No. 2 intake valve lift, 3 as exhaust valve lift. Proceedings have angle.txt document programmers entered in advance of a cam, put e packing directory, the program can be applied
Date : 2025-12-29 Size : 92kb User : 唐娟

VC写的文件搜索器,用到了目录树。目录树代码效率一般。-VC to write a document search engine, use the directory tree. Directory tree code efficiency in general.
Date : 2025-12-29 Size : 92kb User : xnby

3D游戏:实时渲染与软件技术一书的源代码,包含了Fly3D 3D 实施引擎API-3D game: real-time rendering technology and software source code book, including the implementation of Fly3D 3D engine API
Date : 2025-12-29 Size : 54.61mb User : tyss

基于车辆动力学的作战坦克仿真源码,能较真实地模拟车辆的运动性能。-Tank Simulator is a software tool to simulate a battle Tank based on its vehicle dynamics. Vehicle dynamics allow simulations to contain parameters that most clearly approximate the dynamic performance of the vehicle. Tank Simulator is still under development and currently simulates only few vehicle parameters like weight, dimension, velocity, suspension and braking effects. The complete version will be one which will have all the vehicle parameters included and exhibits Track-Terrain interaction. The developmental activity uses a computational engine called Open Dynamics Engine (ODE), which is an industrial standard library to simulate articulated bodies. It provides interactive or real-time simulation. 3D Visual environment of the simulator uses a Graphics Library that is packaged with ODE. Functions have been added to this library to suit to the application’s need. The complete software is packaged as an integrated environment in Visual C++.
Date : 2025-12-29 Size : 1.4mb User : 王刚

DL : 0
站内搜索登陆模块 非常好用 非常榜 -good seach engine ,well done
Date : 2025-12-29 Size : 9kb User : 赵渭

上柴发动机电控系统通讯协议下载[1].part1-On the diesel engine electronic control system communication protocol to download [1]. Part1
Date : 2025-12-29 Size : 908kb User : 宋海

DL : 0
vb arcgis开发,arcgis engine 地图源代码,供大家学习-vb arcgis
Date : 2025-12-29 Size : 154kb User : wyj

Simple desktop search engine designed to search windows file
Date : 2025-12-29 Size : 1020kb User : xiaobao
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.