-
linux内核编程 linux内核编程
linux内核编程 linux内核编程-linux kernel programming linux kernel programming
- 2023-04-30 05:40:03下载
- 积分:1
-
Inside the various sections of Introduction to software engineering courseware a...
里面有软件工程导论的各章节课件,以及学习资料,适用于学习此门课程的初学者-Inside the various sections of Introduction to software engineering courseware and learning materials, suitable for beginners to learn in this course
- 2023-02-09 10:50:04下载
- 积分:1
-
知识管理在项目管理中的应用研究,知识管理…
知识管理在工程项目管理中的应用研究,知识管理在工程项目管理中的应用研究-Knowledge management in project management of applied research, knowledge management in project management of applied research
- 2022-08-14 09:22:25下载
- 积分:1
-
数字图像放大缩小及旋转计算组间方差和组内方差的时候调用了一个函数专门求阈值,可能这里的计算还是有一点问题。而且在我的函数里,要256次调用这个函数,又因为计算机...
数字图像放大缩小及旋转计算组间方差和组内方差的时候调用了一个函数专门求阈值,可能这里的计算还是有一点问题。而且在我的函数里,要256次调用这个函数,又因为计算机是按字节处理数据的,因此写图像数据的时候要用每8个写到一个数组中,然后通过计算得到字节类型的值,这些都使得我的算法效率比较低,最后一个问题,我觉得如果使用位运算会快一些,但是前面的问题还没有想到比较好的解决方法。-Digital Image zoom and rotation calculation of variances and group between the two groups when the variance of a function call seeking specific threshold, the calculation may be here, or there was a problem. And in my function, it is necessary 256 calls to this function, and also because the computer is processing data in bytes, and therefore the time to write image data to use for every 8 write an array, and then calculated byte type values, which are made to my algorithm" s efficiency is relatively low, the last issue, I think that if you use bit computing will be faster, but the previous issues have not yet thought of a better solution.
- 2022-04-23 06:13:57下载
- 积分:1
-
你是不是也在寻找关于STL的文章呢?看看这些吧,希望你能用得着...
你是不是也在寻找关于STL的文章呢?看看这些吧,希望你能用得着-Did you also find this article on the STL? Look at these now, I hope you can be useful
- 2022-05-19 17:01:19下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
一篇doc格式的技术文章,FastNet编程讲稿
一篇doc格式的技术文章,FastNet编程讲稿-Doc format for a technical article, FastNet programming script
- 2022-01-26 03:13:35下载
- 积分:1
-
1.增加了近40项后台核心设置,这些设置可以使大家可以很容易控制前台的显示,能按照自己的意愿调整各项参数。 2.将广告单独分开,可以由用户自由设置多项广告。并且...
1.增加了近40项后台核心设置,这些设置可以使大家可以很容易控制前台的显示,能按照自己的意愿调整各项参数。 2.将广告单独分开,可以由用户自由设置多项广告。并且可以通过修改模板使广告在适合的地方显示。 3.增加站点公告。 4.增加文章来源,专题,标题颜色设置等等。并且在HTML在线编辑器里增加即时图片上传,方便多图片管理。 5.文章投稿及评论都不再使用文本数据存储,这样可以更方便管理,以及审核等控制。 6.增加投票功能。-1. An increase of nearly 40 core background settings, these settings can make everyone can easily control the future, in accordance with their own will adjust various parameters. 2. Advertising alone will separate the user can set up a number of free advertising. And can change the templates so that the advertisements for the show. 3. Increase site notice. 4. Add article sources, thematic, heading color settings. In HTML editor online world has increased immediately upload pictures, photos and more convenient management. 5. Article submissions and comments are no longer in use text data storage, so can be more convenient management and control audits. 6. Increased voting.
- 2023-05-19 09:50:03下载
- 积分:1
-
Case: library management system object
案例:图书管理系统面向对象分析与设计 软件工程课程设计文档-Case: library management system object-oriented analysis and design software engineering course design documents
- 2022-03-28 10:34:59下载
- 积分:1
-
Comobox智能提示
Combo Box (组合框)控件很简单,可以节省空间。从用户角度来看,这个控件是由一个文本输入控件和一个下拉菜单组成的。用户可以从一个预先定义的列表里选择一个选项,同时也可以直接在文本框里面输入文本。
- 2022-03-12 21:25:09下载
- 积分:1