Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - tab
Search - tab - List
DL : 0
把文本信息加密到图片: 这个代码演示了把指定的文本信息加密后插入到图片文件中,并且可以进行读取图片解密文本信息,这个功能对于保护您的图片版权信息有着很大的作用。而且这个程序的一些界面特效也不错,如选项卡的动画滚动,窗体的淡入淡出的显示等编程思路值得学习。-make text message encryption to Photo : This code is the designated demonstration of the text messages encrypted inserted into image files, and can read text information declassified photographs, This function for the protection of your picture copyright information has a significant role. Moreover, the process of interface effects are quite good, such as the animation tab rolling Fade out of the window display of programming ideas worth learning.
Update : 2024-05-17 Size : 32768 Publisher : zepeng

一个多标签页的浏览器源代码例子,VC6编译,适合初学者-more than one tab of the browser source code examples VC6 compiler, for beginners
Update : 2024-05-17 Size : 8635392 Publisher : 哈哈哈

DL : 0
空格: 发弹 TAB: 换武器 方向键: 移动-spaces : rounds TAB : for key weapons : Mobile
Update : 2024-05-17 Size : 215040 Publisher : jiangxin

一个实现标签页的功能的ajax(javascrip)例子,希望对大家有帮助-achieve a tab of the function of the ajax (javascrip) example, we hope to help
Update : 2024-05-17 Size : 78848 Publisher : zoujian

DL : 0
利用系统热键可以方便用户的操作,比如经常使用的Alt + Tab可以快速切换窗口;Crtl + Alt + Delete键可以调出Windows任务管理器或重启机器;oicq软件也会注册系统热键方便用户的操作,等等。本程序就注册一个系统热键Alt + Z,在应用程序执行的任何时候只要按下该热键就会弹出一个消息对话框。 -system hotkeys can use user-friendly operation, For example, the regular use of the Alt-Tab window can quickly switch; Crtl-Alt-Delete keys could be released Windows Task Manager or the reopening of machinery; oicq software registration system hotkeys will be user-friendly operation, and so on. The procedure for registering a system hotkeys Alt Z, Application procedures for the implementation of any time by pressing the hotkey will pop up a message box.
Update : 2024-05-17 Size : 41984 Publisher : 梁衡升

DL : 0
用VC的多文档实现窗口的列表,在编写较复杂软件中,有帮助作用。-VC achieve the multi-document window to the list, in the preparation of complex software, help.
Update : 2024-05-17 Size : 58368 Publisher : jiao

delphi7企业人力资源管理系统 目 录 1、绪论 4 1.1 选题背景 4 1.2 本系统所采用的技术 5 2、系统分析 6 2.1 系统框架及功能模块 6 2.2 系统流程 7 2.3 系统的功能模块分析 8 2.3.1机构编制管理 8 2.3.2职员信息管理模块 9 2.3.3薪资福利管理模块 10 3、系统设计 12 3.1 系统的数据库设计 12 3.1.1组织机构编码表 12 3.1.2职员基本信息表 12 3.1.3个人所得税表 13 3.1.4职员奖励表 13 3.1.5月工资统计表 14 3.2 系统界面设计 15 3.2.1程序运行界面展示 15 3.2.2界面具体设计 16 结束语 17 参考文献 18-delphi7 Enterprise Human Resource Management System Contents 1. Introduction 4 1.1 4 1.2 topics background of the system used by the technical 5 2, System 6 2.1 framework and functional modules 6 2.2 7 2.3 system flow system analysis module 8 2 .3.1 producing eight management staff of the Information Management 2.3.2 modules 9 2.3.3 pay and benefits management module 10 3. System Design System 12 3.1 12 3.1.1 database design organizations Code 3.1.2 Table 12 staff basic information table 12 Table 3.1.3 personal income tax incentives staff of 13 3.1.4 3.1.5 Table 13 on wages TAB 14 3.2 15 interface design system running 3.2.1 interface to display specific interface 15 3.2.2 Design 16 1985 17 18 References
Update : 2024-05-17 Size : 379904 Publisher : 雷鸣

红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;将A的值通过数码管显示出来 -infrared remote control decoder (Compendium) ORG 0000H AJMP MAIN ORG 000 3H external interrupt INT0 address AJMP INT entrance to a break in service subroutine MAIN : MOV SP,# 40H MOV P1,# 00H CPU SETB EA opening set interrupted SETB Indium-Tin-Oxide Substrates INT0 trigger mode SETB EX0 INT0 request interrupted DSP : MOV R2,# 9 will be the remote control keys into A (0 ~ 9) MOV DPTR,# TAB1 VV : MOV A, R2 MOVC A, @ A DPTR photolithography A, interruptive JZ ABC DJNZ R2, VV ABC : MOV A, R2 MOV DPTR,# TAB; A digital value through the tube show
Update : 2024-05-17 Size : 1024 Publisher : ttforgo

