Welcome![Sign In][Sign Up]
Location:
Search - ibm m

Search list

[Windows Developdowncode66666

Description: 今天有点郁闷,不想干活。整理代码的时候,看到了这个好久之前写的代码,于是想整理出来供大家拍砖。XML的解析对于.Net平台那真是太简单不过了,感谢微软。但对于C++语言的XML解析就没那么容易了。有一个开源的XML4C是IBM的,功能强大,但代码大的有几M,而且对于GB2312的支持有问题,据说能解决,但可能是我天生愚钝,当初我花了2周时间也没搞定,最后放弃,自己写了一个。咦?还能跑起来,也能跨平台:)。 写这个XML解析类,以功能最简单,最实用,最常用的功能为原则,因为只能解析,查找,没有XML文档生成器。如果需要生成XMl文档,还是自己拼凑字串吧。 -today a bit depressed, do not want to work. Finishing the code, to see this a long time before writing code, so to put them down for you Bozhuan. XML for Analysis. Net platform that really is too simple, but I thank Microsoft. But for the C language XML parser will not be so easy. Have a revenue XML4C IBM and powerful, but the code with a large number M, GB2312 but for the support of a problem, was resolved, but I may be born a blunt, I spent the first two weeks did not get, abandon, wrote one. What's this? Can run, can be cross-platform :). Wrote this XML analytical categories, in order to function the simplest, most practical, the most commonly used function of the principle that only analyze, and find, not XML generator. If Generation XMl document, or your own patchwork string it.
Platform: | Size: 31364 | Author: 李冰 | Hits:

