Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - source-3.1.2
Search - source-3.1.2 - List
DL : 0
ucgui的3.98版本的源代码,比较新的!-ucgui the 3.98 version of the source code, a relatively new!
Update : 2024-05-22 Size : 2186240 Publisher : zb7401

Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyOdbcExcel动态加载ODBC数据源 3. Abc使用DAO进行数据库开发 4. MyOLEDBSample使用OLE DB进行数据库编程 5. ADOTEST1使用ADO进行数据库开发 6. MyAdoBlob如何使用VC++存取数据库中的大对象-Visual.C program design techniques and examples-- matching CD Chapter 10 of this chapter ACITVEX Two examples : 1. RegActiveX registered ActiveX Programming 2. PJ Play ActiveX produced examples of Chapter 11 of this chapter debugging techniques were two examples : 1. ConsoleTrace console procedures in the use of TRACE-2. MemLeakCh eck memory leak example Chapter 12 VC Database Programming chapter has six examples : 1. MyOdbcSample use ODBC database 2. Dynamic MyOdbcExcel Add 3 ODBC data source. Abc use DAO for database development 4. MyOLEDBSampl e use OLE DB database programming 5. ADOTEST1 use ADO database development 6. M VC yAdoBlob how to use the database to access large object
Update : 2024-05-22 Size : 1634304 Publisher : xixi

C#编程案例一书中的大实例代码。使用方法:1、要求安装SQL SERVER2000; 2、把DataBase目录下的GOODS数据库附加到SQL SERVER中; 3、设置sa的密码为123456; 4、把本案例的源程序复制到你指定的目录即可。-a case book example of the code. Use : 1, require the installation of SQL Server2000. 2. DataBase put in the directory database GOODS added to SQL Server; 3. sa set the password to 123,456; 4, in this case the source code to copy the directory you can.
Update : 2024-05-22 Size : 726016 Publisher : 赵静

手机韩语输入法源码 朝鲜语字母与手机键盘之间的对应,选择键为回车。 朝鲜语字母 键盘事件 ㄱ 1 ㄴ 2 ㄷ 2* ㄹ 4 ㅁ 5 ㅂ 5* ㅅ 7 ㅇ 8 ㅈ 7* ㅊ 7** ㅋ 1* ㅌ 2** ㅍ 5** ㅎ 8* ㅏ 3 ㅑ 3* ㅓ 33 ㅕ 33* ㅗ 6 ㅛ 6* ㅜ 66 ㅠ 66* ㅡ 0 ㅣ 9 ㄲ 1# ㅆ 7# ㄸ 2*# ㅉ 7*# ㅐ 39 ㅒ 3*9 ㅔ 339 ㅖ 33*9 文件: hangul.h HangulApi.h KMime.h ksc.h automata.c hangul.c ksc.c main.c //测试程序,可以在dos下面进行测试。要求操作系统必须切换为韩文。 -phone Italian input source Korean alphabet keyboard with the phone between the corresponding selected for the Enter key. Korean alphabet keyboard events
Update : 2024-05-22 Size : 352256 Publisher : 宋树

《DCOM入门》随书源码 Chapter 1 (Distributed Computing) N/A Chapter 2 (DCOM Overview) N/A Chapter 3 (Objects) Basics Chapter 4 (Components) Basics Chapter 5 (Infrastructure) Infrastructure Chapter 6 (Building Components with ATL) OCRServer Chapter 7 (Using COM Objects) OCRClient Chapter 8 (COM in Cyberspace) Cyber Chapter 9 (Applying Security) Security Chapter 10 (Connecting Objects) Chat -"DCOM Easy" book with a source Chapter (Distributed Comp uting) N/A Chapter 2 (DCOM Overview) N/A Chapte r 3 (Objects) Basics Chapter 4 (Components) Bas ics Chapter 5 (Infrastructure) Infrastructur e Chapter 6 (Building Components with ATL) OCRS Chapter 7 servers (Using COM Objects) OCRClient C hapter 8 (COM in Cyberspace) Cyber Chapter 9 (Ap plying Security) Security Chapter 10 (Connect ing Objects) Chat
Update : 2024-05-22 Size : 656384 Publisher : xiaoguang