代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a search of inspiration I said a code is : According to the Natural Language alphabet frequency of the size of precedence (has been for the State Statistical Analysis), Mr. into an alphabet frequency tables (A )--------( e), (t, a, o, i, n, s, h r), (d, l), (c, u, m, w, f, g, y, p, b), (v, k, j, x, q, z), again close to the mother language calculated frequency and frequency input precedence generate a secret letter to the mother TAB (B), Table 2 by the corresponding relations, use of the letters A to B to replace the letters of the alphabet, when unsuccessful search regression, Here is a retrospective key.
Update : 2024-05-17 Size : 4096 Publisher : rtshen

MySQLJspMo
DL : 0
使用说明:请您先正确设置数据库及JDBC驱动。 参考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.raofeng.com/love/kiss/archives/2006/13.html http://dev.mysql.com/downloads/connector/j/3.1.html下载JDBC驱动 先新建一数据库(默认名为jspmo)建立数据库及表格的命令都在sql.txt内,可以直接复制到数据库里运行。 默认管理员名为: admin ,密码为:jspmo.com 请修改config.jsp中的name(管理员名),password(管理员密码),sitename(留言本标题),copyright(版权信息). 以及conn.jsp中的host(数据库服务器主机),user(数据库用户名),pw(数据库密码),db(数据库名),tab(数据库表名)。-use : you first set the correct database and JDBC driver. Reference : http :// blog.raofeng.com/love/kiss/archives/20 06/16.html http :// blog.raofeng.com/love/kiss/archives/20 06/13.html http :// dev.mysql.com/downloads/connector/j/3. 1.html first JDBC Driver download a new database (known as the default jspmo) Establishment of the database and forms The orders are sql.txt, can be directly copied into the database operation. Administrators called default : admin, password : jspmo.com config.jsp please amend the name (administrator), password (administrator password), sitename (voice of the title), copyright (copyright information). conn.jsp and the host (the main database server Machine), the user (users of the database), pw (database password), db (database), tab (database).
Update : 2024-05-17 Size : 166912 Publisher : zgx

sdk写的,全部用api和消息实现,跟mfc对比下有很好的受益-sdk written, all with api and news achievement, compared with mfc under a very good benefit
Update : 2024-05-17 Size : 5120 Publisher : FANG

DL : 0
说明了CTabCtrl控件的用法,本人正在做一个项目,用到了该控件,和数据库MSDE,和串口通讯,由于公司规定所以不能完全上载工程,只是把前期做的工程和大家分享。-note CTabCtrl control of the use, I was doing a project, used in the control, and MSDE databases, and serial communications, the company provides as it is not fully available, just do the preliminary engineering and shared.
Update : 2024-05-17 Size : 1960960 Publisher : sumi

一个Atlas+ASP.NET2.0无刷新的TAB源代码,效果不错啊-an Atlas ASP.NET2.0 REFRESHING TAB source code, ah good results
Update : 2024-05-17 Size : 48128 Publisher : yyyong

DL : 0
VC实现的钩子程序设计,具体实现自己看代码吧,已通过运行测试!-the hook program design, specific code can achieve it, by running test!
Update : 2024-05-17 Size : 32768 Publisher : zhanghl

DL : 0
在linux环境下,对mapinfo格式地图操作(包括读、写等)的库文件以及源代码,用arm-linux-gcc编译过的。我就是用它完成了我们学校地图的显示及一些操作功能,平台是三星的s3c2410.-the linux environment, the right to operate MapInfo format maps (including reading, writing) of the library and source code, using arm- linux-gcc compiler before. I was using it completed a map of our school and show some operating functions, the platform of Samsung's s3c2410.
Update : 2024-05-17 Size : 5010432 Publisher : 张明杰

DL : 0
在网页中使用JAVASCRIPT切换TAB-In Web pages using JAVASCRIPT switch TAB
Update : 2024-05-17 Size : 10240 Publisher : zw

类似excel网格控件 ,是一个界面漂亮,使用方便的制表控件,性能稳定,无闪烁-Similar to excel grid control, is a beautiful interface, easy-to-use tab control, stable performance, no flicker
Update : 2024-05-17 Size : 84992 Publisher : lanc

DL : 0
c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,请给出错误信息。至少处理以下错误: (1)所有语法错误。C――的语法参见C――的文档; (2)语义错误: -c-language Parser. Reading into a C language program to determine that the procedure was not a legal C-language program. If the program has grammar and semantic error, please give an error message. At least deal with the following error: (1) all the grammar errors. C- the grammar, see C- documentation (2) semantic error:
Update : 2024-05-17 Size : 209920 Publisher : 红叶

DL : 0
一个被人忽略的控件CTabControl,实现页面切换,非常实用.-err
Update : 2024-05-17 Size : 1976320 Publisher : zhangping

程序演示了vc下读取mapInfo数据的功能,。包括.mif和.mid和.tab.-Procedures demonstrated vc MapInfo data under the read function. Including. Mif and. Mid and the. Tab.
Update : 2024-05-17 Size : 272384 Publisher : 王林方
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.