Welcome![Sign In][Sign Up]
Location:
Search - pm-c

Search list

[OS programGOTO-PM

Description: 12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples / / source / / C ASM / / English
Platform: | Size: 86545 | Author: 李志海 | Hits:

[Other resourceGAdownload

Description: 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutions (click Download GAdownload.c) states : a 309 variables for population size two variables L said the length of chromosome 3 pc. pm variables were representatives of the cross-probability and the probability of four gen variation of the iterative algebra is chromosome 4 a generic two-dimensional array, stored inside the five individual coding procedures results of the implementation of the final output to a text file text.txt
Platform: | Size: 1378 | Author: 万飞 | Hits:

[Other resourcezgf0003

Description: 一个追赶法文件.大家交流!c++编的matlab程序.我们研究生作业!数值分析.比较简单.希望大家批评指正! -a chasing documents. Exchange! C addendum to the Matlab procedures. We postgraduate work! Numerical pm Analysis. relatively simple. We hope that the criticism corrected!
Platform: | Size: 10135 | Author: 古爽 | Hits:

[Other resourcePM

Description: c#编写的人事管理系统源码 写得不错 值得收藏
Platform: | Size: 1142788 | Author: 卢刚 | Hits:

[Otherpm

Description: c++编写的图形处理小程序 实现图形的平移 旋转-c prepared by the graphics processing procedures for small graphics translation rotation
Platform: | Size: 58745 | Author: haha | Hits:

[Other图形圆的生成算法

Description: 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line drawing Bresenham algorithm.
Platform: | Size: 1024 | Author: | Hits:

[Otherpm

Description: c++编写的图形处理小程序 实现图形的平移 旋转-c prepared by the graphics processing procedures for small graphics translation rotation
Platform: | Size: 2034688 | Author: haha | Hits:

[OS programGOTO-PM

Description: 12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples// source// C ASM// English
Platform: | Size: 86016 | Author: 李志海 | Hits:

[ERP-EIP-OA-PortalPM

Description: c#编写的人事管理系统源码 写得不错 值得收藏
Platform: | Size: 3935232 | Author: 卢刚 | Hits:

[transportation applicationspm

Description: CAD中软件编程很有用的哦!多次使用很好用-CAD software is useful in the Oh! On many occasions with the use of good
Platform: | Size: 3072 | Author: 吴丽君 | Hits:

[Windows DevelopQQ

Description: QQ聊天分析器~经测试可用(需win32.pm) (qq chat-analyzer can be tested )-QQ chat Analyzer ~ tested available (subject to win32.pm) (qq chat-analyzer can be tested)
Platform: | Size: 2048 | Author: longuano | Hits:

[Compress-Decompress algrithmsPM

Description: (1)运行环境:本系统是基于Windows操作系统下的一个提供给宿舍管理员使用方便其管理宿舍日常事务的软件,操作系统必须为Windows系列的升级到Microsoft .Net Framework 2.0以上的公共语言运行库,其所用到的第三方控件的连接文件已经全都打包到本系统根目录中,操作系统不需要任何特殊的设置,该系统尚未正式投入使用。 (2)开发环境:本系统是基于Microsoft .Net Framework 2.0平台开发的,采用的编程语言为C#,开发工具为Microsoft Visual Studio 2005。 (3)功能说明:系统所能完成的所有功能 a.员薪资料管理 b.部门管理 c.假期管理 d.考勤管理 e.加班管理 f.薪资管理 g.安全管理-nihao
Platform: | Size: 182272 | Author: 何玉业 | Hits:

[Otherpm

Description: c++builder实习案例,包含源代码。-c++ builder practice cases, including the source code.
Platform: | Size: 8772608 | Author: 张和 | Hits:

[OpenGL programPM

Description: 将wrl文件转换成Opengl文件,运用c语言编写程序-this is a good resource.
Platform: | Size: 715776 | Author: 孙红 | Hits:

[ERP-EIP-OA-PortalPM

Description: 人事管理系统,采用vs2008,c#语言开发-Personnel Management System
Platform: | Size: 3937280 | Author: zhouyueru | Hits:

[Linux-Unixpm-check

Description: originally in linux arch arm plat-s3c24xx pm.c.
Platform: | Size: 2048 | Author: kjgbnk | Hits:

[Linux-Unixomap-pm-noop

Description: omap-pm-noop.c - OMAP power management interface - dummy version.
Platform: | Size: 3072 | Author: xangxaowy | Hits:

[Linux-Unixpm-notifier-error-inject

Description: Linux driver the digital TV devices equipped with B2C2 FlexcopII(b) III flexcop-pci.c - covers the PCI part including DMA transfers.
Platform: | Size: 4096 | Author: ttnaixm | Hits:

[Linux-Unixieee802154

Description: EXYNOS - Suspend support.Based on arch arm mach-s3c2410 pm.c.
Platform: | Size: 6144 | Author: berlqque | Hits:

[Data structs多项式

Description: 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, input, etc of a polynomial)
Platform: | Size: 2048 | Author: 小慧hui | Hits:
« 12 3 »

CodeBus www.codebus.net