搜索资源列表
第三章 客户端中文输入法的处理演示代码
- 第三章 客户端中文输入法的处理演示代码.rar 谢谢支持!- The third chapter customer end Chinese input method processing demonstration code rar thanks the support!
list123456
- 数据结构中的链表的实现,编完之后才发现 原来这么简单-data structure objectlist the realization End series after it was found that simple! !
库存管理信息系统
- 这是一个适合powerbuilder9初学者的一个很好的范例,内含丰富的连接数据库的知识,是一个非常好的数据库开发应用前端应用的学习资料.-this is a suitable powerbuilder9 beginners a good example, containing rich connect to the database of knowledge, is a very good database front-end application development and appli
zutai04
- 组态软件设计客户端实例- Configuration software design customer end example
zutai05
- 组态软件设计服务端实例- Configuration software design service end example
2
- vc++程序员技术大全的配套源代码,这是第二章,陆续发完。-vc++ programmers Guinness matching technology source code, this is the second chapter, one after another fat END.
Rei07
- 求質數法 判斷n是否為質數 時,將n除以n以下的整數直至2為止,以觀察n能 除盡,這時如有被除盡的數,便被視為非質數而脫離出回圈。到了最後如無除盡的數,則此數即為質數。-Seeking qualitative method to determine whether the prime number n to determine whether the prime number n will be n divided by n integers until 2 the followi
End-of-Chapter_Problems
- Simon Haykin著《自适应滤波器原理》习题解答chapter1~chapter17-Simon Haykin Adaptive Filter Theory--ercises to answer chapter1 ~ chapter17
maze
- 用堆栈实现迷宫求解问题 基本思想: 若当前位置可以通过,则压入栈中,否则探求下一位置,若走不通,则回朔,迷宫大小:M*N.迷宫设置自定义。 求解迷宫问题的简单方法是:从入口出发,沿某一方向进行探索,若能走通,则继续向前走;否则沿原路返回,换一方向再进行探索,直到所有可能的通路都探索到为止。 为避免走回到已经进入的点(包括已在当前路径上的点和曾经在当前路径上的点),凡是进入过的点都应做上记号。-Maze with the stack to achieve the basic ide
HammingDecoder
- -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee U
book10072001.tar
- 这些GTK+程序都是基于常用的API来实现熟悉这些API为目的,能很快的帮助学者入门。比如最常见的例子,这个处理窗口关闭和退出按钮。关窗(或触及退出按钮)可能不会导致适用exiting.按Ctrl- C在终端窗口或使用kill命令可以实现结束窗体的执行。 -These procedures are based on GTK+ the API used to achieve familiar with the API for the purpose, can help scholars ent
transparent_st
- PB中的静态文本控件可以设置各种不同的背景色,但没有办法设置为透明色,这在某些特殊界面设计要求时显得心有余而力不足。本文提供一种实现透明文本的简单方法,并不需要借助API。方法如下: 1、 建立一个工作空间(workspace),取名为:transparent_st。 2、 建立一个应用(application),取名为:transparent_st。 3、 建立一个可视用户对象,uo_transparent_st,类型为statictext,定义下列变量: boolean i
Source_Code_of_Mastering_Enterprise_JavaBeans_3.0.
- 精通EJB3.0随书源码。《精通EJB3.0》是关于EJB 3.0的专业技术教程,专注于EJB的概念、方法、开发过程的介绍。同时,本书还研究许多高端的EJB知识,使得开发者能够真正理解和掌握EJB,实践出真知。通过阅读此书,开发者将精通EJB。这是该书的源代码。-Good source book with EJB3.0. " Proficient EJB3.0" of EJB 3.0 is on the professional and technical curricula,
5080309330_6
- 该序列存储在一组连续的空间(数组)中,各个元素之间具有先后关系,按照此关系各个元素呈现出一条线状的序列,如a1,a2,a3,…,an-1, an。 该序列中除第一个元素(称首元素)外,每个元素有且仅有一个直接前驱元素; 除最后一个元素(称尾元素)外,每个元素有且仅有一个直接后继元素。 - The sequence is stored in a group of contiguous space (an array)
bczm04
- 《编程之美》随书源代码(第四部分,完)第4章 数学之趣 ——数学游戏的乐趣 -" The Beauty of Programming," With the source code for the book (Part IV, End) Chapter 4 Math Fun- Fun Math Games
GasStation
- 该加油站管理系统,通过前台软件对后台数据库进行操作-The gas station management system, through the front of the back-end database software to operate
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the server side multiple threads t
Classicprograms5
- 取一个整数a从右端开始的4~7位。 程序分析:可以这样考虑: (1)先使a右移4位。 (2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4) (3)将上面二者进行&运算。-Take an integer a from the right end of the beginning of the 4 to 7. Program analysis: can be considered: (1) first make a right shift 4. (2) se
zhancaozuo
- 栈操作的正确性 Time Limit:1000 ms | Memory 对输入序列执行一组栈操作,判断操作是否正确。 Input 每行是一个测试用例,表示一个操作序列。操作序列由P和Q两个符号组成,P表示入栈,Q表示出栈。操作序列长度不超过1000。 Output 对每个操作序列,若操作序列正确,即操作结束时栈中刚好为空,则输出Y; 若操作序列有错误,如栈空时执行出栈操作,或操作结束时栈中不空,则输出N。 -The correctness of the
comm
- AVR系列高档8位单片机串口通讯子程序很好用的奥-Series of high-end 8-bit AVR microcontroller serial communication subroutine good use of Olympic