DL : 0
C51单片机的C语言例程,可实现定时器中断及其时钟功能的源代码-C51 microcontroller C routines can achieve clock timer and interrupt functions of the source code
Update : 2024-05-22 Size : 124928 Publisher : 林风

minix操作系统最新版本(3.1.1)的源代码,不在纯脆用于教学,主要面向嵌入式应用,功能齐全-minix latest version of the operating system (3.1.1) of the source code, not pure crisp used in teaching, primarily for embedded applications, multifunctional
Update : 2024-05-22 Size : 3388416 Publisher : zuozaior

lwip在ucos上的移植源码,包括测试例子程序。-lwip OUT on the transplant source, including testing procedures example.
Update : 2024-05-22 Size : 280576 Publisher : 李景洙

linux设备驱动第三版上的例子源码,已经调试通过的-third edition of Linux Device Drivers on the example source code, debugging has been adopted by the
Update : 2024-05-22 Size : 140288 Publisher : 李平

排序及应用 题目一:统计成绩 1. 实验目的:掌握常用的排序方法,深刻理解排序的定义和各种排序方法的特点,并能灵活应用。 2. 实验内容: (1) 输入n个学生的考试成绩,每个学生信息由姓名与分数组成; (2)选择一种排序算法,按分数高低次序,打印出每个学生的名次,分数相同的为同一名次。 (3)按名次给出每个学生的姓名与分数。 3. 实验要求:任选一种高级程序语言编写源程序,并调试通过,测试正确。 题目二:按字典顺序排序 1. 实验目的:掌握常用的排序方法,深刻理解排序的定义和各种排序方法的特点,并能灵活应用到字符串排序中。 2. 实验内容 (1)输入若干个国家名称(所有的名称均用大写或小写表示) (2)选择一种排序算法,将输入的国家进行排序; (3)按字母顺序输出国家名称。 3. 实验要求:任选一种高级程序语言编写源程序,并调试通过,测试正确。 -ranking and a title application : a statistical results. Experimental Objective : To understand the sort commonly used methods, a profound understanding of the definition and sequencing various sort of characteristics, and can be applied flexibly. 2. Experiment : (1) importation n their examination grades, each student names and information from scores of composition; (2) choose a sorting algorithm, according to the scores they order, print out each student's scores, the same fraction of the same rank. (3) the scores of each student is given the names and scores. 3. Experimental requirements : a high-optional procedure language source files, and debugging through the test correctly. Two topics : according to a ranking order of the dictionary. Experimental Objective : To understand the
Update : 2024-05-22 Size : 227328 Publisher :

DL : 0
语言程序设计课程设计,里面是几个源代码,1、贪吃蛇游戏 2、计算器 3、黑白棋游戏 4、迷宫问题 5、扫地雷游戏 6、速算24 7、课程成绩柱形图统计 -language program design course, there are several source code, 1, a huge memory games two, three calculators, reversi four games, maze 5, mine sweeping games 6 and the speed count 24 7, curriculum achievements bar statistics
Update : 2024-05-22 Size : 36864 Publisher : 王说

DL : 0
SADirRead Copyright (C) 2002 Smaller Animals Software, Inc. This software is provided as-is , without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. http://www.smalleranimals.com smallest@smalleranimals.com
Update : 2024-05-22 Size : 16384 Publisher : 李泉

1、屏幕Copy软件; 2、英、德、法多语支持;-1, the screen Copy software 2, Britain, Germany, France and multi-lingual support
Update : 2024-05-22 Size : 901120 Publisher : sean

About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface. Release focus: Minor bugfixes Changes: Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option -x|--expand has been removed. Several bugs have been fixed in paco, gpaco, and rpm2paco. Author: David Rosal-About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface. Release focus: Minor bugfixes Changes: Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option-x|--expand has been removed. Several bugs have been fixed in paco, gpaco, and rpm2paco. Author: David Rosal
Update : 2024-05-22 Size : 388096 Publisher : 王磊

