Welcome![Sign In][Sign Up]
Location:
Search - 13.56

Search list

[VC/MFCvc_shunxinbiji

Description: 孙鑫老师1-20课笔记 第1课 Windows程序运行原理及程序编写流程 3 第2课 类的编写与应用 5 第3课 讲述MFC AppWizard的原理与MFC程序框架的剖析 6 第4课 第4课 MFC消息映射机制的剖析 讲述如何运用ClassWizard 8 第5课 文本编程 11 第6课 菜单编程 15 第7课 对话框用户界面程序的编写 21 第8课 逃跑按钮的巧妙实现 23 第9课 如何修改MFC AppWizard向导生成的框架程序的外观和大小 24 第10课 图形的绘制,如何使用自定义画笔 27 第11课 如何让CDC上输出的文字、图形具有保持功能 29 第12课 文件操作 31 第13课 使用CArchive类对文件进行操作 33 第14课 网络编程 35 第15课 多线程与网络编程 40 第16课 事件内核对象、关键代码段(临界区)的讲解 44 第17课 进程间通信 47 第18课 ActiveX编程 56 第19课 DLL编程 58 第20课 钩子与数据库编程 免责声明: 本文并非本人原创,内容来自网络收集,其版权归原文作者所有,在此处特别声明。同时希望读者除了学习以外,请勿作其他用途.-vc shunxin
Platform: | Size: 310272 | Author: wLiao | Hits:

[Database systemdelphi

Description: delphi数据库开发实例 源码 包含:2009-05-22 08:18 <DIR> DBGrid 组件 2009-05-22 09:49 <DIR> 使用Qreport组件打印 2009-05-13 00:51 <DIR> 创建数据库 2009-05-06 00:09 <DIR> 单选钮和组合列表框 2009-05-13 00:29 <DIR> 压缩Access数据库 2009-05-13 00:17 <DIR> 图片存取 2009-05-14 01:44 <DIR> 密码修改 2009-05-14 01:56 <DIR> 密码加密 2009-05-13 07:53 <DIR> 数据加密 2009-05-14 12:28 <DIR> 数据备份 2009-05-14 12:52 <DIR> 文件复制 2009-05-06 01:45 <DIR> 日期组件 2009-05-14 01:28 <DIR> 用户登录 2009-05-13 07:26 <DIR> 设置Access数据库密码 2009-05-06 01:37 <DIR> 页面控制卡-delphi examples source code database development includes :2009-05-22 08:18 <DIR> DBGrid Component 2009-05-22 09:49 <DIR> Use Qreport component print 2009-05-13 00:51 <DIR> Create Database 2009-05-06 00:09 <DIR> Radio button and combo list boxes 2009-05-13 00:29 <DIR> Compression Access database 2009-05-13 00:17 <DIR> Image Access 2009-05-14 01:44 <DIR> Password changes 2009-05-14 01:56 <DIR> Password Encryption 2009-05-13 07:53 <DIR> Data Encryption 2009-05-14 12:28 <DIR> Data Backup 2009-05-14 12:52 <DIR> File copy 2009-05-06 01:45 <DIR> Date components 2009-05-14 01:28 <DIR> Login 2009-05-13 07:26 <DIR> Set Access database password 2009-05-06 01:37 <DIR> Page Control Card
Platform: | Size: 18097152 | Author: 施坤 | Hits:

[JSP/Javades_java

Description: 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 } // des算法终结置换表ip-1 public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7, 47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45, 13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11, 51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49, 17, 57, 25 } 等-A DES, encryption and decryption algorithms, including the full realization of S boxes and other important implementation, the program also implements other file data stream encryption and decryption DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 } // des算法终结置换表ip-1 public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7, 47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45, 13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11, 51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49, 17, 57, 25 } and so on
Platform: | Size: 11264 | Author: 不死鸟 | Hits:

[Algorithmwccc

Description: (1)已知甲数的35 是36,甲数是( )。已知乙数的47 是12,乙数是( )。   (2)40分钟是1小时的( ),1小时的35 是( )分钟。 (3)铅笔的单价是钢笔的920 ,把( )看作单位“1”。 二、根据算式补充条件   (1)停车场有24辆大汽车,( ),有多少辆小汽车?     24÷23   (2)停车场有24辆大汽车,( ),有多少辆小汽车?     24×23   (3)停车场有24辆小汽车,( ),有多少辆大汽车?     24×13 三、应用题   (1)一个长方体的宽是长的23 ,长是高的56 ,它的宽是10厘米,它的高是多少厘米?   (2)六年级(2)班学生人数是本年的学生人数的13 ,六年级学生人数是全校的16 ,如果六(2)班有学生48人,全校有学生多少人? 参考答案 一、 (1)60 ,21 (2)23 ,36 (3)钢笔的单价 二、 (1)正好是小汽车的23 -Th e i nf o r ma t i o n o f e n v i r on me n t c o n s t r a i n s a nd pa t h l e n g t h Wa s i n t e g r a t e d i n t he f it n e s s f un c t i o n whi c h Wa s c o mp ut e d by n e u r a l n e t wo r k,t h e pa t h no de s wa s v i e we d a s a p a r t i c l e,8 0 wi t h t h e qu a l i t y o f o p t i mi z a t i o n o f h y br id p a r t i c l e s wa r m a lg o . r i t h m,a b e s t p a t h W a s f o u n d .F i n a ll y b y c o mp u t e r s i mu l a t i o n,i t i s p r ov e d t h a t t h e a l g o r i t h m i s r a t i o n a l a n d c a n b e u s e d i n mo — bi l e r ob o t r e a l— t i me n a v i g a t i o n
Platform: | Size: 4096 | Author: wanchao | Hits:

[Windows DevelopCPPpinyin

Description: C++拼音输入法 a b c d e f g h i j k l m n o p q r s t u v w x y z 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 16--55 区为常见字,区位连续, 56--89为难检字,区位不连续。 index.dat 里前六列为拼音索引,中四列为索引字区位开始与结束位置,后四十列存放重音字和难见字 区位。 将要写入库的词组放入inputcizu.dat里,一次可以放入多个,且各个词组中间不能有分隔符,否则将 识别错误,出现不正确的词组匹配。另外,程序默认识别二字词组,多字词也做相同处理,请朋友们 自觉放入标准词汇,不要使词库失去其意义。 由于字库只收录了16-55区的常见字,但有时可能需要一些复杂字,故提供了字库写入程序,同词库写 入程序相类似,由于偷懒字只能通过源码写入,放入拼音和字,即可将该字加入拼音索引库。 ‘-’或‘=’为翻页键,‘a-z’或‘A-Z’输入拼音,空格和数字键选择所要字。-C++ pingyin
Platform: | Size: 29696 | Author: | Hits:

[AlgorithmEular-Engineering

Description: Euler工程,相邻元素乘积最大。 给了一个20x20的两位数矩阵,其中的红字部分的积为: 26x63x78x14=1788696 那么,任意方向上(上、下、左、右、对角)4个相邻的数的最大乘积是多少?-In the 20x20 grid below, four numbers along a diagonal line have been marked in red. 08 02 22 97 38 15 00 40 00 75 04 05 07 78 52 12 50 77 91 08 49 49 99 40 17 81 18 57 60 87 17 40 98 43 69 48 04 56 62 00 81 49 31 73 55 79 14 29 93 71 40 67 53 88 30 03 49 13 36 65 52 70 95 23 04 60 11 42 69 24 68 56 01 32 56 71 37 02 36 91 22 31 16 71 51 67 63 89 41 92 36 54 22 40 40 28 66 33 13 80 24 47 32 60 99 03 45 02 44 75 33 53 78 36 84 20 35 17 12 50 32 98 81 28 64 23 67 10 26 38 40 67 59 54 70 66 18 38 64 70 67 26 20 68 02 62 12 20 95 63 94 39 63 08 40 91 66 49 94 21 24 55 58 05 66 73 99 26 97 17 78 78 96 83 14 88 34 89 63 72 21 36 23 09 75 00 76 44 20 45 35 14 00 61 33 97 34 31 33 95 78 17 53 28 22 75 31 67 15 94 03 80 04 62 16 14 09 53 56 92 16 39 05 42 96 35 31 47 55 58 88 24 00 17 54 24 36 29 85 57 86 56 00 48 35 71 89 07 05 44 44 37 44 60 21 58 51 54 17 58 19 80 81 68 05 94 47 69 28 73 92 13 86 52 17 77 04 89 55 40 04 52 08 83 97 35 99 16 07 97 57 32 16 26 26 79 33 27 98 6
Platform: | Size: 4096 | Author: superman | Hits:

[Data structschazhao

Description: 折半查找:例在一组有序数据{5,13,19,21,37,56,64,75,80,88,92}中,折半查找关键字21的位置。-Binary search: Example of data in an ordered set {5,13,19,21,37,56,64,75,80,88,92}, the binary search keyword 21 position.
Platform: | Size: 1024 | Author: qiuhui zhong | Hits:

[OtherZigzagMatrix

Description: 得到如下样式的二维数组 *zigzag数组(JPEG编码取像素数据的排列顺序) * 0, 1, 5, 6,14,15,27,28, * 2, 4, 7,13,16,2 9,42, * 3, 8,12,17,25,30,41,43, * 9,11,18,24,31,40,44,53, * 10,19,23,32,39,45,52,54, * 20,22,33,38,46,51,55,60, * 21,34,37,47,50,56,59,61, * 35,36,48,49,57,58,62,63.-Get the following style of two-dimensional array The*zigzag array (JPEG coding pixel data sequence) * * 0, 1, 5, 6,14,15,27,28, * 2, 4, 7,13,16,26,29,42, * 3, 8,12,17,25,30,41,43, * 9,11,18,24,31,40,44,53, * 10,19,23,32,39,45,52,54, * 20,22,33,38,46,51,55,60, * 21,34,37,47,50,56,59,61, * 35,36,48,49,57,58,62,63.
Platform: | Size: 1024 | Author: Zhang X | Hits:

[Linux-Unixsha256_glue

Description: Pad out to 56 mod 64 and append length for Linux v2.13.6.
Platform: | Size: 2048 | Author: liekangson | Hits:

[JSP2016-01-04-00-26-56-OBFrI-13

Description: wind power increases in the portfolio, a shift takes place base load generation towards mid and peak load. This shift is triggered both by the lower demand and the increasing volatility. This demonstrates that operational constraints-wind power increases in the portfolio, a shift takes place base load generation towards mid and peak load. This shift is triggered both by the lower demand and the increasing volatility. This demonstrates that operational constraints
Platform: | Size: 2015232 | Author: mohammad | Hits:

[DSP programepwm_comp

Description: 说明 环境:DSP28035 输入:13脚COMP1A 输出:55,56 EPWM1A EPWM1B 根据外部输入的电压和内部设定的比较值进行比较,经内部处理后输出不同占空比的PWM波,两路互补。-Based on DSP28035 About epwm and comp output
Platform: | Size: 114688 | Author: MRS LI | Hits:

[SCM多段录音程序

Description: [00:00.00]等你等了那么久 [00:03.58] [00:04.26]作词:祁隆 作曲:祁隆 [00:06.61]演唱:祁隆 编曲:马建涛 [00:08.54]和声:柠檬草 [00:09.49]混音:王路遥 [00:10.21]出品人:祁隆 [00:11.22] [02:33.64][00:27.20] [00:29.81]等你我等了那么久 [00:35.13]花开花落不见你回头 [00:41.09]多少个日夜想你泪儿流 [00:47.25]望穿秋水盼你几多愁 [02:35.56][00:53.53]想你我想了那么久 [02:41.03][00:59.17]春去秋来燕来又飞走 [02:47.11][01:05.12]日日夜夜守着你那份温柔 [02:53.27][01:11.32]不知何时能和你相守 [03:53.51][02:59.24][01:16.78]就这样默默想着你 [03:59.11][03:05.05][01:22.82]就这样把你记心头 [04:05.42][03:11.29][01:29.23]天上的云懒散的在游走 [04:11.23][03:17.18][01:35.28]你可知道我的忧愁(I hold my heart,closing my eyes I see your smile,lies behind In this placeyou entered my life How I wish,you were still mine I know that if I see you again Beside that cafe we met Id forget about the past Lose track of timewith you Talking about our lives To show you a whole new side of me And see the changes weve madecan we Be more than we have been Start our story again All I can sayis tell you just one thing)
Platform: | Size: 56320 | Author: 过期的馒头 | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net