[assembly languageibm-pc

Description: 汇编程序,将一个包含有20个数据的数组M分成两个数组:正数数组和负数数组N,并分别把这两个数组中的数据个数显示出来
Platform: | Size: 2465 | Author: feng | Hits:

[Communication-Mobile通信范例MATLAB仿真

Description: Contemporary Communication Systems with MATLAB ============================================== John G. Proakis and Masoud Salehi This diskette contains the MATLAB files for "Contemporary Communication Systems with MATLAB" by John G. Praokis and Masoud Salehi. The MATLAB files for each chapter of the book are organized in the corresponding folder. In some cases a MATLAB file appears in more than one folder because it is used in more than one chapter. In most cases numerous comments have been added to the MATLAB files to ease their understanding. It should be noted, however, that in developing the MATLAB files, the main objective of the authors has been the clarity of the MATLAB code rather than its efficiency. In cases where efficient code could have made it difficult to follow, we have chosen to use a less efficient but more readable code. In order to use the software, copy the MATLAB files to your personal computer and add the corresponding paths to your {\tt matlabpath} environment (on an IBM PC compatible machine this is usually done by editing the matlabrc.m file). All MATLAB files have been tested using version 5.2 of MATLAB. On this disk: - Chapter1 - Chapter2 - Chapter3 - Chapter4 - Chapter5 - Chapter6 - Chapter7 - Chapter8 - Chapter9 - readme.txt
Platform: | Size: 214445 | Author: new4u@163.com | Hits:

[Windows Developdowncode66666

Description: 今天有点郁闷,不想干活。整理代码的时候,看到了这个好久之前写的代码,于是想整理出来供大家拍砖。XML的解析对于.Net平台那真是太简单不过了,感谢微软。但对于C++语言的XML解析就没那么容易了。有一个开源的XML4C是IBM的,功能强大,但代码大的有几M,而且对于GB2312的支持有问题,据说能解决,但可能是我天生愚钝,当初我花了2周时间也没搞定,最后放弃,自己写了一个。咦?还能跑起来,也能跨平台:)。 写这个XML解析类,以功能最简单,最实用,最常用的功能为原则,因为只能解析,查找,没有XML文档生成器。如果需要生成XMl文档,还是自己拼凑字串吧。 -today a bit depressed, do not want to work. Finishing the code, to see this a long time before writing code, so to put them down for you Bozhuan. XML for Analysis. Net platform that really is too simple, but I thank Microsoft. But for the C language XML parser will not be so easy. Have a revenue XML4C IBM and powerful, but the code with a large number M, GB2312 but for the support of a problem, was resolved, but I may be born a blunt, I spent the first two weeks did not get, abandon, wrote one. What's this? Can run, can be cross-platform :). Wrote this XML analytical categories, in order to function the simplest, most practical, the most commonly used function of the principle that only analyze, and find, not XML generator. If Generation XMl document, or your own patchwork string it.
Platform: | Size: 30720 | Author: 李冰 | Hits:

[assembly languageibm-pc

Description: 汇编程序,将一个包含有20个数据的数组M分成两个数组:正数数组和负数数组N,并分别把这两个数组中的数据个数显示出来-Compilation of procedures, will have 20 that contains an array of data M is divided into two arrays: an array of positive and negative array N, and, respectively, these two array data show the number of
Platform: | Size: 2048 | Author: feng | Hits:

[JSP/JavaCalculator

Description: [原创]SWT做的计算器,部分代码来自IBM DW。 可以从Eclipse导入本文件夹为Calculator项目,需要导入swt-3.5.2-win32-win32-x86.zip,Calculator.jar是打包后的程序,可以直接双击运行。 功能: 1.二进制,八进制,十进制,十六进制转换及加减乘除、求倒数、平方、开方运算(非十进制模式下只支持整数运算,且不支持求倒数、平方、开方运算); 2.可以复制运算结果到系统剪贴板,也可以从系统剪贴板取得数据作为运算数据(从剪贴板取得得数据会按照当前所在进制模式解析,如果剪贴板内的数据不能正确解析,状态栏会有错误提示) 3.双行显示,同时显示运算表达式和当前输入(或计算结果); 4.内置数据存储器M,可以记忆数据到M,也可以从M取出、清除M、将当前操作数加到M中和从M中减去当前操作数; 5.计算结果默认为double类型,如果小数部分为0,则自动略去“.”和小数部分的0。-[Original] SWT calculator to do some of the code from the IBM DW. Eclipse can import this folder Calculator project, need to import the swt-3.5.2-win32-win32-x86.zip, Calculator.jar is packaged after the procedure, you can directly double-click to run. Features: 1. Binary, octal, decimal, hexadecimal, conversion and addition and subtraction multiplication and division, seeking reciprocal, square, square root operation (non-metric mode supports only integer operations, and does not support seeking reciprocal, square, square root operation) 2. Can be copied to the system clipboard operation result can also be obtained from the system clipboard data as operation data (data were obtained from the clipboard at the current resolution where the binary mode, if the clipboard does not correctly parse the data within the status bar there will be error) 3. Two-line display, also showed an expression operations and the current input (or calculated) 4. Built-in data memory M, may be memo
Platform: | Size: 7022592 | Author: cracode | Hits:

[matlabProject

Description: Project Management with the IBM(R) Rational Unified Proce-Project Management with the IBM(R) Rational Unified Process
Platform: | Size: 2475008 | Author: yusuf | Hits:

[Program docLinux-gcc

Description: M. Tim Jones, 顾问工程师, Emulex Corp. M. Tim Jones 是一名嵌入式软件工程师.这里是他在IBM上发表的一编关于linux下GCC编译器的一些优化知识。比如:内核中常见到的likely() unlikely() __must_check 等等函数和函数属性从何而来,有什么作用,及如何对变量优化,对结构或函数添加属性等等。-M. Tim Jones, Consultant Engineer, Emulex Corp. M. Tim Jones is an embedded software engineer. Here is his IBM published a series on the GCC compiler under linux some optimization knowledge. For example: the common core to the likely () unlikely () __must_check function and the function attributes and so on came from, what role, and how to optimize on the variable, add the attribute on the structure or function, and so on.
Platform: | Size: 6144 | Author: lifegnwei | Hits:

[JSP/JavaMQ6.0-JAVA-cn

Description: IBM mq 开发指南(中文),比较完善的MQ开发指导书籍-IBM mq Development Guide (Chinese), a relatively complete development of guide books MQ
Platform: | Size: 2370560 | Author: 武汉 | Hits:

[Other DatabasesDBase

Description: dBase II was the first widely used database management system (DBMS) for microcomputers. It was originally published by Ashton-Tate for CP/M, and later on ported to the Apple II and IBM PC under DOS. + DBF view
Platform: | Size: 766976 | Author: DLykos | Hits:

[Technology ManagementDeployment-Guide-Series-IBM-Tivoli-Provisioning-M

Description: Deployment Guide Series IBM Tivoli Provisioning Manager Version 5.1.rar
Platform: | Size: 17157120 | Author: Bup Be Chanh | Hits:

[matlabibm.m

Description: Produce an IBM (ideal binary mask) processed mixture. The first variable is required. When the second variable is not provided the function returns an all-one masked signal.
Platform: | Size: 1024 | Author: quynh | Hits:

CodeBus www.codebus.net