Location:
Search - win t
Search list
Description: //在tc3.0++在运行
//a数组用于随机产生1-6数表示每个方格后面的图形.用inita()函数来实现
//c数组用于记录方格的状态,用字符L(lock)表示没有打开的方格
//D(delete)表示已消去的方格.O(open)表示打开的方格.
//变量m表示按回车键的有效次数.也是记忆力参数,越小记忆力越好
//变量xpos,ypos用于表示当前光标所在的位置
//(x1,y1),(x2,y2)用于记录打开的两个方格的位置
//judge()函数用于控制光标范围,使其不能移出长方形
//win()函数用于判断游戏是否过关,通过判断每个方格是否全是 D 状态
//xago,yago 用于记录移动前的位置
//ax,ay表示行列式的行与列,用它们来控制游戏的关数,ax位于3-6之间,ay位于4-7之间
//z来控制方格后的图形
//第一关后面的图形用1-6代表的图形.第二关后面的图形用0-9十个数。第三关后面的图形用A-O十五个字母,
//第四关后面的图形用A-T二十一个字母-/ / tc3.0 running / / array for a randomly generated number, said 1-6 each box behind the plan fractal. with Inita () function to achieve / / c array used to record box at the state, characters used L (lock) had not opened the box / / D (delete) said it has been eliminated from the box. O (open) open the box. / / variable m expressed by the ENTER key to the effective number. also memory parameters, the smaller the better memory / / variable xpos, ypos said the current cursor for the location / / (x1, y1), (x2, y2) records for the two open box at the location / / judge () function used to control the cursor, it can not be moved out of a rectangular / / win () function used to judge whether the clearance game, each box by making a judgment whether the entire state of the D / / xago. Yago fir
Platform: |
Size: 11903 |
Author: 岳颖君 |
Hits:
Description: 利用“原始套接字”(Raw Socket),我们可访问位于基层的传输协议。本章专门讲解如
何运用这种原始套接字,来模拟I P的一些实用工具,比如Tr a c e r o u t e和P i n g程序等等。使用原
始套接字,亦可对I P头信息进行实际的操作。本章只关心I P协议;至于如何针对其他协议使
用原始套接字,我们不打算提及。而且,大多数协议(除AT M以外)根本就不支持原始套接
字。所有原始套接字都是使用S O C K _ R AW这个套接字类型来创建的,而且目前只有Wi n s o c k
2提供了对它的支持。因此,无论Microsoft Windows CE 还是老版本的Windows 95 (无
Winsock 2升级)均不能利用原始套接字的能力。-use "raw socket" (Raw Socket), we can visit at the grassroots transmission agreements. This chapter specifically on how to use the original socket, I P to simulate some practical tools, For example Tr a c e r t o u e and P i n g procedures, and so on. Original socket, I can right the first P information of the actual operation. I only care about this chapter P Agreement; As to how the other agreements original socket, we do not intend to mention. Moreover, most agreements (except outside AT M) simply does not support the original socket. All original socket are using S O C K R AW _ the socket types to create, but it's only Wi n o c k 2 of the support it. Therefore, Whether Microsoft Windows CE or an older version of Windows 95 (non-Win sock escalation 2) are not using the ori
Platform: |
Size: 692344 |
Author: 楼洛阳 |
Hits:
Description: JavaTV Program source code
Need to play Windows Media files and streams, mpeg4 video or DVDs in java? Access WDM capture devices? Control a firewire DVCam? Then maybe this can help you. dsj is an ongoing project to provide a java wrapper around Microsoft s DirectShow API. It offers a set of high level classes that give java easy access to functionality widely missed by java programmers and also lets you dive deeper into the interiors of Windows core api for 2D media. On the java side dsj tries to keep things open as possible - you may use it standalone or let it feed data into JMF or other APIs. -JavaTV Program source code to play Need Win dows Media files and streams. mpeg4 video or DVDs in java Access WDM capture de vices Control a Firewire DVCam Then maybe this c an help you. dsj is an ongoing project to provide a java wrapper around Microsoft's DirectShow AP I. It offers a set of high level classes that give java easy access to functionality widely misse d by java programmers and also lets you dive deep er into the interiors of Windows core api for 2D m edia. On the java side dsj tries to keep things op en as possible-you may use it standalone or let i t feed data into JMF or other APIs.
Platform: |
Size: 151163 |
Author: lampson |
Hits:
Description: LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incoming SMS messages.
LemonSMS acts as a middleware between a Java application and a GSM Modem or Data enabled phone. Because LemonSMS only provides an interface to the added SMS functionality, your application still handles access to data and business logic tier. With the easy-to-use LemonSMS API, developers can easily utilize SMS functionalities provided by LemonSMS.-LemonSMS is a component developed in Java t hat provides a turnkey solution for applicatio n developers to incorporate into their Java app lications the functionality of sending and pro cessing of incoming SMS messages. LemonSMS act 's as a middleware between a Java application and a GSM Modem or Data enabled phone. Because Lemon SMS only provides an interface to the added SMS f unctionality. your application still handles access to a data nd business logic tier. With the easy-to-use Le monSMS API, developers can easily utilize SMS functionali ties provided by LemonSMS.
Platform: |
Size: 137465 |
Author: 戴奕 |
Hits:
Description: 分区表备份器 miniTO 源码
现传上源码...希望能对正学习DOS,WINDOWS,磁盘和编程者有点帮助...
内含纯DOS,WIN32控制台和WIN32 GUI三个版本.它们生成的备份文件可以在任何版本中使用.
WIN32 GUI版本暂使用备份功能(其他模块也都已全部写好,全是完整的,现在仅开启备份功能),如果想使用还原替换和比较功能,可自行打开调用的开关或加几句调用的代码就可以了, 一会儿我再把它们加上去,...
(在WIN,打印功能是不能使用直接使用DOS的代码的,要把它们先送到编辑框的缓冲区再显示的...有兴趣的也可自己弄...)
因刚刚从DOS代码转写成WIN,程序提示还没有完全改写成WIN的,printf()等还留在里面,不过对编译没有影响,有时间可以改写掉,
因时间关系,没有详细的注释,不过在写的时候,变量名字基本是根据其功能起的,所以,对程序的代码思路还是不难理解的-Backup partition table for miniTO source is on the traditional source of hope ... is learning DOS, Windows, disk and programmers a little help ... containing pure DOS. Win32 console and GUI Win32 version 3. They generated backup file can be any version convinces used. Win32 GUI version occasional use backup functions (other modules have already been prepared, all is complete, Now only open backup function), if we want to reinstate the use of replacement and comparison functions, can open the call of a few switches or additions to the calling code can be, I then later they added. ... (WIN, Print function is not used directly use the DOS code. They should first sent to the editors of the frame buffer shows again and again ... interested can also get their own ...) from a DO S WIN code into t
Platform: |
Size: 211931 |
Author: 李大大 |
Hits:
Description: 问题的提出:赌博游戏世界无所不在,其中“掷双骰”游戏家喻户晓,
其游戏规则如下:每次掷两个骰子,每个骰子的6面上分别标有1、2、
3、4、5、6,两个骰子停止滚动后,计算其向上的点数之和。假如首
次掷出后点数之和为7和11,那么玩家赢(庄家输)。假如首次掷出后
点数之和为2、3或12,那么玩家输(庄家赢)。假如首次掷出后点数
之和为4、5、6、8、9和10,那么这些数字会立即成为玩家的“目标点”
(即下次如遇到此点数为赢)。要想赢,必须不断地掷两个骰子,直到
点数与目标点数相等为止,但在这之前,假如不幸地掷出7点,那么玩
家马上就输,试编程模拟此游戏。-the problem : the world of gambling games omnipresent, "throwing two dice" game known its rules of the game are as follows : two each throwing dice, each of the six dice surface were labeled with 1, 2, 3, 4, 5, 6, two dice stopped rolling, the calculation of its progressive and Numbers. If the points after the first allocate the sum of 7 and 11, then the player wins (Makers T). If the points after the first allocate the sum of two, three or 12, then the players lose (Makers Win). If the points after the first allocate the sum of 4, 6, 8 and 9 and 10, So these figures will immediately become the player of the "target spots" (that is, the next case of this points to win). To win, to be constantly throwing two dice, until Decimal points with the same goal, but before this,
Platform: |
Size: 800 |
Author: 萝卜 |
Hits:
Description: 用谓词表示法表示修道士和野人的问题 在河的左岸有三个修道士,三个野人和一条船,修道士想用这条船把所有的人都运到河对岸,但要受到以下条件限制: (1) 修道士和野人都会划船,但船一次只能装运两个人。 (2) 在任何岸边,野人数不能超过修道士,否则修道士会被野人吃掉。 假定野人愿意服从任何一种过河安排,请规划出一种确保修道士安全的过河方案。要求写出所用谓词的定义、功能及变量的个体域。-used predicate said France monks and Savage said the problem in the left bank of the river three monks, and a savage three boats, monks want to use the boat for all the people to go t he other side of the river, but are subject to the following conditions : (a) monks and Savage will be rowed, but only a ship loaded Win two people. (2) In any shore, should not exceed the number of wild monks, the monks would otherwise be eaten Savage. Savage is willing to submit to the assumption that any river, please draw up a security to ensure the monks of the river program. Asked predicate used to write the definition of functions and variables of individual jurisdictions.
Platform: |
Size: 48195 |
Author: 吴晓辉 |
Hits:
Description: Graphviz - Graph Drawing Programs from AT&T Research and Lucent Bell Labs
See doc/build.html for prerequisites and detailed build notes.
Platform: |
Size: 3706367 |
Author: 毕胜 |
Hits:
Description: - IP Messenger is a pop up style message communication software for
multi platforms. It is based on TCP/IP(UDP).
- This software don t need server machine.
- Simple, lightweight, and free software :-)
- Win, Win16, Mac(Japanese only), X11R6, Java version and all
source is open to public. You can get in the following URL.
http://www.asahi-net.or.jp/~vz4h-sruz/ipmsg-eng.html
Platform: |
Size: 246825 |
Author: yg49594 |
Hits:
Description: 输入法安装制作原理 -------------------------------------------------------------------------------- 来源:http://wbfansbbs.yeah.net 作者:酋长 五笔爱好者论坛里很多朋友问我输入法安装程序怎么做,这两天有空,就整理了一下,希望能够从中给大家一点启示! ★Win9x/Me 系统 步骤一:拷贝文件。 在Win9x/Me系统下, 把输入法相关文件(一般是*.IME,可能还有其它 .DLL文件)拷贝到 Win$\\System$ 目录下。-input methods installed production Principle --------------------------------------------- ----------------------------------- Source : http://wbfansbbs.yeah.net Author : Chiefs 5 T-lovers forum many of my friends asked me input method how to do the installation procedure, which two days time, collate it, and from hope to give us some ideas! People Win9x/Me step in a system : copy documents. In Win9x/Me system, the importation law relevant documents (usually *. IME, there may be other. DLL files), copy of Win $ \\ System $ directory.
Platform: |
Size: 6918 |
Author: WT |
Hits:
Description: #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void main(void) { int t[N][N]; begain(t); pr(t,0); fun(t,1,1); if(yes) win(t); else lose(); getch(); } void fun1(int (*aa)[N],int (*a)[N]) { int i,j; for(i=0;i<N;i++) for(j=0;j<N;j++) aa[i][j]=a[i][j]; } int fun(int (*a)[N],int i,int j) { if(i==N-2&&j==N-2) { yes=1; return; } a[i][j]=1; fun1(aa,a); if(aa[i+1][j+1]==0&&!yes) { fun(aa,i+1,j+1); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i+1][j]==0&&!yes) { fun(aa,i+1,j); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i][j+1]==0&&!yes) { fun(aa,i,j+1); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i-1][j]==0&&!yes) { fun(aa,i-1,j); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i-1][j+1]==0&&!yes) { fun(aa,i-1,j+1); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i+1][j-1]==0&&!yes) { fun(aa,i+1,j-1); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i][j-1]==0&&!yes) { fun(aa,i,j-1); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } fun1(aa,a); if(aa[i-1][j-1]==0&&!yes) { fun(aa,i-1,j-1); if(yes) {x[n][0]=i,x[n++][1]=j;return;} } } void begain(int (*t)[N]) { int i,j; system(cls); randomize(); for(i=0;i<N;i++) { for(j=0;j<N;j++) { if(i==0||i==N-1||j==0||j==N-1) t[i][j]=1; else if(i==1&&j==1||i==N-2&&j==N-2) t[i][j]=0; else t[i][j]=random(2); } } } void pr(int (*t)[N],int nn) { int i,j,ii; textcolor(RED); gotoxy(1,1); for(i=0;i<N;i++) { for(j=0;j<N;j++) { if(nn!=1) printf(%2d,t[i][j]); else { for(ii=0;ii<n;ii++) { if(x[ii][0]==i&&x[ii][1]==j) { cprintf(%2d,t[i][j]); break; } } if(ii<n) continue; if(i==N-2&&j==N-2) cprintf( 0); else printf(%2d,t[i][j]); } } printf(\n); } } void win(int (*t)[N]) { int i,j,ii,jj; for(i=0;i<n-1;i++) for(j=i+1;j<n;j++) if(x[j][0]==x[i][0]&&x[j][1]==x[i][1]) { for(jj=j,ii=i;jj=0;i--) printf(%3d%3d->,x[i][0],x[i][1]); printf(%3d%3d\n,N-2,N-2); t[1][1]=0; pr(t,1); } void lose() { printf(\nNot find way!\n); }
Platform: |
Size: 854 |
Author: 461600486@qq.com |
Hits:
Description: LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incoming SMS messages.
LemonSMS acts as a middleware between a Java application and a GSM Modem or Data enabled phone. Because LemonSMS only provides an interface to the added SMS functionality, your application still handles access to data and business logic tier. With the easy-to-use LemonSMS API, developers can easily utilize SMS functionalities provided by LemonSMS.-LemonSMS is a component developed in Java t hat provides a turnkey solution for applicatio n developers to incorporate into their Java app lications the functionality of sending and pro cessing of incoming SMS messages. LemonSMS act 's as a middleware between a Java application and a GSM Modem or Data enabled phone. Because Lemon SMS only provides an interface to the added SMS f unctionality. your application still handles access to a data nd business logic tier. With the easy-to-use Le monSMS API, developers can easily utilize SMS functionali ties provided by LemonSMS.
Platform: |
Size: 137216 |
Author: 戴奕 |
Hits:
Description: this something useful at snmp network.It is famous person.It will be useful for you I guess.-this something useful at snmp network.I t is famous person.It will be useful for you I Facts ss.
Platform: |
Size: 604160 |
Author: wangjia |
Hits:
Description: Graphviz - Graph Drawing Programs from AT&T Research and Lucent Bell Labs
See doc/build.html for prerequisites and detailed build notes.
-Graphviz- Graph Drawing Programs from AT&T Research and Lucent Bell Labs
See doc/build.html for prerequisites and detailed build notes.
Platform: |
Size: 3705856 |
Author: 毕胜 |
Hits:
Description:
WIN-TC是一个TC2 WINDOWS平台开发工具。该软件使用TC2为内核,提供WINDOWS平台的开发界面,因此也就支持WINDOWS平台下的功能,例如剪切、复制、粘贴和查找替换等。而且在功能上也有它的独特特色例如语法加亮、C内嵌汇编、自定义扩展库的支持等。并提供一组相关辅助工具令你在编程过程中更加游刃有余,如虎添翼。
WIN-TC简繁双语版可以正常运行于98及其以上的简体及繁体WINDOWS操作系统上
好的编译工具好-WIN-TC is a TC2 WINDOWS platform development tools. The software used for the core TC2 provide WINDOWS platform interface, thus WINDOWS platform support functions such as cut, copy, paste and search for replacement. But also in the function has its unique characteristics, such as syntax highlighting, C embedded compilation, since the definition of the expansion of library support. And to provide a group of related aids you in the programming process more easily, a menace. WIN-TC Simplified bilingual version can run on normal 98 and above, Simplified and Traditional WINDOWS operating system to compile a good tool for good
Platform: |
Size: 4000768 |
Author: 陈伟 |
Hits:
Description: ro 雅典娜txt 程序
-txt procedures ro Athena
Platform: |
Size: 2699264 |
Author: 阿阿 |
Hits:
Description: 如果你是初学者,建议你从《易学C++》开始看,这是一本初级的入门书,是国内的一名大学生用课余时间写的,读起来通俗易懂,最要紧的是不会被一些所谓的术语绊脚。学会使用IDE,先不要研究程序源代码如何生成可执行文件的。-If you are a beginner, suggest you from the beginning of yi of c++, see, this is a primary book, is a college student in the spare time of writing, with read understandable, the most important is not to be some so-called term stumble. Learn how to use the IDE, don t study program code to generate executable file.
Platform: |
Size: 38559744 |
Author: yang |
Hits:
Description: 命令行程序,对所有进程进行操作,值得参考学习,编译后,可执行。-Command-line utilities to find, list, and terminate running processes under Windows, similar to the Unix ps and kill commands. Good for command-line folks who don t like to use the Windows Task Manager.
Platform: |
Size: 69632 |
Author: kalvin |
Hits:
Description: 使用MathML标准的公式编辑技术,这个程序应用于Web公式编辑,从m i m e T e X网站下载。-MathML for windows,a program that displays math on the web. This source of mimeTeX download from m i m e T e X website
Platform: |
Size: 1082368 |
Author: jay |
Hits:
Description: 假设有一个能装入总重量为T的背包和n 件重量分别为W1,W2,W3,...,Wn的物品。编写算法从n件物品中挑选若干件恰好装满背包,即使得Wi1+Wi2+...+Win=T.(W旁边的字符皆为角标)。要求找出满足条件的所有解。-Suppose there is a load of T of the total weight of W1, N, W2, W3, Wn. Algorithm is compiled n items selected several pieces just loaded backpack, even if Wi1+Wi2+...+Win=T. (W beside the characters are all subscript). All solutions are required to meet the requirements.
Platform: |
Size: 1024 |
Author: chenchen |
Hits: