Welcome![Sign In][Sign Up]
Location:
Search - focus.s

Search list

[Other resourceinvcpp5

Description: VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -technology VC Insider Awards _English.The 6.0 release of Microsoft Visual C shows s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these initiatives platform , Visual C 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, ', tips and code. These features take Visual C to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C.
Platform: | Size: 7821668 | Author: 吴仁智 | Hits:

[Other resourceHaskell教程

Description: Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另一方面,这也使得的 Haskell的编译技术成为一个难点。从以人为本的角度来看,程序员的时间比机器的时间更宝贵,所以Haskell是明智的选择。-Haskell Guide (by rufi) traditional Basic, Pascal, C, C#, Java, Python, are orders (imperative) programming language, procedures statement to a certain extent the implementation of the order. function (functional) programming language is given in the implementation of the content, focus on a higher level of "what to do" rather than "how to do", which is both the most obvious one distinction. Function programming language syntax is very strong, so the programming efficiency greatly improved. Haskell is the world's most recognized syntax of the most succinct and beautiful language. Indeed, Haskell is written on posters, and not written for machines to read. The other, it also makes the Haskell compiler technology as a difficulty. From a people-oriented perspective, t
Platform: | Size: 12613 | Author: 鲍军波 | Hits:

[Other resource教学计划编制问题

Description: 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。 基本要求: (1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。 (2):课程号尽可能的集中在前几个学期中。 (3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。计划的表格格式自行设计。 -University of each professional should prepare teaching plans. The assumption that any professional have fixed the length of each school year with two semesters each semester and the length of time equal to the credit limit are. Every professional courses are opened to determine, and the creation of curriculum time arrangements must meet pre relations. Each course is the pre-established relationship, can have any more doors, there will be no. Each course just one semester. Tests in the circumstances set up a teaching program procedures. Basic requirements : (1) : input parameters : total semester, a semester's credit ceiling for each class courses, credits, the direct prevocational courses,. (2) : No. possible courses focus had previous semester. (3) : If there are no solutions, the re
Platform: | Size: 3222 | Author: 沈宁 | Hits:

[Hook apiTrackUserIdle_src

Description: The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing are system-wide. i.e. we receive notification even when our application does not have the focus. This is necessary since we are interested in system-wide user activities, not just in our own application. In these notifications (both keyboard and mouse), we update a common variable that stores the time when the event occurred. Therefore, to get the duration since the last user input, we simply compare the current time against this value.-The approach used here is really a simple on e. We intercept the mouse and keyboard activiti es of the user by hooking into the OS s mouse and ke yboard events using the API SetWindowsHookEx ( ). It is important to note that the hooks we are in stalling are system-wide. ie we receive noti that training even when our application does not hepatitis A. e the focus. This is necessary since we are inter ested in system-wide user activities, not just in our own application. In these notifi cations (both keyboard and mouse), we update a common variable that stores the time when the event occurred. Therefore, to get the duration since the last user input. we simply compare the current time against this value.
Platform: | Size: 5134 | Author: l | Hits:

[Develop ToolsUNIXgaojibiancheng

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I / O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers - whether beginners or experts - who are an invaluable reference books.
Platform: | Size: 14537803 | Author: 林风 | Hits:

[Develop ToolsUNIXEAP

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I / O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers - whether beginners or experts - who are an invaluable reference books.
Platform: | Size: 14538866 | Author: neptune87140104 | Hits:

[ExploitFEAL8

Description: 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterative requirements of the dense 64-C and 64 K after the key to the solution design running close access to the 64 P explicit. As the two-band input and output of the median long inconvenient, and then process the data using a large number of computations 16 band. Operational data in the process often imported data divided into equal portions, in data processing using an array form. FEAL algorithm three basic computing function is the focus of the whole process, Key handling procedures and decryption process of the three operations will function as the center, therefore, procedures designed to S Function and f function to commence further prepared by the main function calls the three functions.
Platform: | Size: 1652 | Author: 逍遥 | Hits:

[Linux-Unixj2000-code+doc

Description: The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard-codec was written in an effort to p roduce the cleanest and simplest implementati on possible of the JPEG-2000 standard. We have p ut a particular emphasis on good architecture d esign and code simplicity, while at the same time providing an implementat ion as complete and efficient as possible. The s ource code for the codec is freely available for anyone to study or even for use in commercial pro grams. We hope that our open development proces 's and our focus on clean, straightforward code will help make the J2000 c odec become a reference implementation of the J PEG-2000 standard
Platform: | Size: 502455 | Author: boy5678 | Hits:

[Other resourceWINDOWS__socket8

Description: 本章重点是如何在Wi n d o w s套接字应用程序中对I / O(输入/输出)操作进行管理。 Wi n s o c k分别提供了“套接字模式”和“套接字I / O模型”,可对一个套接字上的I / O行为加以 控制-focus of this chapter is how Wi n d o w's socket application of I / O (input / output) operations management. Wi n s o c k provide a "socket model" and the "socket I / O model," to be a socket on the I / O behavior control
Platform: | Size: 852961 | Author: 楼洛阳 | Hits:

[Other resourceWINDOWS__socket16

Description: 迄今为止,本书已介绍了可在Microsoft Wi n d o w s操作系统中使用的全部网络A P I函数。 利用这些函数,我们的应用程序可通过网络,建立与其他程序的通信联系。在那些讨论中, 我们在很大程度上将重点放在七层O S I模型的应用层和表示层上面-date, The book has been introduced in the Microsoft Wi n d o w s operating system used in all network P A letter I few. Use these functions, we can process the application through the network and the establishment of procedures and other communications links. In those discussions, we will largely focus on the seven storeys I S O model layer and the application layer above said
Platform: | Size: 697388 | Author: 楼洛阳 | Hits:

[Other resource438154545

Description: 本论文叙述了我校学成绩管理的现状以及Visual basic6.0语言的概况.重点介绍了学生成绩管理系统的实现过程:包括系统分析、 系统调查、 数据流程分析、功能设计、 数据库设计、 系统物理配置方案、 系统实现、 系统测试和调试.本系统主要功能有用户管理、学生注册、班级信息录入、学生信息录入、班级课程录入、学校专业信息录入、课程信息录入、学生成绩录入、教师信息录入、数据...........包括功能需求描述、数据库设计等内容.第四章介绍了本系统的具体实现.第五章关于本系统开发过程中的结论及体会.-This paper describes the school management study results as well as the status of the Visual Language Overview basic6.0 status. Students focus on the performance management system implementation process include : systems analysis, investigation, data flow analysis, Functional design, database design, system configuration physics program, the realization of the system, System testing and debugging. The system's main function is user management, student registration, class information input, student information input, Input class courses, professional information into schools, the curriculum information input, input pupils, teachers input information, Data ........... including functional requirements described, Database design elements. Chapter IV of the system is a concrete realization
Platform: | Size: 126031 | Author: 墨林 | Hits:

[Web ServerCYSC

Description: 朝阳书城抱着“知识为本,读者至尊”的服务宗旨,面向社会各阶层人士的需求,以综合性图书为经营策略,少儿图书、中小学生辅导书为重点,艺术、计算机图书为辅的经营特色,以零售为主、批发为辅相结合的经营方式,在汕头市乃至粤东地区有着较大的影响,批发网点辐射了整个粤东地区,图书零售在汕头市打下了坚实的基础,拥有自己的读者群体。朝阳书城始终致力于为读者提供最优质服务,不断进取、不断创新,书城热忱欢迎同行业人士光临指导,并提出宝贵意见及建议。 -Chaoyang bookstores clung to the "knowledge-based, readers Fighter" principle of service, geared to all levels of society's demand. an integrated business strategy books, children's books, primary and secondary school students to focus on counseling, art, Computer books supplemented by operating characteristics, mainly in the retail, wholesale supplement combination of operational modes, Shantou City in the eastern part of the province and the region has a greater impact on the wholesale outlets radiation of the entire eastern part of the province, Book retailing in Shantou City has laid a solid foundation for the readers to have their own groups. Chaoyang bookstores has always worked to provide readers with the best quality service, continuous progress, continuous innova
Platform: | Size: 8312301 | Author: 张先生 | Hits:

[OpenGL programMyOpenGL_1

Description: OpenGL地形学习,运行程序时,按“S”键进入。并且也是本人第一个OpenGL程序,拿出来与初学者分享。-OpenGL topographic study, operational procedures, according to the "S" key to enter. And also my first OpenGL procedures up with the beginners share.
Platform: | Size: 2887680 | Author: 宁建文 | Hits:

[USB developcyusb

Description: 为USB2.0最新的开发标准驱动程序,也是USB2.0芯片厂家重点定义的驱动程序,属于重量级的驱动-The latest development for the USB2.0 standard drivers as well as USB2.0 chip manufacturers focus on the definition of drivers, the drivers are heavyweight
Platform: | Size: 17408 | Author: 乐方 | Hits:

[Graph programchap3

Description: 相机自动调焦系统,完成相机的自动调焦,对图像进行预处理-Camera automatic focusing system, the completion of the camera s auto focus, image preprocessing
Platform: | Size: 2708480 | Author: 高圆圆 | Hits:

[FlashMXfocus.swf

Description: 广告切换功能, 用于新闻发布系统.-guangao
Platform: | Size: 157696 | Author: lzy | Hits:

[CSharpscada_city

Description: override public void SetFocus(System.Web.UI.Control ctrl) { StringBuilder s = new StringBuilder() s.Append("<SCRIPT language=\"javascript\">" + "\n") s.Append("document.getElementById(\ " + ctrl.ID + "\ ).focus() " + "\n") s.Append("</SCRIPT>" + "\n" ) RegisterStartupScript("focus", s.ToString()) }- override public void SetFocus(System.Web.UI.Control ctrl) { StringBuilder s = new StringBuilder() s.Append("<SCRIPT language=\"javascript\">"+ "\n") s.Append("document.getElementById(\ "+ ctrl.ID+ "\ ).focus() "+ "\n") s.Append("</SCRIPT>"+ "\n" ) RegisterStartupScript("focus", s.ToString()) }
Platform: | Size: 3973120 | Author: my name | Hits:

[JSP/Java100p-jQuery-focus-picture

Description: 好孩子官网左右切换焦点图,兼容IE 6/7/8/9及其它主流浏览器,懒人图库推荐下载! -Boy' s official website about switching the focus map, compatible with IE 6/7/8/9, and other mainstream browsers, lazy gallery download!
Platform: | Size: 561152 | Author: 吉祥小宝 | Hits:

[OtherNew-Focus-s-SCH

Description: 新福特福克斯的整车电路图,希望从事汽车行业的会有帮助!-New Focus s SCH
Platform: | Size: 12085248 | Author: dissipator | Hits:

[Windows DevelopPiotr's Image & Video Matlab Toolbox

Description: Piotr's Image & Video Matlab Toolbox:侧重物体识别(Piotr's Image & Video Matlab Toolbox:focus on object recognition)
Platform: | Size: 205824 | Author: tengqu | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net