C++编译mp3编解码的源代码,有助于学习掌握基本的mp3技术。 值得学习和参考。-C++ Compiler mp3 codec source code, help learning basic skills of mp3 technology. Worthy of study and reference.
Update : 2024-05-22 Size : 629760 Publisher : 安迪

DL : 0
SMC1602A(16*2)模拟口线接线方式 连接线图: --------------------------------------------------- |LCM-----51 | LCM-----51 | LCM------51 | --------------------------------------------------| |DB0-----P0.0 | DB4-----P0.4 | RW-------P2.5 | |DB1-----P0.1 | DB5-----P0.5 | RS-------P2.6 | |DB2-----P0.2 | DB6-----P0.6 | E--------P2.7 | |DB3-----P0.3 | DB7-----P0.7 | VLCD接1K电阻到GND| --------------------------------------------------- Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。-SMC1602A (16* 2) analog line port to connect wiring diagram:- | LCM-51 | LCM-51 | LCM 51 | | | DB0-P0.0 | DB4-P0.4 | RW-P2.5 | | DB1-P0.1 | DB5-P0.5 | RS-P2.6 | | DB2-P0.2 | DB6-P0.6 | E P2.7 | | DB3-P0.3 | DB7-P0.7 | VLCD access 1K resistor to GND |-Keyboard Connection PS/2 51 1 DATA P3.4 3 GND 4 VCC 5 CLK-P3.3 access in 51 of the external interrupt trigger mode for low-level source for learning the procedures of reference, shall not be applies to commercial use, please contact the author if necessary.
Update : 2024-05-22 Size : 3072 Publisher : linyuande

DL : 0
已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K,当n足够大的时候,Sn大于K。   现给出一个整数K(1<=k<=15),要求计算出一个最小的n;使得Sn>K。 Input 键盘输入 k Output 屏幕输出 n Sample Input 1 Sample Output 2 Source -Known: Sn = 1 1/2 1/3 ... 1/n. Clearly for any integer K, when n is large enough time, Sn is greater than K. Are given an integer K (1
Update : 2024-05-22 Size : 1024 Publisher : guanghui

DL : 0
原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码-Principle: The Pe documents. Data section,. Text section to XOR encryption, and then will take declassified documents Loader write head and the first between the beginning of paragraph, modify Entry Point to point Loader. Test cases: the use of vc6. 0 automatically generated mfc dialog application. References: (1) def source (2) debug technology hackers Secret (3) yoda s protector source
Update : 2024-05-22 Size : 457728 Publisher : 东南

DL : 0
运行环境:Win 2000 Server + SQL Server 2000 + MS vs.net Framework   安装:  1、用相应解压工具解开BookShop.rar到某目录下,如C:\BookShop,将其设置为Web共享。        2、将Database里边的数据文件到某目录下,如C:\Db,启动SQL Server的查询分析器,      运行以下存储过程        sp_attach_db BookShop , c:\db\BookShop_Data.MDF , c:\db\BookShop_Log.LDF      如果无误的话这时应该在你的SQL Server服务器上建立了一个叫BookShop的数据库。        3、打开BookShop目录下的文件web.config(文本的),找到 <appSettings> <add key="strConnection" value="data source=kiss-2iawrfcmv7 initial catalog=BookShop persist security info=False user id=sa workstation id=LJY packet size=4096" /> 这部分,将(local)改为你的数据库服务器名,sa改为有权限访问BookShop数据库的用户。      4、打开IE验证,这个就不用教了吧:)
Update : 2024-05-22 Size : 2323456 Publisher : cxd

DL : 0
传奇3私服耍钱外挂加载程序源码,负责插入dll到传奇3程序-Legends of 3私服耍钱source plug-in loader is responsible for insert the dll to the Legend of 3 procedures
Update : 2024-05-22 Size : 379904 Publisher : 好好
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.